[LIR] Make the LoopIdiomRecognize pass get analyses essentially the same
[oota-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-14 Adam NemetNew Loop Distribution pass
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-24 Hans WennborgRevert r233062 ""float2int": Add a new pass to demote...
2015-03-24 James Molloy"float2int": Add a new pass to demote from float to...
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-01-24 Chandler Carruth[PM] Move the LowerExpectIntrinsic pass to the Scalar...
2015-01-16 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Sanjoy DasRevert r226201 (Add a new pass "inductive range check...
2015-01-15 Sanjoy DasAdd a new pass "inductive range check elimination"
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-05-01 Benjamin KramerUpdate and sort CMakeLists.
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2013-11-22 Richard SandifordAdd a Scalarizer pass.
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-13 Diego NovilloSampleProfileLoader pass. Initial setup.
2013-09-14 Chandler CarruthRemove the long, long defunct IR block placement pass.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-06-19 Matt ArsenaultMove StructurizeCFG out of R600 to generic Transforms.
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-05-22 Nuno Lopeshopefully fix the CMake build. sorry for breakage
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-10-17 Michael J. SpencerFix CMake build.
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-02-28 Ted KremenekUnbreak CMake build.
2011-02-28 Chris Lattnerupdate cmake
2011-01-03 Michael J. SpencerCMake: Add missing source file.
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...
2010-12-26 Chris LattnerStart of a pass for recognizing memset and memcpy idioms.
2010-10-08 Daniel DunbarUpdate CMake.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-31 Owen AndersonRename file to something more descriptive.
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-28 Benjamin KramerUpdate CMake build. Add newline at end of file.
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-05-07 Ted KremenekUpdate CMake build.
2010-04-13 Owen AndersonRemove SCCVN from the CMake build system.
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Eric ChristopherAdd file in here too.
2010-01-04 Chris Lattnermove instcombine to its own library, it's past time.
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-10-31 Dan GohmanUpdate CMakeLists for recent renames.
2009-10-31 Dan GohmanRemove CodeGenLICM. It's largely obsoleted by MachineLI...
2009-10-28 Benjamin KramerUpdate CMake file.
2009-10-27 Mike StumpVS build fix, patch by Marius Wachtler.
2009-10-26 Ted KremenekUpdate CMake files.
2009-10-06 Ted KremenekUpdate CMake file.
2009-10-01 Douglas GregorRemove GVNPRE.cpp from the CMake makefile
2009-09-17 Daniel DunbarUpdate CMake.
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2008-11-05 Oscar FuentesCMake: updated list of source files.
2008-09-22 Oscar FuentesInitial support for the CMake build system.