summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* Remove unused variable.Eric Christopher2010-09-13
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* Invert and-of-or into or-of-and when doing so would allow us to clear bits of...Owen Anderson2010-09-11
* typoesGabor Greif2010-09-10
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* This transform is also performed by InstructionSimplify, remove the duplicate.Benjamin Kramer2010-09-10
* Lower the unrolling theshold to 150. Empirical tests indicate that this is a...Owen Anderson2010-09-10
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-09
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-09
* r113526 introduced an unintended change to the loop unrolling threshold. Rev...Owen Anderson2010-09-09
* Fix typo in code to cap the loop code size reduction calculation.Owen Anderson2010-09-09
* Use code-size reduction metrics to estimate the amount of savings we'll get w...Owen Anderson2010-09-09
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-08
* Generalize instcombine's support for combining multiple bit checks into a sin...Owen Anderson2010-09-08
* Add a separate unrolling threshold when the current function is being optimiz...Owen Anderson2010-09-07
* Fix a serious performance regression introduced by r108687 on linux:Chris Lattner2010-09-07
* Fix major bug in thunk detection. Also verify the calling convention.Nick Lewycky2010-09-07
* fix PR8067, an over-aggressive assertion in LICM.Chris Lattner2010-09-06
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-06
* pull a simple method out of LICM into a new Chris Lattner2010-09-06
* more cleanupsChris Lattner2010-09-05
* Change lower atomic pass to use IntrinsicInst to simplify it a bit.Chris Lattner2010-09-05
* eliminate some non-obvious casts. UndefValue isa Constant.Chris Lattner2010-09-05
* Fix warning reported by MSVC++ builder.Nick Lewycky2010-09-05
* Switch FnSet to containing the ComparableFunction instead of a pointer to one.Nick Lewycky2010-09-05
* Fix many bugs when merging weak-strong and weak-weak pairs. We now merge allNick Lewycky2010-09-05
* zap dead code.Chris Lattner2010-09-04
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-04
* fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner2010-09-04
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-01
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-01
* JumpThreading keeps LazyValueInfo up to date, so we don't need to rerun itOwen Anderson2010-09-01
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-01
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-01
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-01
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-31
* tidy upChris Lattner2010-08-31
* More cleanups of my JumpThreading transforms, including extracting some dupli...Owen Anderson2010-08-31
* Add an RAII helper to make cleanup of the RecursionSet more fool-proof.Owen Anderson2010-08-31
* Only try to clean up the current block if we changed that block already.Owen Anderson2010-08-31
* Refactor my fix for PR5652 to terminate the predecessor lookups after the fir...Owen Anderson2010-08-31
* Fix an infinite loop; merging two functions will create a new function (if theNick Lewycky2010-08-31