Fix a typo introduced in previous patches
[oota-llvm.git] / include / llvm / InitializePasses.h
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-10-30 Justin Bogner[PM] Port StripDeadPrototypes to the new pass manager
2015-10-30 Justin Bogner[PM] Port ADCE to the new pass manager
2015-10-30 Justin BognerWhitespace. NFC
2015-10-21 Chandler Carruth[AA] Enhance the new AliasAnalysis infrastructure with...
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-12 Chandler Carruth[PM] Port SROA to the new pass manager.
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-15 Chandler Carruth[PM/AA] Delete the LibCallAliasAnalysis and all the...
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...
2015-08-12 Chandler Carruth[PM/AA] Remove the AliasDebugger pass.
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-09 Reid KlecknerExpose sjlj preparation through opt for my own debuggin...
2015-07-06 Teresa JohnsonResubmit "Add new EliminateAvailableExternally module...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-12 Teresa JohnsonRevert commit r239480 as it causes https://code.google...
2015-06-10 Teresa JohnsonAdd new EliminateAvailableExternally module pass, which...
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-14 Adam NemetNew Loop Distribution pass
2015-05-12 Jonathan RoelofsDelete dead code. NFC
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-10 Jingyue WuDivergence analysis for GPU programs
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-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...
2015-02-19 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-19 Adam NemetRevert "Reformat."
2015-02-18 Reid KlecknerAdd an IR-to-IR test for dwarf EH preparation using opt
2015-02-18 NAKAMURA TakumiReformat.
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
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-02-01 Chandler Carruth[multiversion] Kill FunctionTargetTransformInfo, TTI...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-27 Chandler Carruth[PM] Refactor the core logic to run EarlyCSE over a...
2015-01-20 Chandler Carruth[PM] Separate the InstCombiner from its pass.
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
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"
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-24 Rafael EspindolaRemove the unused FindUsedTypes pass.
2014-11-17 Rafael EspindolaAdd back r222061 with a fix.
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-14 Rafael EspindolaDon't make assumptions about the name of private global...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-07 Saleem AbdulrasoolTransform: add SymbolRewriter pass
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-07 Hal FinkelAdd an AlignmentFromAssumptions Pass
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 Duncan P. N. Exon... IPO: Add use-list-order verifier
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
next