aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-151-1/+1
* Stylistic and 80-col fixesEvan Cheng2012-09-141-1/+1
* Introduce a new SROA implementation.Chandler Carruth2012-09-141-0/+6
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-111-0/+5
* 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 the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-202-8/+7
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-292-3/+3
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-281-0/+3
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-251-4/+0
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-241-0/+3
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-231-0/+3
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-211-1/+4
* add a new pass to instrument loads and stores for run-time bounds checkingNuno Lopes2012-05-222-0/+69
* 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
* Factor the logic for testing whether a basic block is viable for codeChandler Carruth2012-05-031-0/+8
* Second attempt at PR12573:Bill Wendling2012-04-301-1/+2
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-141-0/+6
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-131-0/+3
* Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng2012-04-071-12/+12
* Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng2012-04-051-2/+66
* Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng2012-04-051-1/+13
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-021-1/+3
* Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth2012-03-311-9/+0
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-311-5/+0
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-281-1/+1
* add EP_OptimizerLast extension pointKostya Serebryany2012-03-231-0/+4
* Remove unused simplifyIVUsersAndrew Trick2012-03-221-6/+0
* Start removing the use of an ad-hoc 'never inline' set and insteadChandler Carruth2012-03-161-4/+8
* Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth2012-03-151-55/+0
* Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier2012-02-253-4/+8