aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/LinkAllPasses.h
Commit message (Expand)AuthorAgeFilesLines
* Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands2009-01-281-2/+0
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-311-1/+1
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-161-0/+1
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-181-0/+1
* Undo previous check-in.Devang Patel2008-11-111-1/+0
* Add utility pass to remove dbg info.Devang Patel2008-11-111-0/+1
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-041-0/+1
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-021-0/+1
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-211-0/+3
* Add EscapeAnalysis.Owen Anderson2008-10-121-0/+2
* Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands2008-09-191-1/+0
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-191-0/+1
* Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth2008-09-031-0/+1
* Add missing decls.Devang Patel2008-09-031-0/+1
* Add a small pass that sets the readnone/readonlyDuncan Sands2008-09-011-0/+1
* Add a new trivial -inst-namer pass which makes it possible to diff theChris Lattner2008-08-231-0/+1
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-151-4/+0
* Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky2008-06-301-0/+2
* Force postdom to be linked into opt and bugpoint, even though it is no longer...Owen Anderson2008-05-291-0/+2
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-071-0/+1
* Rename DeadLoopElimination to LoopDeletion, part 2.Owen Anderson2008-04-291-1/+1
* Add dead loop elimination, which removes dead loops for which we can computeOwen Anderson2008-04-291-0/+1
* Add a new Jump Threading pass, which will handle casesChris Lattner2008-04-201-0/+1
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-091-0/+1
* Add new sretpromotion pass.Devang Patel2008-03-071-0/+1
* Add StripDeadPrototypes pass.Devang Patel2008-02-221-0/+1
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-191-1/+0
* remove the lower packed pass. It can never work and even the parts that Chris Lattner2008-02-191-1/+0
* The CorrelatedExpressionElimination pass is known to be buggy. Remove it.Bill Wendling2008-01-271-1/+0
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-071-1/+0
* fix an accidental commit that broke all the testers :(Chris Lattner2008-01-061-1/+0
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-061-0/+1
* Didn't mean to commit this.Owen Anderson2008-01-051-1/+0
* Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson2008-01-041-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove RLE from the headers, since the pass itself is gone now.Owen Anderson2007-09-141-1/+0
* Begin loop index split pass.Devang Patel2007-08-071-0/+1
* Rename FastDSE to just DSE.Owen Anderson2007-08-011-1/+0
* Add a GVN pass, using the value numbering code I developed for GVNPRE and theOwen Anderson2007-07-241-0/+1
* Rename a lot of things to change FastDLE to RedundantLoadElimination.Owen Anderson2007-07-241-1/+1
* Forgot to commit this file.Owen Anderson2007-07-231-0/+1
* Add FastDSE, a new algorithm for doing dead store elimination. This algorith...Owen Anderson2007-07-111-0/+1
* Put GVN-PRE in all the right places.Owen Anderson2007-05-291-0/+1
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-151-1/+0
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-071-1/+0
* add loop rotChris Lattner2007-04-071-0/+1
* Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.Chris Lattner2007-03-311-0/+1
* remove some passesChris Lattner2007-02-201-2/+0
* For PR411:Reid Spencer2007-02-051-1/+0
* For PR1072:Reid Spencer2007-02-031-1/+0