| Age | Commit message (Expand) | Author |
| 2009-03-20 | Fix instcombine to not introduce undefined shifts when merging two | Chris Lattner |
| 2009-03-20 | Don't load values out of global constants with weak | Duncan Sands |
| 2009-03-19 | Clear the cached cost when removing a function in | Dale Johannesen |
| 2009-03-19 | Fix comment typo. | Dale Johannesen |
| 2009-03-19 | This pass keeps a map of Instructions to Rank numbers, | Dale Johannesen |
| 2009-03-19 | Remove strange extra semicolons. | Nick Lewycky |
| 2009-03-18 | aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D... | Chris Lattner |
| 2009-03-18 | Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign... | Chris Lattner |
| 2009-03-18 | add an assertion to make it clear that PHI nodes are not allowed. | Chris Lattner |
| 2009-03-18 | Explicitly check for StoreInst, do not lose the chance to delete | Zhou Sheng |
| 2009-03-18 | Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl. | Zhou Sheng |
| 2009-03-18 | Fix a bug. | Zhou Sheng |
| 2009-03-18 | Fix PR3807 by inserting 'insertelement' instructions in the normal dest of | Chris Lattner |
| 2009-03-17 | LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now | Chris Lattner |
| 2009-03-17 | Remove a condition which is always true. | Chris Lattner |
| 2009-03-17 | Fix a debug info dependency in jump threading. | Dale Johannesen |
| 2009-03-13 | Fix -strip-debug-declare to work when there are | Dale Johannesen |
| 2009-03-13 | Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make... | Evan Cheng |
| 2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
| 2009-03-13 | One more place where debug info affects codegen. | Dale Johannesen |
| 2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
| 2009-03-13 | Oops...I committed too much. | Bill Wendling |
| 2009-03-13 | Temporarily XFAIL this test. | Bill Wendling |
| 2009-03-13 | Fix one more place where debug info affected | Dale Johannesen |
| 2009-03-12 | Previous debug info fix to this code wasn't quite | Dale Johannesen |
| 2009-03-12 | Revert commit 66140 since it caused several failures | Duncan Sands |
| 2009-03-12 | There already was a class to force deterministic | Dale Johannesen |
| 2009-03-12 | Another missing check for debug intrinsics. | Dale Johannesen |
| 2009-03-12 | Allow for switch values bigger than 64 bits. | Dale Johannesen |
| 2009-03-12 | Fix some nondeterministic behavior when forwarding | Dale Johannesen |
| 2009-03-11 | Skip interleaved debug info when fast-forwarding through | Dale Johannesen |
| 2009-03-11 | I should definitely read make docs someday :( | Anton Korobeynikov |
| 2009-03-11 | Unbreak the build. Dunno, why it did not fail on mingw :( | Anton Korobeynikov |
| 2009-03-11 | Disable plugins / shared stuff generation on windows targets. | Anton Korobeynikov |
| 2009-03-10 | Don't consider debug intrinsics when checking | Dale Johannesen |
| 2009-03-10 | Removing a dead debug intrinsic shouldn't trigger | Dale Johannesen |
| 2009-03-10 | Ignore dbg info, while estimating size of jump through block. | Devang Patel |
| 2009-03-10 | Do not attempt to do parial redundancy elimination on void values. | John Criswell |
| 2009-03-10 | If a function is marked alwaysinline, it must be inlined (possibly for correc... | Evan Cheng |
| 2009-03-09 | Ignore debug info while evaluating function. | Devang Patel |
| 2009-03-09 | Don't record the increment instruction; just recompute it from the Phi | Dan Gohman |
| 2009-03-09 | Remove llvm.dbg.global_variables also. | Devang Patel |
| 2009-03-09 | Fix a few more places where induction variable types were used | Dan Gohman |
| 2009-03-09 | Use ReplacedTy instead of recomputing the same value. | Dan Gohman |
| 2009-03-09 | Use LoopInfo's getLoopLatch() instead of doing what it does manualy. | Dan Gohman |
| 2009-03-09 | Don't use an induction variable type as a memory access type. | Dan Gohman |
| 2009-03-09 | Factor out the code that determines the memory access type | Dan Gohman |
| 2009-03-09 | Add helper pass to remove llvm.dbg.declare intrinsics. | Devang Patel |
| 2009-03-09 | Move the sorting of the StrideOrder array earlier so that it doesn't | Dan Gohman |
| 2009-03-09 | Delete the isOnlyStride argument, which is unused. | Dan Gohman |