aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
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-03-28Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth
2012-03-22Remove unused simplifyIVUsersAndrew Trick
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-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
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-11-17Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman
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-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-19Add SplitLandingPadPredecessors().Bill Wendling
2011-08-10Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick
2011-08-10Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick
2011-08-03Use cast<> instead of a C-style cast to get some free assertions.Jay Foad
2011-07-23Move trip count discovery outside of the generic LoopUnroll helper. ThisAndrew Trick
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-10Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-06Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel
2011-06-15Remove unused code.Eli Friedman
2011-05-24Clean up the lazy initialization of DIBuilder a bit.Cameron Zwarich
2011-05-24Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich
2011-05-22Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel
2011-04-29Assing line number info to new PHIs created by SSA updater.Devang Patel
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-02PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman
2011-03-18If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel
2011-03-17Try to not lose variable's debug info during instcombine.Devang Patel
2011-03-17Refactor into a separate utility function.Devang Patel
2011-02-21If the phi node was used by an unreachable instruction that ends up usingDuncan Sands
2011-01-29Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng
2011-01-29Revert r124518. It broke Linux self-host.Evan Cheng
2011-01-29Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng
2011-01-17Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich