| Age | Commit message (Expand) | Author |
| 2009-02-18 | Change the argument type in this test to something less convoluted, | Dan Gohman |
| 2009-02-18 | Fix a corner case in the new indvars promotion logic: if there | Dan Gohman |
| 2009-02-17 | If an alias is dead and so is its aliasee, then globaldce would | Duncan Sands |
| 2009-02-17 | commit a tweaked version of Daniel's patch for PR3599. We now | Chris Lattner |
| 2009-02-17 | Strengthen the "non-constant stride must dominate loop preheader" check. | Evan Cheng |
| 2009-02-16 | Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment | Dan Gohman |
| 2009-02-16 | Rename IndVarsSimplify to IndVarSimplify, to be consistent with | Dan Gohman |
| 2009-02-16 | Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq. | Dan Gohman |
| 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-14 | Extend the IndVarSimplify support for promoting induction variables: | 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 | Reapply r64300: | Nick Lewycky |
| 2009-02-12 | Teach IndVarSimplify to optimize code using the C "int" type for | Dan Gohman |
| 2009-02-12 | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman |
| 2009-02-12 | Fix a nasty bug (PR3550) where the inline pass could incorrectly mark | Chris Lattner |
| 2009-02-11 | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling |
| 2009-02-11 | Make sure the SCC pass manager initializes any contained | Duncan Sands |
| 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 | 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-07 | Instrcombine should not change load(cast p) to cast(load p) if the cast | Mon P Wang |
| 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 |
| 2009-02-05 | Ignore dbg intrinsics while folding switch instruction. | Devang Patel |
| 2009-02-04 | Ignore dbg intrinsics. | Devang Patel |
| 2009-02-04 | Allow the inverse transform x86_fp80 -> i80 (also | Duncan Sands |
| 2009-02-04 | Fix PR3468: a crash when constant folding a bitcast of | Duncan Sands |
| 2009-02-04 | While folding vallue comparison terminators ignore dbg intrinsics. | Devang Patel |
| 2009-02-04 | Ignore dbg intrinsics while hoisting common code in the two blocks up into th... | Devang Patel |
| 2009-02-03 | Do not let dbg intrinsic block folding of two entry phi node. | Devang Patel |
| 2009-02-03 | teach "convert from scalar" to handle loads of fca's. | Chris Lattner |
| 2009-02-03 | make scalar conversion handle stores of first class | Chris Lattner |
| 2009-02-03 | Make SROA produce a vector only when the alloca is actually | Chris Lattner |
| 2009-02-03 | this produces an undefined result, just check that the alloca is gone | Chris Lattner |
| 2009-02-03 | APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ... | Evan Cheng |
| 2009-02-03 | add another case of undefined behavior without crashing, PR3466. | Chris Lattner |
| 2009-02-03 | Revert r63600. It didn't fix the bug, it just moved it a bit. | Nick Lewycky |
| 2009-02-03 | Update the callgraph when replacing InvokeInst with CallInst when inlining. | Nick Lewycky |
| 2009-02-03 | Teach ConvertUsesToScalar to handle memset, allowing it to handle | Chris Lattner |
| 2009-02-03 | rearrange how SRoA handles promotion of allocas to vectors. | Chris Lattner |
| 2009-02-03 | this test produces an undefined value, we don't care | Chris Lattner |
| 2009-02-02 | update test | Chris Lattner |