aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/Scalar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+13
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+19
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+7
* Add a loop rerolling passHal Finkel2013-11-161-0/+5
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-131-0/+1
* 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/+5
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-2/+1
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-1/+2
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-2/+1
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-191-0/+1
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-5/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+1
* Clean whitespaces.Nadav Rotem2012-07-241-2/+2
* Move the initialization of the bounds checking pass. The pass itselfChandler Carruth2012-07-221-1/+0
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-221-0/+1
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-171-0/+1
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-301-1/+0
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-251-0/+4
* 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
* Add the alias analysis to the C api.Rafael Espindola2011-04-131-0/+9
* Expose more passes to the C API.Rafael Espindola2011-04-071-0/+16
* Delete the GEPSplitter experiment.Dan Gohman2011-02-281-1/+0
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-281-1/+0
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-181-1/+1
* split SROA into two passes: one that uses DomFrontiers (-scalarrepl) Chris Lattner2011-01-141-1/+2
* Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich2011-01-031-0/+1
* sketch out a new early cse pass. No functionality yet.Chris Lattner2011-01-021-0/+1
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-261-0/+1
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-071-5/+0
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-071-2/+46
* Whoops this already existed.Nate Begeman2010-03-111-4/+0
* Add a handful of additional useful pass manager things to the C APINate Begeman2010-03-111-0/+15
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-111-4/+0
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-061-10/+74
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-201-0/+8
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-161-0/+39