| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | testcase for PR3381. | Torok Edwin | 2009-01-24 | 1 | -1/+1 |
| * | void* is represented as pointer to empty struct {}. | Torok Edwin | 2009-01-24 | 1 | -0/+2 |
| * | Make InstCombineStoreToCast handle aggregates more aggressively, | Chris Lattner | 2009-01-24 | 1 | -18/+48 |
| * | Remove uses of uint32_t in favor of 'unsigned' for better | Chris Lattner | 2009-01-21 | 1 | -1/+1 |
| * | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 1 | -5/+5 |
| * | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner | 2009-01-16 | 1 | -1/+5 |
| * | reduce indentation by using early exits, no functionality change. | Chris Lattner | 2009-01-16 | 1 | -44/+47 |
| * | Clean up previous cast optimization a bit. Also make zext elimination a bit m... | Evan Cheng | 2009-01-16 | 1 | -30/+55 |
| * | Eliminate a redundant check. | Evan Cheng | 2009-01-15 | 1 | -2/+1 |
| * | - Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex... | Evan Cheng | 2009-01-15 | 1 | -22/+51 |
| * | Make instcombine ensure that all allocas are explicitly aligned at at | Dan Gohman | 2009-01-13 | 1 | -6/+11 |
| * | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -15/+15 |
| * | Duncan is nervous about undefinedness of % with negatives. I'm | Chris Lattner | 2009-01-11 | 1 | -1/+1 |
| * | do not generated GEPs into vectors where they don't already exist. | Chris Lattner | 2009-01-11 | 1 | -4/+3 |
| * | Make a couple of cleanups to the instcombine bitcast/gep | Chris Lattner | 2009-01-11 | 1 | -12/+13 |
| * | fix typo Duncan noticed. | Chris Lattner | 2009-01-09 | 1 | -1/+1 |
| * | Implement rdar://6480391, extending of equality icmp's to avoid a truncation. | Chris Lattner | 2009-01-09 | 1 | -0/+22 |
| * | Remove some old code that looks like a remanant from signed-types days. | Chris Lattner | 2009-01-09 | 1 | -23/+0 |
| * | Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible. | Chris Lattner | 2009-01-09 | 1 | -81/+116 |
| * | move some code, check to see if the input to the GEP is a bitcast | Chris Lattner | 2009-01-09 | 1 | -23/+22 |
| * | Change m_ConstantInt and m_SelectCst to take their constant integers | Chris Lattner | 2009-01-05 | 1 | -9/+9 |
| * | Revert this transform. It was causing some dramatic slowdowns in a few tests.... | Bill Wendling | 2009-01-04 | 1 | -31/+0 |
| * | Fix comment. | Bill Wendling | 2009-01-01 | 1 | -1/+1 |
| * | Add transformation: | Bill Wendling | 2009-01-01 | 1 | -1/+32 |
| * | Remove redundant test for vector-nature. Scan the vector first to see whether | Nick Lewycky | 2008-12-20 | 1 | -4/+10 |
| * | Oops! Left out a line. | Nick Lewycky | 2008-12-18 | 1 | -0/+1 |
| * | Make all the vector elements positive in an srem of constant vector. | Nick Lewycky | 2008-12-18 | 1 | -0/+23 |
| * | Remove some errors that crept in. No functionality change. | Bill Wendling | 2008-12-02 | 1 | -3/+4 |
| * | Merge two if-statements into one. | Bill Wendling | 2008-12-02 | 1 | -7/+3 |
| * | More styalistic changes. No functionality change. | Bill Wendling | 2008-12-02 | 1 | -15/+12 |
| * | - Remove the buggy -X/C -> X/-C transform. This isn't valid when X isn't a | Bill Wendling | 2008-12-02 | 1 | -12/+0 |
| * | Improve comment. | Bill Wendling | 2008-12-02 | 1 | -4/+3 |