| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | 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 | 
| *  | Don't swap the operands of a subtraction when trying to create a | Bob Wilson | 2009-09-10 | 1 | -1/+1 | 
| *  | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 1 | -3/+0 | 
| *  | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -22/+37 | 
| *  | Add check for completeness.  Note that this doesn't actually have any  | Eli Friedman | 2009-08-23 | 1 | -1/+1 | 
| *  | PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. | Eli Friedman | 2009-08-19 | 1 | -1/+2 | 
| *  | Add contexts to some of the MVT APIs.  No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -16/+17 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -62/+62 | 
| *  | Fix a bug in the DAGCombiner's handling of multiple linked | Dan Gohman | 2009-08-10 | 1 | -3/+8 | 
| *  | Fix a bug where DAGCombine was producing an illegal ConstantFP | Dan Gohman | 2009-08-10 | 1 | -1/+12 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -195/+195 | 
| *  | Make this comment more closely reflect the code. | Dan Gohman | 2009-08-10 | 1 | -1/+1 | 
| *  | Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). | Jakob Stoklund Olesen | 2009-08-08 | 1 | -1/+3 |