index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
FunctionResolution.cpp
Age
Commit message (
Expand
)
Author
2003-10-22
This important patch fixes two warnings in the linker which can occur from li...
Chris Lattner
2003-10-22
Update the 'used' flag correctly
Chris Lattner
2003-10-22
Loop over the module, not the symbol table. This makes the code handle
Chris Lattner
2003-10-22
Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll
Chris Lattner
2003-10-21
Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-23
Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
Chris Lattner
2003-08-20
Unless we CANNOT merge the arguments, do so
Chris Lattner
2003-08-13
Fix FIXME by removing FIXME
Chris Lattner
2003-07-23
Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
Chris Lattner
2003-06-19
Remove a bunch of complicated code. The functionality is implemented in inst...
Chris Lattner
2003-05-31
Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
Chris Lattner
2003-05-31
Fix bug: FuncResolve/2003-05-31-InternalDecl.ll
Chris Lattner
2003-05-31
Simplify funcresolve a bit more
Chris Lattner
2003-05-31
Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
Chris Lattner
2003-05-21
Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll
Chris Lattner
2003-04-28
Fix several bugs:
Chris Lattner
2003-04-19
Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
Chris Lattner
2003-04-16
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-03-03
Eliminate tons of bogus warnings
Chris Lattner
2003-02-27
Replace assertion with a handler.
Chris Lattner
2003-02-14
Fix a bug that cause a crash resolving questionable function calls
Chris Lattner
2003-01-30
Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)
Chris Lattner
2003-01-30
Actually print the function _name_ if there is a problem
Chris Lattner
2003-01-30
* Fix function resolution for varargs function to generate incorrect bytecode...
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-10
Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll
Chris Lattner
2002-11-08
Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll
Chris Lattner
2002-10-13
Account for global variables resolved more accurately.
Chris Lattner
2002-10-09
Almost a complete rewrite of FunctionResolution to now resolve functions
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-10
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-08-01
Remove unneccesary #inlcude
Chris Lattner
2002-07-30
Fix bug with last patch which would occur when a call returned void and we
Chris Lattner
2002-07-30
* Make sure the resolved function call instructions get the name from the
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
Rename header
Chris Lattner
2002-07-23
* Remove getPassName implementation
Chris Lattner
2002-07-18
Only functions with external linkage can be resolved to function declarations.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-24
Fix "unimplemented features":
Chris Lattner
2002-05-24
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
Chris Lattner