aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-031-3/+23
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-9/+0
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-141-7/+0
* Rename some variables to match the style guide.Rafael Espindola2013-09-041-1/+1
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-281-1/+1
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+7
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-191-3/+8
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-0/+9
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-16/+0
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-141-3/+5
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-131-3/+2
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-121-4/+0
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-0/+3
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-1/+17
* Really unbreak Mac build.Peter Collingbourne2013-08-071-1/+1
* Unbreak Mac build.Peter Collingbourne2013-08-071-1/+1
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-071-0/+25
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-063-2/+24
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-051-1/+2
* Minor address space code simplification.Matt Arsenault2013-08-031-3/+2
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-021-12/+14
* Fix parameter ordering bug in createDebugIRPass()Daniel Malea2013-07-301-3/+3
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-281-47/+57
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-281-2/+3
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-22/+0
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-272-2/+3
* Respect llvm.used in Internalize.Rafael Espindola2013-07-251-0/+8
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-211-3/+3
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-201-7/+11
* Implement categories for special case lists.Peter Collingbourne2013-07-091-18/+56
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-091-0/+4
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-3/+3
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-281-5/+30
* Add a flag to defer vectorization into a phase after the inliner and itsChandler Carruth2013-06-241-0/+1
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-202-7/+0
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-5/+5
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-191-0/+6
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-282-7/+27
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-231-1/+3
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-201-3/+3
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-201-0/+26
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+4
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-261-2/+2
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-2/+2
* Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem2013-04-151-0/+1
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-151-1/+1
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-0/+1
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+6
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-2/+2
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-7/+26