This patch breaks up Wrap.h so that it does not have to include all of
[oota-llvm.git] / lib / Transforms / Scalar / Scalar.cpp
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-07-24 Nadav RotemClean whitespaces.
2012-07-22 Chandler CarruthMove the initialization of the bounds checking pass...
2012-05-22 Nuno Lopesadd a new pass to instrument loads and stores for run...
2012-01-17 Dan GohmanAdd a new ObjC ARC optimization pass to eliminate unneeded
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-07-25 Rafael EspindolaAdd LLVMAddLowerExpectIntrinsicPass to the C API.
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-02-28 Dan GohmanDelete the GEPSplitter experiment.
2011-02-28 Dan GohmanDelete the SimplifyHalfPowrLibCalls pass, which was...
2011-01-18 Cameron ZwarichRemove outdated references to dominance frontiers.
2011-01-14 Chris Lattnersplit SROA into two passes: one that uses DomFrontiers...
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...
2010-12-26 Chris LattnerStart of a pass for recognizing memset and memcpy idioms.
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2008-03-20 Gordon HenriksenC and Objective Caml bindings for mem2reg and reg2mem.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...