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