Age | Commit message (Expand) | Author |
2008-12-23 | Revert 61362 and 61402 until SPEC breakage is fixed. | Dale Johannesen |
2008-12-23 | This fixes the bug in 175.vpr. It doesn't fix the | Dale Johannesen |
2008-12-23 | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen |
2008-12-23 | Don't forget to remove phi nodes from the value numbering table after we coll... | Owen Anderson |
2008-12-22 | Comment clean-ups. No functionality change. | Bill Wendling |
2008-12-22 | Check that the instruction isn't in the value numbering scope. | Bill Wendling |
2008-12-22 | Simplification: Negate the operator== method instead of implementing a full o... | Bill Wendling |
2008-12-22 | Add verification that deleted instruction isn't hiding in the PHI map. | Bill Wendling |
2008-12-22 | Verify removed in a few more places. | Bill Wendling |
2008-12-22 | Add verification functions to GVN which check to see that an instruction was | Bill Wendling |
2008-12-21 | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky |
2008-12-20 | Remove redundant test for vector-nature. Scan the vector first to see whether | Nick Lewycky |
2008-12-19 | - CodeGenPrepare does not split loop back edges but it only knows about back ... | Evan Cheng |
2008-12-18 | Didn't mean to commit this. | Bill Wendling |
2008-12-18 | Re-XFAIL this test until debug stuff settles down. | Bill Wendling |
2008-12-18 | Oops! Left out a line. | Nick Lewycky |
2008-12-18 | Make all the vector elements positive in an srem of constant vector. | Nick Lewycky |
2008-12-18 | Revert previous patch, appears to break bootstrap. | Dale Johannesen |
2008-12-18 | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen |
2008-12-18 | reapply this hunk from Bill's reversion in r61169, it is conservative | Chris Lattner |
2008-12-17 | Temporarily revert r61027. It was causing a bootstrap failure in "release" mode | Bill Wendling |
2008-12-16 | Clarify that the scale factor from CheckForIVReuse | Dale Johannesen |
2008-12-15 | Enable Load PRE. This teaches GVN to push partially redundant loads up the | Chris Lattner |
2008-12-15 | Ifdef out some code that I didn't mean to enable by default yet. | Owen Anderson |
2008-12-15 | make GVN try to rename inputs to the resultant replaced values, which | Chris Lattner |
2008-12-15 | Add support for slow-path GVN with full phi construction for scalars. This i... | Owen Anderson |
2008-12-14 | eliminate warning when asserts disabled. | Chris Lattner |
2008-12-14 | Generalize GVN's phi construciton routine to work for things other than loads. | Owen Anderson |
2008-12-13 | Temporarily revert r60973. It's inexplicably causing a failure when self-host... | Bill Wendling |
2008-12-13 | make RLE preserve the name of the load that it replaces. This is just | Chris Lattner |
2008-12-09 | Teach GVN to invalidate some memdep information when it does an RAUW | Chris Lattner |
2008-12-09 | rename getNonLocalDependency -> getNonLocalCallDependency, and remove | Chris Lattner |
2008-12-09 | Switch GVN::processNonLocalLoad to using the new | Chris Lattner |
2008-12-09 | random cleanups, no functionality change. | Chris Lattner |
2008-12-09 | Fix a really subtle off-by-one bug that Duncan noticed with valgrind | Chris Lattner |
2008-12-08 | remove DebugIterations option. Despite the accusations, | Chris Lattner |
2008-12-08 | Fix spelling. | Devang Patel |
2008-12-08 | Undo previous patch. | Devang Patel |
2008-12-07 | don't bother touching volatile stores, they will just return clobber on | Chris Lattner |
2008-12-06 | Reimplement the inner loop of DSE. It now uniformly uses getDependence(), | Chris Lattner |
2008-12-05 | Make LoopStrengthReduce smarter about hoisting things out of | Dale Johannesen |
2008-12-05 | Make a few major changes to memdep and its clients: | Chris Lattner |
2008-12-05 | Revert invalid r60393. It causes llvm-gcc bootstrap fails in release builds. | Anton Korobeynikov |
2008-12-05 | Fix test/Transforms/GVN/pre-load.ll | Chris Lattner |
2008-12-05 | Make IsValueFullyAvailableInBlock safe. | Chris Lattner |
2008-12-04 | Rewrite code that 1) filters loops and 2) calculates new loop bounds. | Devang Patel |
2008-12-04 | Start simplifying a switch that has a successor that is a switch. | Chris Lattner |
2008-12-04 | add a debugging option to help track down j-t problems. | Chris Lattner |
2008-12-03 | Remove an unused field. | Dale Johannesen |
2008-12-03 | Fix a misspelled function name. | Dale Johannesen |