summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/FunctionResolution.cpp
Commit message (Expand)AuthorAge
...
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Fix testcase: FunctionResolve/2002-11-09-ExternFn.llChris Lattner2002-11-10
* Fix bug: FunctionResolve/2002-11-07-RetMismatch.llChris Lattner2002-11-08
* Account for global variables resolved more accurately.Chris Lattner2002-10-13
* Almost a complete rewrite of FunctionResolution to now resolve functionsChris Lattner2002-10-09
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* Remove unneccesary #inlcudeChris Lattner2002-08-01
* Fix bug with last patch which would occur when a call returned void and weChris Lattner2002-07-30
* * Make sure the resolved function call instructions get the name from theChris Lattner2002-07-30
* * Add support for different "PassType's"Chris Lattner2002-07-26
* Rename headerChris Lattner2002-07-23
* * Remove getPassName implementationChris Lattner2002-07-23
* Only functions with external linkage can be resolved to function declarations.Chris Lattner2002-07-18
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Fix "unimplemented features":Chris Lattner2002-05-24
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-24