aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-171-1/+2
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-291-0/+5
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-211-1/+1
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-161-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Passing unroll parameters (unroll-count, threshold, and partial unroll) via L...Junjie Gu2011-04-131-1/+1
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-121-1/+3
* remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner2011-04-111-1/+0
* 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
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-281-6/+0
* 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
* Implementation of path profiling.Andrew Trick2011-01-291-0/+3
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-181-1/+1
* 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
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-161-6/+0