aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-131-0/+3
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-9/+1
* Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman2012-02-031-32/+11
* Add a basic-block autovectorization pass.Hal Finkel2012-02-012-0/+31
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-171-0/+6
* Add a new PassManagerBuilder customization point,Dan Gohman2012-01-171-0/+4
* When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang2011-12-231-3/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper2011-12-171-0/+66
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-0/+3
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-3/+2
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-091-1/+4
* Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman2011-12-081-6/+0
* Expose a switch for the new gcov format.Nick Lewycky2011-12-061-1/+2
* make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany2011-11-301-1/+6
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-171-2/+4
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-161-0/+3
* StringRefize and simplify.Benjamin Kramer2011-11-151-1/+1