| Age | Commit message (Expand) | Author |
| 2010-02-27 | Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. | Evan Cheng |
| 2010-02-24 | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar |
| 2010-02-24 | Re-apply 96540 and 96556 with fixes. | Evan Cheng |
| 2010-02-19 | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands |
| 2010-02-18 | Some dag combiner goodness: | Evan Cheng |
| 2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-01 | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang |
| 2010-02-01 | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang |
| 2010-01-26 | Implement cond ? -1 : 0 with sbb. | Evan Cheng |
| 2010-01-19 | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman |
| 2010-01-18 | Canonicalize -1 - x to ~x. | Evan Cheng |
| 2010-01-14 | Fix a codegen abort seen in 483.xalancbmk. | Dan Gohman |
| 2010-01-11 | Disable transformation of select of two loads to a select of address and then... | Mon P Wang |
| 2010-01-09 | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman |
| 2010-01-07 | Fix rdar://7517201, a regression introduced by r92849. | Chris Lattner |
| 2010-01-07 | factor this code better and reduce nesting at the same | Chris Lattner |
| 2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
| 2010-01-05 | Don't assign the shift the same type as the variable being shifted. This could | Bill Wendling |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-12-18 | Increase opportunities to optimize (brcond (srl (and c1), c2)). | Evan Cheng |
| 2009-12-17 | Revert this dag combine change: | Evan Cheng |
| 2009-12-15 | Make 91378 more conservative. | Evan Cheng |
| 2009-12-15 | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng |
| 2009-12-15 | Propagate zest through logical shift. | Evan Cheng |
| 2009-12-14 | Fix integer cast code to handle vector types. | Dan Gohman |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
| 2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
| 2009-12-09 | Refactor InferAlignment out of DAGCombine. | Evan Cheng |
| 2009-12-03 | Don't pull vector sext through both hands of a logical operation, since doing... | Nate Begeman |
| 2009-12-03 | Don't call getValueType() on a null SDValue | Jakob Stoklund Olesen |
| 2009-11-17 | Remove the optimizations that convert BRCOND and BR_CC into | Dan Gohman |
| 2009-11-09 | Remove an unneeded #include. | Dan Gohman |
| 2009-10-31 | When discarding SrcValue information, discard all of it so that code | Dan Gohman |
| 2009-10-28 | Don't call SDNode::isPredecessorOf when it isn't necessary. If the load's | Dan Gohman |
| 2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-10-20 | Fix invalid for vector types fneg(bitconvert(x)) => bitconvert(x ^ sign) | Anton Korobeynikov |
| 2009-10-12 | More heuristics for Combiner-AA. Still catches all important cases, but | Nate Begeman |
| 2009-09-25 | Fix combiner-aa issue with bases which are different, but can alias. | Nate Begeman |
| 2009-09-23 | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman |
| 2009-09-23 | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman |
| 2009-09-15 | Substantially speed up combiner-aa in the following ways: | Nate Begeman |
| 2009-09-10 | Don't swap the operands of a subtraction when trying to create a | Bob Wilson |
| 2009-09-06 | Remove some unused variables and methods warned about by | Duncan Sands |
| 2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
| 2009-08-23 | Add check for completeness. Note that this doesn't actually have any | Eli Friedman |
| 2009-08-19 | PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. | Eli Friedman |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |