Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
40c4959e9fe77b8379e23f850a191bbacdfe6c03
/
lib
/
Transforms
/
IPO
/
FunctionResolution.cpp
40c4959
Simplify funcresolve a bit more
by Chris Lattner
· 21 years ago
567ccee
Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
by Chris Lattner
· 21 years ago
c52b30d
Fix bug: FunctionResolve/2003-05-21-MissingArguments.ll
by Chris Lattner
· 21 years ago
1fd95af
Fix several bugs:
by Chris Lattner
· 22 years ago
ea2294a
Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
by Chris Lattner
· 22 years ago
fb242b6
Change the interface to constant expressions to allow automatic folding
by Chris Lattner
· 22 years ago
dde601d
Eliminate tons of bogus warnings
by Chris Lattner
· 22 years ago
4e2fd75
Replace assertion with a handler.
by Chris Lattner
· 22 years ago
fd59520
Fix a bug that cause a crash resolving questionable function calls
by Chris Lattner
· 22 years ago
49f2012
Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)
by Chris Lattner
· 22 years ago
9943a59
Actually print the function _name_ if there is a problem
by Chris Lattner
· 22 years ago
da902ba
* Fix function resolution for varargs function to generate incorrect bytecode instead of crashing
by Chris Lattner
· 22 years ago
6e6026b
- Eliminated the deferred symbol table stuff in Module & Function, it really
by Chris Lattner
· 22 years ago
a2b8d7b
Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll
by Chris Lattner
· 22 years ago
6f23963
Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll
by Chris Lattner
· 22 years ago
eaa3595
Account for global variables resolved more accurately.
by Chris Lattner
· 22 years ago
a45ec54
Almost a complete rewrite of FunctionResolution to now resolve functions
by Chris Lattner
· 22 years ago
a92f696
Updates to work with recent Statistic's changes:
by Chris Lattner
· 22 years ago
3ea5cb0
by Chris Lattner
· 22 years ago
cc8d8fb
Remove unneccesary #inlcude
by Chris Lattner
· 22 years ago
e902bda
Fix bug with last patch which would occur when a call returned void and we
by Chris Lattner
· 22 years ago
9cf307f
* Make sure the resolved function call instructions get the name from the
by Chris Lattner
· 22 years ago
1e43516
* Add support for different "PassType's"
by Chris Lattner
· 22 years ago
ff1be26
Rename header
by Chris Lattner
· 22 years ago
af41a12
* Remove getPassName implementation * Register all Passes
by Chris Lattner
· 22 years ago
7f20ea7
Only functions with external linkage can be resolved to function declarations.
by Chris Lattner
· 22 years ago
7e70829
MEGAPATCH checkin.
by Chris Lattner
· 22 years ago
abe6c3d
Fix "unimplemented features":
by Chris Lattner
· 22 years ago
22ee3eb
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
by Chris Lattner
· 22 years ago