summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAge
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-19
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-16
* Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick2011-08-10
* Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick2011-08-10
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-03
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-02
* Fix typo in comment.Jay Foad2011-07-26
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth2011-07-10
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-06
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Remove unused code.Eli Friedman2011-06-15
* Clean up the lazy initialization of DIBuilder a bit.Cameron Zwarich2011-05-24
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-24
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-22
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-17
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-29
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-21
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu2011-04-13
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-11
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-02
* If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel2011-03-18
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-17
* Refactor into a separate utility function.Devang Patel2011-03-17
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-28
* If the phi node was used by an unreachable instruction that ends up usingDuncan Sands2011-02-21
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* Implementation of path profiling.Andrew Trick2011-01-29
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-18
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-17
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-17
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-17
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-16
* Generalize LoadAndStorePromoter a bit and switch LICMChris Lattner2011-01-15
* Add a new LoadAndStorePromoter class, which implements the generalChris Lattner2011-01-14
* split SROA into two passes: one that uses DomFrontiers (-scalarrepl) Chris Lattner2011-01-14
* Fix FoldSingleEntryPHINodes to update memdep and AA when it deletesChris Lattner2011-01-11
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-08
* Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich2011-01-03