Age | Commit message (Expand) | Author |
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 |
2009-03-06 | While hoisting instruction to speculatively execute simple bb, ignore dbg int... | Devang Patel |
2009-03-06 | this wasn't intended to go in. | Chris Lattner |
2009-03-06 | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner |
2009-03-06 | Do not count DbgInfoIntrinsic while estimating loop header size. | Devang Patel |
2009-03-06 | Skip DbgInfoIntrinsic. | Devang Patel |
2009-03-06 | Don't assign rank numbers to debug intrinsic "calls". | Dale Johannesen |
2009-03-06 | Revert 66224. | Devang Patel |
2009-03-06 | Revert rev. 66167. | Devang Patel |
2009-03-06 | SRThreshold is meant to be inclusive. | Evan Cheng |
2009-03-06 | Tweak the check for promotable alloca's to handle | Dale Johannesen |
2009-03-06 | Do not let debug info prevert globalopt from shriking a global vars to boolean. | Devang Patel |
2009-03-06 | Add "check/remove dbg var" helper routines. | Devang Patel |
2009-03-05 | GlobalOpt only process non constant local GVs while optimizing global vars. | Devang Patel |
2009-03-05 | Do not split edges to EH landing pads. It will cause code size explosion. | Evan Cheng |
2009-03-05 | Fix another case where debug info was affecting | Dale Johannesen |
2009-03-05 | Add comment to emphasize that the while body is empty. | Bill Wendling |
2009-03-05 | Fix another case where a dbg.declare meant something | Dale Johannesen |