summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* Remove support for NOT instructionChris Lattner2002-08-141-6/+0
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-084-5/+5
* Remove unneccesary #inlcudeChris Lattner2002-08-011-1/+0
* * Indent class into anonymous namespace, filling up the diff with garbageChris Lattner2002-07-301-30/+43
* 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-262-3/+3
* * Add support for different "PassType's"Chris Lattner2002-07-267-14/+14
* *** empty log message ***Chris Lattner2002-07-252-1/+2
* Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner2002-07-244-4/+4
* Merge ChangeAllocations into scalar.hChris Lattner2002-07-231-1/+1
* Rename headerChris Lattner2002-07-231-1/+1
* Cleanup and simplify codeChris Lattner2002-07-231-59/+22
* Incorporate ConstantMerge.h into IPO.hChris Lattner2002-07-231-3/+2
* *** empty log message ***Chris Lattner2002-07-233-6/+8
* * Remove getPassName implementationChris Lattner2002-07-234-8/+7
* * Break the two different behaviors of SimpleStructMutation into two subclassesChris Lattner2002-07-231-26/+42
* * Remove lots of dead stuffChris Lattner2002-07-231-10/+1
* *** empty log message ***Chris Lattner2002-07-231-1/+1
* *** empty log message ***Chris Lattner2002-07-221-4/+9
* Seperate stats for DCE'd functions and varsChris Lattner2002-07-181-3/+4
* *** empty log message ***Chris Lattner2002-07-181-2/+3
* Only functions with external linkage can be resolved to function declarations.Chris Lattner2002-07-181-2/+6
* * Correctly get prototype for void*malloc(size_t)Chris Lattner2002-07-181-2/+11
* Disable pool allocation stuff until data structure analysis is sorted back outChris Lattner2002-07-101-2/+7
* *** empty log message ***Chris Lattner2002-06-301-1/+0
* changes to make it compatible with 64bit gccAnand Shukla2002-06-252-9/+16
* MEGAPATCH checkin.Chris Lattner2002-06-253-82/+60
* MEGAPATCH checkin.Chris Lattner2002-06-255-241/+229
* Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner2002-06-251-64/+27
* Remove "fixers" for problems in GCC generated code that cannot be generatedChris Lattner2002-06-251-187/+11
* Do not remove type names that contain a .Chris Lattner2002-05-261-4/+0
* Fix "unimplemented features":Chris Lattner2002-05-241-6/+37
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-242-218/+226
* Support programs that do not #include <malloc.h> or give a full prototypeChris Lattner2002-05-241-3/+42
* Convert transforms over to standardize debugging output on -debug optionChris Lattner2002-05-221-9/+3
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-106-3/+43
* fix comments and documentation in fileChris Lattner2002-05-071-6/+4
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-071-0/+108
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-1/+1
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-072-4/+11
* Be a little more efficient, do not generate loads and stores with indices in ...Chris Lattner2002-05-021-25/+37
* Eliminate dead global variablesChris Lattner2002-04-291-2/+20
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-294-5/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-297-2/+18
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+4
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-282-1/+2
* Be careful not to make "external" function internalChris Lattner2002-04-281-2/+3
* Initial checkin of new "Internalize" pass for GCCLDChris Lattner2002-04-281-0/+38
* s/Method/FunctionChris Lattner2002-04-271-1/+1