aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
AgeCommit message (Expand)Author
2012-05-14Remove a stale forward declaration.Andrew Trick
2012-05-08Remove excess semi-colons to quiet warnings.Eric Christopher
2012-05-04Teach the code extractor how to extract a sequence of blocks fromChandler Carruth
2012-05-04Factor the computation of input and output sets into a public interfaceChandler Carruth
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth
2012-05-03Factor the logic for testing whether a basic block is viable for codeChandler Carruth
2012-04-30Second attempt at PR12573:Bill Wendling
2012-04-14Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel
2012-04-13Add support to BBVectorize for vectorizing selects.Hal Finkel
2012-04-07Refactor: Use positive field names in VectorizeConfig.Hongbin Zheng
2012-04-05Introduce the VectorizeConfig class, with which we can control the behaviorHongbin Zheng
2012-04-05Add the function "vectorizeBasicBlock" which allow users vectorize aHongbin Zheng
2012-04-02Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling
2012-03-31Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-28Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth
2012-03-23add EP_OptimizerLast extension pointKostya Serebryany
2012-03-22Remove unused simplifyIVUsersAndrew Trick
2012-03-16Start removing the use of an ad-hoc 'never inline' set and insteadChandler Carruth
2012-03-15Remove the basic inliner. This was added in 2007, and hasn't reallyChandler Carruth
2012-02-25Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling
2012-02-03Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-01-17Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman
2012-01-17Add a new PassManagerBuilder customization point,Dan Gohman
2011-12-23When not destroying the source, the linker is not remapping the types. Added ...Mon P Wang
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Refactor code used in InstCombine::FoldAndOfICmps to new file.Pete Cooper
2011-12-15[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany
2011-12-09SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak
2011-12-09Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick
2011-12-08Remove reference to dead GEPSplitterPass. PR11506.Eli Friedman
2011-12-06Expose a switch for the new gcov format.Nick Lewycky
2011-11-30make asan work at -O0, llvm part. Patch by glider@google.comKostya Serebryany
2011-11-17Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman
2011-11-16AddressSanitizer, first commit (compiler module only)Kostya Serebryany
2011-11-15StringRefize and simplify.Benjamin Kramer
2011-11-14Make headers standalone, move a virtual method out of line.Benjamin Kramer
2011-10-31Add utility to append a function to the list of global constructors. Devang Patel
2011-10-17svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel
2011-10-04LSR should avoid redundant edge splitting.Andrew Trick
2011-10-04whitespaceAndrew Trick
2011-09-20Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling
2011-08-30Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola
2011-08-19Add SplitLandingPadPredecessors().Bill Wendling
2011-08-16Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall
2011-08-10Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick
2011-08-10Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick