aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-211-7/+0
* Move per-function inline threshold calculation to a method.Jakob Stoklund Olesen2010-01-201-0/+6
* add a helper function.Chris Lattner2010-01-121-0/+8
* Make RecursivelyDeleteTriviallyDeadInstructions,Dan Gohman2010-01-052-6/+8
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-051-1/+1
* Remove dead debug info intrinsics.Devang Patel2010-01-051-5/+0
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-021-10/+0
* comment fix: weakvh -> tracking vhChris Lattner2009-12-221-2/+2
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-182-2/+0
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-231-2/+0
* Make EliminateDuplicatePHINodes() available as a utility functionJim Grosbach2009-11-191-1/+8
* Add an option for running GVN with redundant load processing disabled.Dan Gohman2009-11-141-1/+1
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-111-8/+0
* Implement support to debug inlined functions.Devang Patel2009-11-101-1/+3
* move some generally useful functions out of jump threadingChris Lattner2009-11-101-0/+15
* refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.Chris Lattner2009-11-101-1/+8
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-052-0/+5
* Improve the other instance of the comment.Duncan Sands2009-11-011-1/+1
* update the comment above llvm::SplitCriticalEdge, and makeChris Lattner2009-10-311-3/+9
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-311-5/+3
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-311-3/+5
* Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new abilityDan Gohman2009-10-311-6/+0
* Add option to createGVNPass to disable PRE.Evan Cheng2009-10-301-1/+1
* Add ABCD, a generalized implementation of the Elimination of Array BoundsNick Lewycky2009-10-281-0/+6
* Forgot to commit these.Owen Anderson2009-10-261-0/+6
* Remove FreeInst.Victor Hernandez2009-10-261-9/+0
* Check in the experimental GEP splitter pass. This pass splits complexDan Gohman2009-10-261-0/+6
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-241-2/+1
* Add an explicit keyword.Dan Gohman2009-10-241-1/+1
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-7/+0
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-181-4/+0
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-3/+2
* Strip trailing white space.Duncan Sands2009-10-161-10/+10
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-132-173/+1
* Start refactoring the inline cost estimation code so that it can be usedDan Gohman2009-10-131-8/+16
* add a simple helper method.Chris Lattner2009-10-101-0/+4
* add ability for clients of SSAUpdater to find out about theChris Lattner2009-10-101-1/+10
* add the ability to get a rewritten value from the middle of a block,Chris Lattner2009-10-101-3/+27
* rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect Chris Lattner2009-10-101-4/+4
* Implement an efficient and fully general SSA update mechanism that Chris Lattner2009-10-101-0/+71
* Use names instead of numbers for some of the magicDale Johannesen2009-10-091-0/+8
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-061-7/+0
* Do away with the strange use of BitVectors in SSI, and just use normal sets. ...Owen Anderson2009-10-041-19/+11
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-011-7/+0
* Convert LoopSimplify and LoopExtractor from FunctionPass to LoopPass.Dan Gohman2009-09-282-4/+3
* Add a new pass for doing late hoisting of floating-point and vectorDan Gohman2009-09-161-0/+5
* Preserve ProfileInfo during CodeGenPrepare.Andreas Neustifter2009-09-161-1/+1
* Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky2009-09-101-2/+1
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-081-8/+13
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-13/+8