summaryrefslogtreecommitdiff
path: root/include/llvm/LinkAllPasses.h
Commit message (Expand)AuthorAge
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Add a loop vectorizer.Nadav Rotem2012-10-17
* dependence analysisSebastian Pop2012-10-11
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-11
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-28
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-17
* All these arguments are default anyways.Nick Lewycky2011-12-06
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-29
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-27
* Fix PassManager stack depths.Andrew Trick2011-08-27
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-17
* 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
* 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
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-05
* Delete the GEPSplitter experiment.Dan Gohman2011-02-28
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-28
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-28
* Implementation of path profiling.Andrew Trick2011-01-29
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-16
* sketch out a new early cse pass. No functionality yet.Chris Lattner2011-01-02
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-26
* Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands2010-12-20
* Reference RegionPass to stop it being eliminated.Tobias Grosser2010-10-25
* Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman2010-10-18
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-07
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-29
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-31
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-28
* Add a prototype of a new peephole optimizing pass that uses LazyValue info to...Owen Anderson2010-08-27
* Add an atomic lowering passPeter Collingbourne2010-08-03
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-02
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Debugging infomration is encoded in llvm IR using metadata. This is designedDevang Patel2010-07-01
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-07
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* SCCVN, we hardly knew ye!Owen Anderson2010-04-13
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-01