aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Eliminate cast instructions: use only GEPs in decomposed sequence.Vikram S. Adve2002-08-031-81/+70
* Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.llChris Lattner2002-08-021-7/+37
* * Cleanups of instcombineChris Lattner2002-08-021-80/+48
* Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.llChris Lattner2002-08-021-0/+29
* Remove unneccesary #inlcudeChris Lattner2002-08-011-1/+0
* Implement the other half of a feature advertised by OperandConvertableToType.Chris Lattner2002-07-311-6/+39
* * Indent class into anonymous namespace, filling up the diff with garbageChris Lattner2002-07-301-30/+43
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-8/+2
* Remove FIXME's that aren't really needed after all.Chris Lattner2002-07-301-9/+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
* * Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.llChris Lattner2002-07-301-21/+46
* Add code to ensure that no PHI nodes are left laying around with theirChris Lattner2002-07-291-2/+16
* Implement a new RemoveSuccessor functionChris Lattner2002-07-291-4/+51
* Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.llChris Lattner2002-07-291-28/+60
* Allow folding of basic blocks that have PHI nodes in them, fixing "bug":Chris Lattner2002-07-291-1/+11
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-272-3/+1
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-2/+1
* * Add support for different "PassType's"Chris Lattner2002-07-2620-26/+26
* * Add support for different "PassType's"Chris Lattner2002-07-269-16/+16
* *** empty log message ***Chris Lattner2002-07-261-9/+8
* *** empty log message ***Chris Lattner2002-07-254-4/+5
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner2002-07-244-4/+4
* Merge ChangeAllocations into scalar.hChris Lattner2002-07-232-2/+2
* 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
* Rename LevelChange.h to RaisePointerReferences.hChris Lattner2002-07-231-1/+1
* *** empty log message ***Chris Lattner2002-07-2320-55/+48
* * Remove getPassName implementationChris Lattner2002-07-235-12/+12
* * Cleanup the pass a bit more, making it more object oriented.Chris Lattner2002-07-231-65/+48
* * Break the two different behaviors of SimpleStructMutation into two subclassesChris Lattner2002-07-231-26/+42
* * Make the ctor take a TargetData even though it's not using it yetChris Lattner2002-07-231-4/+7
* * Remove lots of dead stuffChris Lattner2002-07-231-10/+1
* *** empty log message ***Chris Lattner2002-07-236-7/+7
* Hide extra argumentChris Lattner2002-07-221-1/+1
* *** empty log message ***Chris Lattner2002-07-223-22/+34
* comeented out debug printingAnand Shukla2002-07-211-3/+3
* minor correctionsAnand Shukla2002-07-186-139/+187
* 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
* * Rewrite loop to be slightly more efficient (arguably)Chris Lattner2002-07-181-2/+2
* * Correctly get prototype for void*malloc(size_t)Chris Lattner2002-07-181-2/+11
* Implement linking of ConstExprsChris Lattner2002-07-181-9/+43
* Anand forgot to check in the makefile corresponding to his previous changeChris Lattner2002-07-171-1/+1
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-173-66/+83
* * Add a bunch of debugging features to LevelRaiseChris Lattner2002-07-161-4/+37
* Avoid !sized assertion failure if Ty is not a sized typeChris Lattner2002-07-161-1/+2