OSDN Git Service

Revert "[NewPM] Port Sancov"
[android-x86/external-llvm.git] / include / llvm / InitializePasses.h
2019-07-15 Leonard ChanRevert "[NewPM] Port Sancov"
2019-07-11 Leonard Chan[NewPM] Port Sancov
2019-06-19 Matt ArsenaultRename ExpandISelPseudo->FinalizeISel, delay register...
2019-06-07 Sam Parker[CodeGen] Generic Hardware Loop Support
2019-06-05 Johannes Doerfert[Attributor] Pass infrastructure and fixpoint framework
2019-05-23 Clement Courbet[MergeICmps] Make the pass compatible with the new...
2019-05-14 Leonard Chan[NewPM] Port HWASan and Kernel HWASan
2019-04-17 Kit BartonAdd basic loop fusion pass.
2019-04-17 Eric ChristopherRevert "Add basic loop fusion pass." Per request.
2019-04-17 Eric ChristopherRevert "Temporarily Revert "Add basic loop fusion pass.""
2019-04-17 Eric ChristopherTemporarily Revert "Add basic loop fusion pass."
2019-04-17 Kit BartonAdd basic loop fusion pass.
2019-03-11 Nico WeberRemove esan.
2019-02-28 Manman RenAdd a module pass for order file instrumentation
2019-02-27 Rong XuRecommit r354930 "[PGO] Context sensitive PGO (part 1)"
2019-02-27 Vlad TsyrklevichRevert "[PGO] Context sensitive PGO (part 1)"
2019-02-26 Rong Xu[PGO] Context sensitive PGO (part 1)
2019-02-13 Leonard Chan[NewPM] Second attempt at porting ASan
2019-01-31 Max KazantsevDefault lowering for experimental.widenable.condition
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-16 Philip Pfaffe[NewPM][TSan] Reiterate the TSan port
2019-01-16 Aditya Nandakumar[GISel]: Add support for CSEing continuously during...
2019-01-09 Florian HahnRevert r350647: "[NewPM] Port tsan"
2019-01-08 Philip Pfaffe[NewPM] Port tsan
2019-01-04 Teresa Johnson[ThinLTO] Handle chains of aliases
2019-01-03 Philip Pfaffe[NewPM] Port Msan
2018-12-12 Michael Kruse[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followu...
2018-12-07 Max KazantsevIntroduce llvm.experimental.widenable_condition intrinsic
2018-12-07 Markus Lavin[PM] Port LoadStoreVectorizer to the new pass manager.
2018-11-26 Vitaly Buka[stack-safety] Empty local passes for Stack Safety...
2018-11-26 Vitaly Buka[stack-safety] Empty local passes for Stack Safety...
2018-11-21 Mikael Holmen[PM] Port Scalarizer to the new pass manager.
2018-11-19 Martin ElshuberSubject: [PATCH] [CodeGen] Add pass to combine interlea...
2018-10-26 Leonard ChanRevert "[PassManager/Sanitizer] Enable usage of ported...
2018-10-11 Leonard Chan[PassManager/Sanitizer] Port of AddresSanitizer pass...
2018-09-07 Aditya KumarHot cold splitting pass
2018-09-04 Hiroshi Yamauchi[PGO] Control Height Reduction
2018-08-30 Nicolai Haehnle[NFC] Rename the DivergenceAnalysis to LegacyDivergence...
2018-07-26 Matthias BraunRegUsageInfo: Cleanup; NFC
2018-07-26 Matthias BraunInitializePasses: Sort declarations; NFC
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-06-28 John BrawnAdd a PhiValuesAnalysis pass to calculate the underlyin...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-05-31 Heejin Ahn[WebAssembly] Add Wasm exception handling prepare pass
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-04-27 Philip Reames[LoopGuardWidening] Split out a loop pass version of...
2018-04-24 Petar JovanovicCorrect dwarf unwind information in function epilogue
2018-04-24 Craig Topper[AggressiveInstCombine] Add library initializer routine...
2018-03-22 Jun Bum Lim[CodeGen] Add a new pass for PostRA sink
2018-03-20 Philip ReamesAdd an analysis printer for must execute reasoning
2018-03-15 Fedor Sergeev[New PM][IRCE] port of Inductive Range Check Eliminatio...
2018-03-12 Vedant KumarRemove the LoopInstSimplify pass (-loop-instsimplify)
2018-01-25 Amjad AboudAnother try to commit 323321 (aggressive instruction...
2018-01-24 Amjad AboudReverted 323321.
2018-01-24 Amjad Aboud[InstCombine] Introducing Aggressive Instruction Combin...
2018-01-23 Volkan Keles[llvm-extract] Support extracting basic blocks
2018-01-22 Chandler CarruthIntroduce the "retpoline" x86 mitigation technique...
2018-01-22 Marina YatsinaSeparate ExecutionDepsFix into 4 parts:
2018-01-19 Matthias BraunSplit MachineLICM into EarlyMachineLICM and MachineLICM...
2018-01-19 Matthias BraunSplit TailDuplicatePass into pre- and post-RA variant...
2017-12-15 Fedor Sergeev[PM] port Rewrite Statepoints For GC to the new pass...
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-14 Hans WennborgRename CountingFunctionInserter and use for both mcount...
2017-11-14 Chandler Carruth[PM] Port BoundsChecking to the new PM.
2017-11-08 Reid KlecknerRevert "Correct dwarf unwind information in function...
2017-11-07 Petar JovanovicReland "Correct dwarf unwind information in function...
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-03 Clement Courbetre-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-02 Puyan Lotfimir-canon: First commit.
2017-11-02 Clement CourbetRevert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-02 Clement Courbet[ExpandMemCmp] Split ExpandMemCmp from CodeGen into...
2017-11-01 Petar JovanovicRevert "Correct dwarf unwind information in function...
2017-11-01 Petar JovanovicCorrect dwarf unwind information in function epilogue...
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-25 Matthew SimpsonAdd CalledValuePropagation pass
2017-10-03 Geoff BerryRevert "Re-enable "[MachineCopyPropagation] Extend...
2017-10-02 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
2017-09-12 Lei HuangUpdate branch coalescing to be a PowerPC specific pass
2017-09-09 Sanjay Patel[DivRempairs] add a pass to optimize div/rem pairs...
2017-09-09 Matthias BraunRegAllocFast: Cleanup; NFC
2017-09-06 Eugene Zelenko[Pass] Fix some Clang-tidy modernize and Include What...
2017-09-04 Sam McCallRevert "Re-enable "[MachineCopyPropagation] Extend...
2017-09-01 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
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-08-31 Eric ChristopherTemporarily revert "Update branch coalescing to be...
2017-08-30 Hans WennborgRevert r312154 "Re-enable "[MachineCopyPropagation...
2017-08-30 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
2017-08-23 Lei HuangUpdate branch coalescing to be a PowerPC specific pass
2017-08-18 Geoff BerryRevert "[MachineCopyPropagation] Extend pass to do...
2017-08-17 Geoff Berry Re-enable "[MachineCopyPropagation] Extend pass...
2017-08-17 Geoff BerryRevert "[MachineCopyPropagation] Extend pass to do...
2017-08-16 Geoff Berry[MachineCopyPropagation] Extend pass to do COPY source...
next