index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
FunctionResolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When spewing out warnings during function resolution, do not vomit out pages
Chris Lattner
2003-11-20
1
-4
/
+8
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
This important patch fixes two warnings in the linker which can occur from li...
Chris Lattner
2003-10-22
1
-4
/
+33
*
Update the 'used' flag correctly
Chris Lattner
2003-10-22
1
-6
/
+7
*
Loop over the module, not the symbol table. This makes the code handle
Chris Lattner
2003-10-22
1
-21
/
+18
*
Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll
Chris Lattner
2003-10-22
1
-2
/
+34
*
Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll
Chris Lattner
2003-10-21
1
-55
/
+19
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
Chris Lattner
2003-08-23
1
-6
/
+6
*
Unless we CANNOT merge the arguments, do so
Chris Lattner
2003-08-20
1
-1
/
+3
*
Fix FIXME by removing FIXME
Chris Lattner
2003-08-13
1
-1
/
+1
*
Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
Chris Lattner
2003-07-23
1
-6
/
+8
*
Remove a bunch of complicated code. The functionality is implemented in inst...
Chris Lattner
2003-06-19
1
-118
/
+6
*
Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
Chris Lattner
2003-05-31
1
-0
/
+17
*
Fix bug: FuncResolve/2003-05-31-InternalDecl.ll
Chris Lattner
2003-05-31
1
-2
/
+6
*
Simplify funcresolve a bit more
Chris Lattner
2003-05-31
1
-7
/
+7
*
Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
Chris Lattner
2003-05-31
1
-11
/
+3
*
Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll
Chris Lattner
2003-05-21
1
-0
/
+5
*
Fix several bugs:
Chris Lattner
2003-04-28
1
-9
/
+20
*
Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
Chris Lattner
2003-04-19
1
-43
/
+39
*
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-04-16
1
-1
/
+1
*
Eliminate tons of bogus warnings
Chris Lattner
2003-03-03
1
-8
/
+10
*
Replace assertion with a handler.
Chris Lattner
2003-02-27
1
-15
/
+21
*
Fix a bug that cause a crash resolving questionable function calls
Chris Lattner
2003-02-14
1
-2
/
+4
*
Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)
Chris Lattner
2003-01-30
1
-3
/
+8
*
Actually print the function _name_ if there is a problem
Chris Lattner
2003-01-30
1
-1
/
+2
*
* Fix function resolution for varargs function to generate incorrect bytecode...
Chris Lattner
2003-01-30
1
-24
/
+29
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-3
/
+2
*
Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll
Chris Lattner
2002-11-10
1
-19
/
+37
*
Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll
Chris Lattner
2002-11-08
1
-2
/
+1
*
Account for global variables resolved more accurately.
Chris Lattner
2002-10-13
1
-3
/
+5
*
Almost a complete rewrite of FunctionResolution to now resolve functions
Chris Lattner
2002-10-09
1
-122
/
+213
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-2
/
+2
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-11
/
+5
*
Remove unneccesary #inlcude
Chris Lattner
2002-08-01
1
-1
/
+0
*
Fix bug with last patch which would occur when a call returned void and we
Chris Lattner
2002-07-30
1
-1
/
+2
*
* Make sure the resolved function call instructions get the name from the
Chris Lattner
2002-07-30
1
-7
/
+15
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
Rename header
Chris Lattner
2002-07-23
1
-1
/
+1
*
* Remove getPassName implementation
Chris Lattner
2002-07-23
1
-2
/
+1
*
Only functions with external linkage can be resolved to function declarations.
Chris Lattner
2002-07-18
1
-2
/
+6
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-14
/
+9
*
Fix "unimplemented features":
Chris Lattner
2002-05-24
1
-6
/
+37
*
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
Chris Lattner
2002-05-24
1
-0
/
+223