summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/FunctionResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-3/+2
* Fix testcase: FunctionResolve/2002-11-09-ExternFn.llChris Lattner2002-11-101-19/+37
* Fix bug: FunctionResolve/2002-11-07-RetMismatch.llChris Lattner2002-11-081-2/+1
* Account for global variables resolved more accurately.Chris Lattner2002-10-131-3/+5
* Almost a complete rewrite of FunctionResolution to now resolve functionsChris Lattner2002-10-091-122/+213
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-11/+5
* Remove unneccesary #inlcudeChris Lattner2002-08-011-1/+0
* Fix bug with last patch which would occur when a call returned void and weChris Lattner2002-07-301-1/+2
* * Make sure the resolved function call instructions get the name from theChris Lattner2002-07-301-7/+15
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* Rename headerChris Lattner2002-07-231-1/+1
* * Remove getPassName implementationChris Lattner2002-07-231-2/+1
* Only functions with external linkage can be resolved to function declarations.Chris Lattner2002-07-181-2/+6
* MEGAPATCH checkin.Chris Lattner2002-06-251-14/+9
* Fix "unimplemented features":Chris Lattner2002-05-241-6/+37
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-241-0/+223
OpenPOWER on IntegriCloud