| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 1 | -23/+23 |
* | fix PR6533 by updating the br(xor) code to remember the case | Chris Lattner | 2010-03-10 | 1 | -5/+7 |
* | Fix another bitwidth calculation to handle vector types; based on a | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | Fix more code to work properly with vector operands. Based on | Dan Gohman | 2010-03-04 | 1 | -5/+5 |
* | Use APInt instead of zext value. | Bill Wendling | 2010-03-03 | 1 | -1/+1 |
* | This test case: | Bill Wendling | 2010-03-03 | 1 | -5/+7 |
* | Fix several places to handle vector operands properly. | Dan Gohman | 2010-03-02 | 1 | -3/+3 |
* | Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. | Evan Cheng | 2010-02-27 | 1 | -2/+53 |
* | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar | 2010-02-24 | 1 | -53/+2 |
* | Re-apply 96540 and 96556 with fixes. | Evan Cheng | 2010-02-24 | 1 | -2/+53 |
* | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands | 2010-02-19 | 1 | -50/+2 |
* | Some dag combiner goodness: | Evan Cheng | 2010-02-18 | 1 | -2/+50 |
* | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 1 | -34/+61 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang | 2010-02-01 | 1 | -4/+1 |
* | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang | 2010-02-01 | 1 | -4/+11 |
* | Implement cond ? -1 : 0 with sbb. | Evan Cheng | 2010-01-26 | 1 | -0/+8 |
* | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman | 2010-01-19 | 1 | -0/+20 |
* | Canonicalize -1 - x to ~x. | Evan Cheng | 2010-01-18 | 1 | -0/+3 |
* | Fix a codegen abort seen in 483.xalancbmk. | Dan Gohman | 2010-01-14 | 1 | -0/+3 |
* | Disable transformation of select of two loads to a select of address and then... | Mon P Wang | 2010-01-11 | 1 | -28/+41 |
* | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman | 2010-01-09 | 1 | -11/+15 |
* | Fix rdar://7517201, a regression introduced by r92849. | Chris Lattner | 2010-01-07 | 1 | -1/+1 |
* | factor this code better and reduce nesting at the same | Chris Lattner | 2010-01-07 | 1 | -61/+41 |
* | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 1 | -55/+123 |
* | Don't assign the shift the same type as the variable being shifted. This could | Bill Wendling | 2010-01-05 | 1 | -1/+3 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -21/+21 |
* | Increase opportunities to optimize (brcond (srl (and c1), c2)). | Evan Cheng | 2009-12-18 | 1 | -1/+28 |
* | Revert this dag combine change: | Evan Cheng | 2009-12-17 | 1 | -13/+0 |
* | Make 91378 more conservative. | Evan Cheng | 2009-12-15 | 1 | -1/+11 |
* | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng | 2009-12-15 | 1 | -0/+13 |
* | Propagate zest through logical shift. | Evan Cheng | 2009-12-15 | 1 | -0/+10 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -17/+19 |
* | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 1 | -2/+1 |
* | Refactor InferAlignment out of DAGCombine. | Evan Cheng | 2009-12-09 | 1 | -45/+2 |
* | Don't pull vector sext through both hands of a logical operation, since doing... | Nate Begeman | 2009-12-03 | 1 | -2/+8 |
* | Don't call getValueType() on a null SDValue | Jakob Stoklund Olesen | 2009-12-03 | 1 | -1/+2 |
* | Remove the optimizations that convert BRCOND and BR_CC into | Dan Gohman | 2009-11-17 | 1 | -17/+12 |
* | Remove an unneeded #include. | Dan Gohman | 2009-11-09 | 1 | -1/+0 |
* | When discarding SrcValue information, discard all of it so that code | Dan Gohman | 2009-10-31 | 1 | -7/+5 |
* | Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's | Dan Gohman | 2009-10-28 | 1 | -6/+10 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -3/+2 |
* | Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign) | Anton Korobeynikov | 2009-10-20 | 1 | -4/+6 |
* | More heuristics for Combiner-AA. Still catches all important cases, but | Nate Begeman | 2009-10-12 | 1 | -6/+19 |
* | Fix combiner-aa issue with bases which are different, but can alias. | Nate Begeman | 2009-09-25 | 1 | -14/+34 |
* | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman | 2009-09-23 | 1 | -2/+2 |
* | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -20/+20 |
* | Substantially speed up combiner-aa in the following ways: | Nate Begeman | 2009-09-15 | 1 | -33/+69 |