summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Scalar.h
Commit message (Expand)AuthorAge
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-21
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-17
* Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman2011-12-08
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-15
* Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu2011-04-13
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-28
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-18
* split SROA into two passes: one that uses DomFrontiers (-scalarrepl) Chris Lattner2011-01-14
* Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich2011-01-03
* 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
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-07
* 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
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-06
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add an atomic lowering passPeter Collingbourne2010-08-03
* Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman2010-05-07
* Fix a problem that lower invoke has with allocas (PR6694), and Chris Lattner2010-04-26
* SCCVN, we hardly knew ye!Owen Anderson2010-04-13
* Revert r97245 which seems to be causing performance problems.Bob Wilson2010-02-28
* Move the EnableFullLoadPRE flag from a separate command-line option to anBob Wilson2010-02-26
* Remove unused "NoPRE" parameter in GVN and createGVNPass().Bob Wilson2010-02-26
* Pull these back out, they're a little too aggressive and timeEric Christopher2010-02-09
* Add a new pass to do llvm.objsize lowering using SCEV.Eric Christopher2010-02-09
* Add an option for running GVN with redundant load processing disabled.Dan Gohman2009-11-14
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-11
* Remove CodeGenLICM. It's largely obsoleted by MachineLICM's new abilityDan Gohman2009-10-31
* Add option to createGVNPass to disable PRE.Evan Cheng2009-10-30
* Add ABCD, a generalized implementation of the Elimination of Array BoundsNick Lewycky2009-10-28
* Forgot to commit these.Owen Anderson2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Check in the experimental GEP splitter pass. This pass splits complexDan Gohman2009-10-26
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-17
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-06