aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-081-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-083-28/+28
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-041-1/+1
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-261-1/+1
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-261-0/+10
* Revert r164614 to appease the buildbots.Chad Rosier2012-09-251-10/+0
* Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...Michael Ilseman2012-09-251-0/+10
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-191-0/+8
* Forward declarationsMichael Ilseman2012-09-191-0/+4
* Remove unused and broken CloneFunction wrapper.Benjamin Kramer2012-09-191-7/+0
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-181-0/+26
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Stylistic and 80-col fixesEvan Cheng2012-09-141-1/+1
* Remove unused declarationAndrew Trick2012-09-111-2/+0
* Move bypassSlowDivision into the llvm namespace.Benjamin Kramer2012-09-101-3/+7
* Remove unneeded code.Jakub Staszak2012-09-041-29/+0
* Generic Bypass Slow DivPreston Gurd2012-09-041-0/+58
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-292-6/+11
* add EmitStrNLen()Nuno Lopes2012-07-251-0/+6
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-251-17/+24
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-2/+5
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-292-3/+3
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-251-4/+0
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-221-0/+61
* Remove a stale forward declaration.Andrew Trick2012-05-141-1/+0
* Remove excess semi-colons to quiet warnings.Eric Christopher2012-05-081-1/+1
* Teach the code extractor how to extract a sequence of blocks fromChandler Carruth2012-05-041-0/+8
* Factor the computation of input and output sets into a public interfaceChandler Carruth2012-05-041-2/+11
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-042-53/+110