OSDN Git Service

Merging r341094:
[android-x86/external-llvm.git] / lib / Transforms / Scalar / CMakeLists.txt
2018-07-01 David Green[UnrollAndJam] New Unroll and Jam pass
2018-06-29 Chandler Carruth[instsimplify] Move the instsimplify pass to use more...
2018-05-27 David GreenRevert 333358 as it's failing on some builders.
2018-05-27 David Green[UnrollAndJam] Add a new Unroll and Jam pass
2018-05-25 Chandler CarruthRestore the LoopInstSimplify pass, reverting r327329...
2018-03-12 Vedant KumarRemove the LoopInstSimplify pass (-loop-instsimplify)
2017-11-28 Chandler CarruthAdd a new pass to speculate around PHI nodes with const...
2017-11-03 Jun Bum LimRecommit r317351 : Add CallSiteSplitting pass
2017-11-03 Jun Bum LimRevert "Add CallSiteSplitting pass"
2017-11-03 Jun Bum LimAdd CallSiteSplitting pass
2017-11-02 Clement CourbetRevert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-02 Clement Courbet[ExpandMemCmp] Split ExpandMemCmp from CodeGen into...
2017-09-09 Sanjay Patel[DivRempairs] add a pass to optimize div/rem pairs...
2017-09-01 Clement CourbetReland rL312315: [MergeICmps] MergeICmps is a new optim...
2017-09-01 Clement CourbetRevert "[MergeICmps] MergeICmps is a new optimization...
2017-09-01 Clement Courbet[MergeICmps] MergeICmps is a new optimization pass...
2017-06-22 Eric ChristopherRemove the LoadCombine pass. It was never enabled and...
2017-05-25 James Molloy[GVNSink] GVNSink pass
2017-04-27 Chandler Carruth[PM/LoopUnswitch] Introduce a new, simpler loop unswitc...
2017-01-31 Matt ArsenaultNVPTX: Move InferAddressSpaces to generic code
2017-01-25 Artur Pilipenko[Guards] Introduce loop-predication pass
2017-01-11 Chandler Carruth[PM] Separate the LoopAnalysisManager from the LoopPass...
2016-12-22 Davide Italiano[GVN] Initial check-in of a new global value numbering...
2016-11-17 Chris Bieneman[CMake] NFC. Updating CMake dependency specifications
2016-10-27 Dehao ChenAdd Loop Sink pass to reverse the LICM based of basic...
2016-07-15 Sebastian Popcode hoisting pass based on GVN
2016-07-14 Nico WeberRevert r275401, it caused PR28551.
2016-07-14 Sebastian Popcode hoisting pass based on GVN
2016-07-01 Duncan P. N. Exon... Revert "code hoisting pass based on GVN"
2016-07-01 Sebastian Popcode hoisting pass based on GVN
2016-06-15 David MajnemerRemove the ScalarReplAggregates pass
2016-05-18 Sanjoy DasNew pass: guard widening
2016-03-31 Sanjoy DasIntroduce a @llvm.experimental.guard intrinsic
2016-02-18 Adam Nemet[PPCLoopDataPrefetch] Move pass to Transforms/Scalar...
2016-02-06 Ashutosh NemaNew Loop Versioning LICM Pass
2016-01-29 Fiona GlaserAdd LoopSimplifyCFG pass
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-08-25 Diego NovilloConvert SampleProfile pass into a Module pass.
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.
next