summaryrefslogtreecommitdiff
path: root/include/llvm/InitializePasses.h
Commit message (Expand)AuthorAge
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-20
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-09
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-01
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-08
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-21
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-28
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-27
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a loop vectorizer.Nadav Rotem2012-10-17
* dependence analysisSebastian Pop2012-10-11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-04
* Add a MachinePostDominator passTom Stellard2012-09-17
* Introduce a new SROA implementation.Chandler Carruth2012-09-14
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-11
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-28
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-26
* Add an experimental early if-conversion pass, off by default.Jakob Stoklund Olesen2012-07-04
* Remove the RenderMachineFunction HTML output pass.Jakob Stoklund Olesen2012-06-20
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-09
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-08
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-30
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-22
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-13
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-08
* Make TargetPassConfig an ImmutablePass so CodeGenPasses can query optionsAndrew Trick2012-02-04
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* More bundle related API additions.Evan Cheng2012-01-19
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-17
* Renamed MachineScheduler to ScheduleTopDownLive.Andrew Trick2012-01-17
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-07
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-06