Age | Commit message (Expand) | Author |
2009-02-17 | LoopIndexSplit doesn't actually use ScalarEvolution. | Dan Gohman |
2009-02-17 | Add a method to ScalarEvolution for telling it when a loop has been | Dan Gohman |
2009-02-17 | commit a tweaked version of Daniel's patch for PR3599. We now | Chris Lattner |
2009-02-17 | Delete trailing whitespace. | Dan Gohman |
2009-02-17 | This transform also applies to private linkage. | Duncan Sands |
2009-02-17 | Fix 80-column violation. | Dan Gohman |
2009-02-17 | Strengthen the "non-constant stride must dominate loop preheader" check. | Evan Cheng |
2009-02-17 | Simplify; fix some 80-column violations. | Dan Gohman |
2009-02-16 | Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment | Dan Gohman |
2009-02-16 | Fix typo caused by too much surfing, dudes... | Nick Lewycky |
2009-02-16 | Delete this long-commented-out code. The situation it seems to have | Dan Gohman |
2009-02-16 | Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq. | Dan Gohman |
2009-02-15 | Update the list of function annotations for nocapture. All of these came up | Nick Lewycky |
2009-02-15 | Make this more useful for cleaning up after the | Duncan Sands |
2009-02-15 | If the target of an alias has internal linkage, then the | Duncan Sands |
2009-02-15 | Fix pr3571: If stride is a value defined by an instruction, make sure it domi... | Evan Cheng |
2009-02-15 | ifdef out unneeded if statement. | Evan Cheng |
2009-02-14 | Extend the IndVarSimplify support for promoting induction variables: | Dan Gohman |
2009-02-14 | Clarify debug output. | Dan Gohman |
2009-02-14 | Simplify some code. hasComputableLoopEvolution is overkill in this case. | Dan Gohman |
2009-02-13 | In CodeGenPrepare's debug output, use WriteAsOperand instead of | Dan Gohman |
2009-02-13 | Complete the sentance in this comment. I have reservations | Dan Gohman |
2009-02-13 | Mark strto* as readonly when the endptr is null. | Nick Lewycky |
2009-02-13 | On strtod and friends, mark 'endptr' nocapture in the function prototype, and | Nick Lewycky |
2009-02-13 | Fix the code that checked if a SCEVAddRecExpr Start contains an | Dan Gohman |
2009-02-13 | Fix LSR's IV sorting function to explicitly sort by bitwidth | Dan Gohman |
2009-02-12 | Teach IndVarSimplify to optimize code using the C "int" type for | Dan Gohman |
2009-02-12 | Add a utility function to LoopInfo to return the exit block | Dan Gohman |
2009-02-12 | This code doesn't actually use the ExitingBlocks list. | Dan Gohman |
2009-02-12 | Fix a nasty bug (PR3550) where the inline pass could incorrectly mark | Chris Lattner |
2009-02-12 | improve naming of values in GVN, patch by Jay Foad! | Chris Lattner |
2009-02-12 | fix PR3537: if resetting bbi back to the start of a block, we need to | Chris Lattner |
2009-02-12 | Don't mark all args to strtod and friends as nocapture. | Nick Lewycky |
2009-02-11 | the two non-mask arguments to a shufflevector must be the same width, but the... | Nate Begeman |
2009-02-11 | If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun... | Devang Patel |
2009-02-10 | Ignore dbg intrinsic while folding unconditional branch. | Devang Patel |
2009-02-10 | Use early exits. Reduce indentation. | Devang Patel |
2009-02-10 | Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin... | Devang Patel |
2009-02-10 | Enable scalar replacement of AllocaInst whose one of the user is dbg info. | Devang Patel |
2009-02-09 | Fix PR 3471, and some cleanups. | Dale Johannesen |
2009-02-08 | Mistakenly turned this on. | Bill Wendling |
2009-02-08 | Revert r63999. It was breaking self-hosting builds. | Bill Wendling |
2009-02-07 | Instrcombine should not change load(cast p) to cast(load p) if the cast | Mon P Wang |
2009-02-07 | Insert space to avoid warning and make code more readable. | Mike Stump |
2009-02-06 | Ignore DbgInfoIntrinsics. | Devang Patel |
2009-02-06 | fix PR3489, use bits instead of bytes. | Chris Lattner |
2009-02-05 | Ignore dbg intrinsics while propagating conditional expression info. Take 2. | Devang Patel |
2009-02-05 | Revert rev. 63876. It is causing llvm-gcc bootstrap failure. | Devang Patel |
2009-02-05 | Remove dead blocks in the end. | Devang Patel |
2009-02-05 | Ignore dbg intrinsics while propagating conditional expression info. | Devang Patel |