aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-281-1/+1
* Remove unused simplifyIVUsersAndrew Trick2012-03-221-6/+0
* 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-251-3/+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
* 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
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-171-2/+4
* 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
* 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
* Add SplitLandingPadPredecessors().Bill Wendling2011-08-191-0/+17
* 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
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-031-2/+2
* 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-091-2/+32
* Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel2011-07-061-4/+5
* Remove unused code.Eli Friedman2011-06-151-6/+0
* Clean up the lazy initialization of DIBuilder a bit.Cameron Zwarich2011-05-241-2/+2
* Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values whenCameron Zwarich2011-05-242-1/+10
* Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...Frits van Bommel2011-05-221-2/+4
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-291-0/+5
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-021-4/+0
* If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the Lo...Devang Patel2011-03-181-0/+6
* Try to not lose variable's debug info during instcombine.Devang Patel2011-03-171-0/+5
* Refactor into a separate utility function.Devang Patel2011-03-171-0/+12
* If the phi node was used by an unreachable instruction that ends up usingDuncan Sands2011-02-211-1/+1
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-291-2/+11
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-291-11/+2
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-291-2/+11
* Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich2011-01-171-2/+1
* Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich2011-01-171-1/+2
* Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich2011-01-171-2/+1
* Generalize LoadAndStorePromoter a bit and switch LICMChris Lattner2011-01-151-3/+20
* Add a new LoadAndStorePromoter class, which implements the generalChris Lattner2011-01-141-0/+32
* Fix FoldSingleEntryPHINodes to update memdep and AA when it deletesChris Lattner2011-01-111-2/+2
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-081-2/+21
* BuildLibCalls: Nuke EmitMemCpy, EmitMemMove and EmitMemSet. They are dead and...Benjamin Kramer2010-12-271-14/+0