aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
AgeCommit message (Expand)Author
2008-03-07add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth
2008-03-06fix typosGabor Greif
2008-02-29Add pass to promote sret.Devang Patel
2008-02-25prune #includes, fit in 80 cols.Chris Lattner
2008-02-19remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner
2008-02-19remove the lower packed pass. It can never work and even the parts that Chris Lattner
2008-01-27The CorrelatedExpressionElimination pass is known to be buggy. Remove it.Bill Wendling
2008-01-12Allow clients to specify the inline threshold when creatingChris Lattner
2008-01-11don't include loopinfo.h from this file.Chris Lattner
2008-01-07With this patch, the LowerGC transformation becomes theGordon Henriksen
2008-01-06back out accidental commit.Chris Lattner
2008-01-06rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner
2008-01-05Didn't mean to commit this.Owen Anderson
2008-01-04Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-14Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson
2007-11-09Make this header publicAnton Korobeynikov
2007-11-05Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen
2007-10-21Reg2Mem cleanup and optimizations:Anton Korobeynikov
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-09-14Remove RLE from the headers, since the pass itself is gone now.Owen Anderson
2007-08-10Add utility to clone loops.Devang Patel
2007-08-10add #ifndef guardsChris Lattner
2007-08-07Fix comment.Devang Patel
2007-08-07Begin loop index split pass.Devang Patel
2007-08-01More explicit keywords.Dan Gohman
2007-08-01Rename FastDSE to just DSE.Owen Anderson
2007-07-27Use SmallPtrSet.Devang Patel
2007-07-25Add BasicInliner interface. Devang Patel
2007-07-24Add a GVN pass, using the value numbering code I developed for GVNPRE and theOwen Anderson
2007-07-24Rename a lot of things to change FastDLE to RedundantLoadElimination.Owen Anderson
2007-07-23Fix a comment.Owen Anderson
2007-07-23Add FastDLE, the load-elimination counterpart of FastDSE.Owen Anderson
2007-07-13Make LCSSA a loop pass.Devang Patel
2007-07-11Adding ability to demote phi to stack. Tanya Lattner
2007-07-11Add FastDSE, a new algorithm for doing dead store elimination. This algorith...Owen Anderson
2007-07-09Expose struct size threhold to allow users to tweak their own setting.Devang Patel
2007-07-06Add SplitEdge and SplitBlock utility routines. Devang Patel
2007-06-19Move inliner pass header file.Tanya Lattner
2007-06-08Do not preserve ETForest.Devang Patel
2007-06-07Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.Devang Patel
2007-06-07Use DominatorTree instead of ETForest.Devang Patel
2007-06-06Rename.Devang Patel
2007-06-06Avoid non-trivial loop unswitching while optimizing for size.Devang Patel
2007-05-29Put GVN-PRE in all the right places.Owen Anderson
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-25Mem2Reg does not need TargetData.Devang Patel