Age | Commit message (Expand) | Author |
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 |
2009-03-09 | Tidy some LSR debug output: announce the loop it's about to process | Dan Gohman |
2009-03-09 | This debug info special case should no longer | Duncan Sands |
2009-03-09 | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner |
2009-03-08 | Keep calling-convention and tail-call bit when creating new invoke or call. | Nick Lewycky |
2009-03-08 | Fix comments, pointed out by Duncan Sands. | Nick Lewycky |
2009-03-08 | Mark function returns as noalias. | Nick Lewycky |
2009-03-08 | teach SROA to handle promoting vector allocas with a memset into them into | Chris Lattner |
2009-03-08 | Enhance SROA to "promote to scalar" allocas which are | Chris Lattner |
2009-03-08 | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner |
2009-03-08 | use MemTransferInst. | Chris Lattner |
2009-03-08 | Introduce a new MemTransferInst pseudo class, which is a common | Chris Lattner |
2009-03-07 | fix a serious pessimization that Tron on IRC pointed out where we would | Chris Lattner |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2009-03-06 | Fix another case where debug info interferes with | Dale Johannesen |
2009-03-06 | add a bunch more passes to the C bindings (PR3734), patch by | Chris Lattner |
2009-03-06 | While thinking about the one-definition-rule and trying | Duncan Sands |
2009-03-06 | While converting an aggregate to scalare, ignore and remove aggregate's debug... | Devang Patel |