| Age | Commit message (Expand) | Author |
| 2009-03-20 | Fix instcombine to not introduce undefined shifts when merging two | Chris Lattner |
| 2009-03-20 | Don't load values out of global constants with weak | Duncan Sands |
| 2009-03-18 | Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign... | Chris Lattner |
| 2009-03-17 | Remove a condition which is always true. | Chris Lattner |
| 2009-03-13 | One more place where debug info affects codegen. | Dale Johannesen |
| 2009-03-13 | Oops...I committed too much. | Bill Wendling |
| 2009-03-13 | Temporarily XFAIL this test. | Bill Wendling |
| 2009-03-11 | Skip interleaved debug info when fast-forwarding through | Dale Johannesen |
| 2009-03-10 | Removing a dead debug intrinsic shouldn't trigger | Dale Johannesen |
| 2009-03-08 | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner |
| 2009-03-08 | Introduce a new MemTransferInst pseudo class, which is a common | Chris Lattner |
| 2009-03-05 | Fix another case where debug info was affecting | Dale Johannesen |
| 2009-03-05 | Fix another case where a dbg.declare meant something | Dale Johannesen |
| 2009-03-04 | Always skip ptr-to-ptr bitcasts when counting, | Dale Johannesen |
| 2009-03-04 | Make my earlier patch to skip debug intrinsics | Dale Johannesen |
| 2009-03-03 | Instruction counters must skip the bitcasts that | Dale Johannesen |
| 2009-03-03 | When removing a store to an alloca that has only one | Dale Johannesen |
| 2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
| 2009-03-03 | Don't count DebugInfo instructions in another limit | Dale Johannesen |
| 2009-03-03 | When sinking an insn in InstCombine bring its debug | Dale Johannesen |
| 2009-03-02 | Fix PR3694: add an instcombine micro-optimization that helps | Duncan Sands |
| 2009-02-27 | Silence compiler warning about use of uninitialized variables (in reality these | Nick Lewycky |
| 2009-02-25 | Fix PR3667 | Chris Lattner |
| 2009-02-24 | Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple | Dan Gohman |
| 2009-02-23 | Should reset DBI_Prev if DBI_Next == 0. | Zhou Sheng |
| 2009-02-23 | fix some typos that Duncan noticed | Chris Lattner |
| 2009-02-22 | Revert the part of 64623 that attempted to align the source in a | Dan Gohman |
| 2009-02-21 | Don't sign extend the char when expanding char -> int during | Nick Lewycky |
| 2009-02-21 | rename a function to indicate that it checks for profitability as well | Chris Lattner |
| 2009-02-17 | commit a tweaked version of Daniel's patch for PR3599. We now | Chris Lattner |
| 2009-02-16 | Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment | Dan Gohman |
| 2009-02-16 | Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq. | Dan Gohman |
| 2009-02-11 | the two non-mask arguments to a shufflevector must be the same width, but the... | Nate Begeman |
| 2009-02-07 | Instrcombine should not change load(cast p) to cast(load p) if the cast | Mon P Wang |
| 2009-02-03 | APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ... | Evan Cheng |
| 2009-02-02 | reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue() | Chris Lattner |
| 2009-01-31 | Reinstate this optimization to fold icmp of xor when possible. Don't try to | Nick Lewycky |
| 2009-01-31 | Fix PR3452 (an infinite loop bootstrapping) by disabling the recent | Chris Lattner |
| 2009-01-31 | now that all the pieces are in place, teach instcombine's | Chris Lattner |
| 2009-01-31 | simplify/clarify control flow and improve comments, no functionality change. | Chris Lattner |
| 2009-01-31 | make some fairly meaty internal changes to how SimplifyDemandedBits works. | Chris Lattner |
| 2009-01-31 | minor cleanups | Chris Lattner |
| 2009-01-31 | make sure to set Changed=true when instcombine hacks on the code, | Chris Lattner |
| 2009-01-26 | Fixed optimization of combining two shuffles where the first shuffle inputs | Mon P Wang |
| 2009-01-24 | testcase for PR3381. | Torok Edwin |
| 2009-01-24 | void* is represented as pointer to empty struct {}. | Torok Edwin |
| 2009-01-24 | Make InstCombineStoreToCast handle aggregates more aggressively, | Chris Lattner |
| 2009-01-21 | Remove uses of uint32_t in favor of 'unsigned' for better | Chris Lattner |
| 2009-01-21 | Make special cases (0 inf nan) work for frem. | Dale Johannesen |
| 2009-01-16 | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner |