aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make headers standalone, move a virtual method out of line.Benjamin Kramer2011-11-143-16/+22
* Add utility to append a function to the list of global constructors. Devang Patel2011-10-311-0/+30
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-171-0/+2
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-041-3/+6
* whitespaceAndrew Trick2011-10-041-12/+12
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-201-5/+9
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-301-7/+0
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-191-0/+17
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-161-1/+14
* Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick2011-08-101-3/+3
* Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick2011-08-101-0/+58
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-7/+0
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-031-2/+2
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-021-236/+25
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-021-0/+331
* Fix typo in comment.Jay Foad2011-07-261-1/+1
* Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick2011-07-231-1/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-182-5/+5
* Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth2011-07-101-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-092-9/+32
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-061-4/+5
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+8
* The ARC language-specific optimizer. Credit to Dan Gohman.John McCall2011-06-151-0/+18