aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-062-1/+16
* 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
* 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-271-1/+2
* 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
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-282-7/+27
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-201-3/+3
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-201-0/+26
* 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
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-0/+1
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-261-0/+14
* Remove unneeded #includes.Jakub Staszak2013-02-091-1/+0
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-181-0/+58
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-106-13/+13
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-071-2/+2
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-051-109/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-025-7/+7
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+5
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+5
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-033-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-032-0/+2
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-131-1/+2
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-111-1/+10
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+1
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-2/+2
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-301-1/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+2
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-191-0/+25
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+2
* Implement new LibCallSimplifier classMeador Inge2012-10-131-0/+43
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+2