aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/LinkAllPasses.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+7
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+8
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+6
* Add a loop rerolling passHal Finkel2013-11-161-0/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-10/+0
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-141-1/+0
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+1
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-1/+0
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-191-0/+1
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+1
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-1/+0
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-081-0/+1
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-0/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-111-0/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-121-1/+1
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-121-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-021-0/+1
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-261-1/+0
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-261-1/+1
* Add a loop vectorizer.Nadav Rotem2012-10-171-0/+1
* dependence analysisSebastian Pop2012-10-111-0/+1
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-111-0/+1
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-281-0/+1
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-221-0/+1
* Add a basic-block autovectorization pass.Hal Finkel2012-02-011-0/+2
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-171-0/+1
* All these arguments are default anyways.Nick Lewycky2011-12-061-1/+1
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-301-1/+0
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-1/+1
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-1/+1
* Fix PassManager stack depths.Andrew Trick2011-08-271-1/+1
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-1/+0
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+0
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+1
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-151-0/+4
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-171-1/+1
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-211-1/+1
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-161-1/+1
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-121-0/+1
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-111-1/+0
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-051-1/+0
* Delete the GEPSplitter experiment.Dan Gohman2011-02-281-1/+0
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-281-1/+0
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-281-1/+0