aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/FunctionResolution.cpp
AgeCommit message (Expand)Author
2003-04-19Implement: FunctionResolve/2003-04-18-ForwardDeclGlobal.llChris Lattner
2003-04-16Change the interface to constant expressions to allow automatic foldingChris Lattner
2003-03-03Eliminate tons of bogus warningsChris Lattner
2003-02-27Replace assertion with a handler.Chris Lattner
2003-02-14Fix a bug that cause a crash resolving questionable function callsChris Lattner
2003-01-30Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)Chris Lattner
2003-01-30Actually print the function _name_ if there is a problemChris 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 reallyChris Lattner
2002-11-10Fix testcase: FunctionResolve/2002-11-09-ExternFn.llChris Lattner
2002-11-08Fix bug: FunctionResolve/2002-11-07-RetMismatch.llChris Lattner
2002-10-13Account for global variables resolved more accurately.Chris Lattner
2002-10-09Almost a complete rewrite of FunctionResolution to now resolve functionsChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-08-01Remove unneccesary #inlcudeChris Lattner
2002-07-30Fix bug with last patch which would occur when a call returned void and weChris Lattner
2002-07-30* Make sure the resolved function call instructions get the name from theChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23Rename headerChris Lattner
2002-07-23* Remove getPassName implementationChris Lattner
2002-07-18Only functions with external linkage can be resolved to function declarations.Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-24Fix "unimplemented features":Chris Lattner
2002-05-24Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner