summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAge
* 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
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-13
* Add method for replacing instructions to LibCallSimplifierMeador Inge2012-11-11
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Implement new LibCallSimplifier classMeador Inge2012-10-13
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-26
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-25
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-25
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-19
* Forward declarationsMichael Ilseman2012-09-19
* Remove unused and broken CloneFunction wrapper.Benjamin Kramer2012-09-19
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Stylistic and 80-col fixesEvan Cheng2012-09-14
* Remove unused declarationAndrew Trick2012-09-11
* Move bypassSlowDivision into the llvm namespace.Benjamin Kramer2012-09-10
* Remove unneeded code.Jakub Staszak2012-09-04
* Generic Bypass Slow DivPreston Gurd2012-09-04
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* add EmitStrNLen()Nuno Lopes2012-07-25
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-20