[Orc] Add sensible defaults for the ObjectLinkingLayer constructor.
[oota-llvm.git] / include / llvm / InitializePasses.h
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)"
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
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-17 Chandler Carruth[PM] Remove the preverifier and directly compute the...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2013-12-28 Andrew TrickStub out a PostMachineScheduler pass.
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
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-11-12 Sebastian Popdelinearization of arrays
2013-11-10 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-08 Arnaud A. de Grand... Revert "CalculateSpillWeights does not need to be a...
2013-11-08 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-14 Rafael EspindolaRemove the now unused strong phi elimination pass.
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
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-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-06-19 Matt ArsenaultMove StructurizeCFG out of R600 to generic Transforms.
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-01 Yiannis TsiourisGCInfoDeleter code cleanup after r175528
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-27 Jakub StaszakRemove unused MachineLoopRanges analysis.
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-11 Sebastian Popdependence analysis
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-04 Micah VillmowRename the Target specific passes in the DataLayout...
2012-09-17 Tom StellardAdd a MachinePostDominator pass
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.
next