summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAge
* [LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth2014-01-28
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-25
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Fix known typosAlp Toker2014-01-24
* [LPM] Make LoopSimplify no longer a LoopPass and instead both a utilityChandler Carruth2014-01-23
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-23
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* Fix missing C++ mode commentMatt Arsenault2013-12-19
* Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang2013-12-16
* Fix a narrowing warning due to a type mismatch (size_t vs uint64).Kaelyn Uhrain2013-12-06
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* Add forgotten header guardsAlexey Samsonov2013-12-05
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-17
* Add a loop rerolling passHal Finkel2013-11-16
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-05
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Fix "existant" typosAlp Toker2013-10-29
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Remove the long, long defunct IR block placement pass.Chandler Carruth2013-09-14
* Rename some variables to match the style guide.Rafael Espindola2013-09-04
* Disable unrolling in the loop vectorizer when disabled in the pass managerHal Finkel2013-08-28
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-14
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* Remove unused SpecialCaseList constructorsAlexey Samsonov2013-08-12
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-12
* Really unbreak Mac build.Peter Collingbourne2013-08-07
* Unbreak Mac build.Peter Collingbourne2013-08-07
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06