aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InitializePasses.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+20
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+15
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-7/+11
* Add a loop rerolling passHal Finkel2013-11-161-0/+1
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-131-0/+1
* delinearization of arraysSebastian Pop2013-11-121-0/+1
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-101-1/+0
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-081-0/+1
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-081-1/+0
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-311-2/+1
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-141-1/+0
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-12/+0
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-141-1/+0
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+1
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-071-0/+1
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-2/+2
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-1/+2
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-201-1/+0
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-191-0/+1
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+1
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+1
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-291-1/+0
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-1/+0
* GCInfoDeleter code cleanup after r175528Yiannis Tsiouris2013-03-011-1/+0
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-081-0/+1
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-281-0/+4
* Make the inline cost a proper analysis pass. This remains essentiallyChandler Carruth2013-01-211-0/+1
* Added -view-callgraph module pass.Andrew Trick2013-01-111-0/+2
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+1
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-051-1/+2
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-291-0/+1
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-281-0/+1
* Remove unused MachineLoopRanges analysis.Jakub Staszak2012-11-271-1/+0
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-021-0/+1
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-261-1/+0
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+1
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-181-0/+1
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-1/+0
* Add a loop vectorizer.Nadav Rotem2012-10-171-0/+1
* dependence analysisSebastian Pop2012-10-111-0/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+1
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-051-1/+0
* Rename the Target specific passes in the DataLayout class to be Target agnostic.Micah Villmow2012-10-041-0/+1
* Add a MachinePostDominator passTom Stellard2012-09-171-0/+1
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+1
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-111-0/+1