summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAge
* 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 forgotten header guardsAlexey Samsonov2013-12-05
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Fix "existant" typosAlp Toker2013-10-29
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* 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
* 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
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* Minor address space code simplification.Matt Arsenault2013-08-03
* Teach EmitGEPOffset about address spacesMatt Arsenault2013-08-02
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-28
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Respect llvm.used in Internalize.Rafael Espindola2013-07-25
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-09
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-20
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-20
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-26
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-26
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-11
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-26
* Remove unneeded #includes.Jakub Staszak2013-02-09
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-18
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-07
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-21
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-12
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03