| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update call graph after inlining invoke. | Devang Patel | 2009-03-31 | 1 | -2/+19 |
| * | Loop Index Split can eliminate a loop if it can determin if loop body is exec... | Devang Patel | 2009-03-30 | 1 | -8/+24 |
| * | Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due to | Duncan Sands | 2009-03-27 | 1 | -1/+0 |
| * | One more place to skip debug info. | Dale Johannesen | 2009-03-27 | 1 | -7/+14 |
| * | While hoisting an instruction, update alias info set tracker. | Devang Patel | 2009-03-26 | 1 | -0/+1 |
| * | Skip debug info one more place. (This one gets | Dale Johannesen | 2009-03-26 | 1 | -6/+12 |
| * | Before deleting a basic block, give other loop passes a chance cleanup analys... | Devang Patel | 2009-03-25 | 1 | -1/+1 |
| * | Fix PR3874 by restoring a condition I removed, but making it more | Chris Lattner | 2009-03-25 | 1 | -1/+2 |
| * | oops, I intended to remove this, not comment it out. Thanks Duncan! | Chris Lattner | 2009-03-24 | 1 | -2/+1 |
| * | canonicalize inttoptr and ptrtoint instructions which cast pointers | Chris Lattner | 2009-03-24 | 1 | -5/+37 |
| * | two changes: | Chris Lattner | 2009-03-24 | 1 | -45/+29 |
| * | Use a SmallPtrSet instead of std::set. | Dale Johannesen | 2009-03-23 | 1 | -2/+2 |
| * | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 1 | -2/+1 |
| * | Factorize out a concept - no functionality change. | Duncan Sands | 2009-03-21 | 3 | -8/+6 |
| * | Fix instcombine to not introduce undefined shifts when merging two | Chris Lattner | 2009-03-20 | 1 | -2/+14 |
| * | Don't load values out of global constants with weak | Duncan Sands | 2009-03-20 | 3 | -6/+8 |
| * | Clear the cached cost when removing a function in | Dale Johannesen | 2009-03-19 | 2 | -10/+17 |
| * | Fix comment typo. | Dale Johannesen | 2009-03-19 | 1 | -1/+1 |
| * | This pass keeps a map of Instructions to Rank numbers, | Dale Johannesen | 2009-03-19 | 1 | -8/+14 |
| * | Remove strange extra semicolons. | Nick Lewycky | 2009-03-19 | 2 | -2/+2 |
| * | aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D... | Chris Lattner | 2009-03-18 | 1 | -3/+3 |
| * | Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign... | Chris Lattner | 2009-03-18 | 1 | -7/+8 |
| * | add an assertion to make it clear that PHI nodes are not allowed. | Chris Lattner | 2009-03-18 | 1 | -1/+4 |
| * | Explicitly check for StoreInst, do not lose the chance to delete | Zhou Sheng | 2009-03-18 | 1 | -1/+1 |
| * | Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl. | Zhou Sheng | 2009-03-18 | 2 | -4/+1 |
| * | Fix a bug. | Zhou Sheng | 2009-03-18 | 1 | -0/+3 |
| * | Fix PR3807 by inserting 'insertelement' instructions in the normal dest of | Chris Lattner | 2009-03-18 | 1 | -5/+10 |
| * | LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now | Chris Lattner | 2009-03-17 | 1 | -0/+6 |
| * | Remove a condition which is always true. | Chris Lattner | 2009-03-17 | 1 | -3/+3 |
| * | Fix a debug info dependency in jump threading. | Dale Johannesen | 2009-03-17 | 1 | -2/+5 |
| * | Fix -strip-debug-declare to work when there are | Dale Johannesen | 2009-03-13 | 1 | -19/+17 |
| * | Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make... | Evan Cheng | 2009-03-13 | 1 | -0/+6 |
| * | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 4 | -7/+7 |
| * | One more place where debug info affects codegen. | Dale Johannesen | 2009-03-13 | 1 | -1/+2 |
| * | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 4 | -7/+7 |
| * | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 2 | -34/+31 |
| * | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 2 | -31/+34 |
| * | Fix one more place where debug info affected | Dale Johannesen | 2009-03-13 | 1 | -2/+5 |
| * | Previous debug info fix to this code wasn't quite | Dale Johannesen | 2009-03-12 | 1 | -5/+4 |
| * | Revert commit 66140 since it caused several failures | Duncan Sands | 2009-03-12 | 1 | -6/+0 |
| * | There already was a class to force deterministic | Dale Johannesen | 2009-03-12 | 1 | -23/+14 |
| * | Another missing check for debug intrinsics. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
| * | Allow for switch values bigger than 64 bits. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
| * | Fix some nondeterministic behavior when forwarding | Dale Johannesen | 2009-03-12 | 1 | -3/+13 |
| * | Skip interleaved debug info when fast-forwarding through | Dale Johannesen | 2009-03-11 | 1 | -2/+2 |
| * | I should definitely read make docs someday :( | Anton Korobeynikov | 2009-03-11 | 1 | -2/+3 |
| * | Unbreak the build. Dunno, why it did not fail on mingw :( | Anton Korobeynikov | 2009-03-11 | 1 | -1/+1 |
| * | Disable plugins / shared stuff generation on windows targets. | Anton Korobeynikov | 2009-03-11 | 1 | -0/+5 |
| * | Don't consider debug intrinsics when checking | Dale Johannesen | 2009-03-10 | 1 | -2/+2 |
| * | Removing a dead debug intrinsic shouldn't trigger | Dale Johannesen | 2009-03-10 | 1 | -3/+6 |