| Age | Commit message (Expand) | Author |
| 2010-12-23 | flags -> glue for selectiondag | Chris Lattner |
| 2010-12-23 | sdisel flag -> glue. | Chris Lattner |
| 2010-12-23 | Reorganize ListScheduleBottomUp in preparation for modeling machine cycles an... | Andrew Trick |
| 2010-12-23 | Converted LiveRegCycles to LiveRegGens. It's easier to work with and allows m... | Andrew Trick |
| 2010-12-23 | In CheckForLiveRegDef use TRI->getOverlaps. | Andrew Trick |
| 2010-12-23 | Fixes PR8823: add-with-overflow-128.ll | Andrew Trick |
| 2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
| 2010-12-22 | DAGCombine add (sext i1), X into sub X, (zext i1) if sext from i1 is illegal.... | Benjamin Kramer |
| 2010-12-22 | Fix a bug in ReduceLoadWidth that wasn't handling extending | Chris Lattner |
| 2010-12-22 | more cleanups, move a check for "roundedness" earlier to reject | Chris Lattner |
| 2010-12-22 | reduce indentation and improve comments, no functionality change. | Chris Lattner |
| 2010-12-21 | In DelayForLiveRegsBottomUp, handle instructions that read and write | Andrew Trick |
| 2010-12-21 | whitespace | Andrew Trick |
| 2010-12-21 | Reapply 122353-122355 with fixes. 122354 was wrong; | Dale Johannesen |
| 2010-12-21 | Revert 122353-122355 for the moment, they broke stuff. | Dale Johannesen |
| 2010-12-21 | Add a new transform to DAGCombiner. | Dale Johannesen |
| 2010-12-21 | Get the type of a shift from the shift, not from its shift | Dale Johannesen |
| 2010-12-21 | Shift by the word size is invalid IR; don't create it. | Dale Johannesen |
| 2010-12-21 | fix some typos | Chris Lattner |
| 2010-12-21 | Fix indentation, add comment. | Stuart Hastings |
| 2010-12-21 | Missing logic for nested CALLSEQ_START/END. | Stuart Hastings |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-12-21 | improve "cannot yet select" errors a trivial amount: now | Chris Lattner |
| 2010-12-20 | Cosmetic changes. | Dale Johannesen |
| 2010-12-20 | implement type legalization promotion support for SMULO and UMULO, giving | Chris Lattner |
| 2010-12-20 | Fix a bug in the scheduler's handling of "unspillable" vregs. | Chris Lattner |
| 2010-12-20 | the result of CheckForLiveRegDef is dead, remove it. | Chris Lattner |
| 2010-12-20 | reduce indentation, no functionality change. | Chris Lattner |
| 2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
| 2010-12-19 | teach MaskedValueIsZero how to analyze ADDE. This is | Chris Lattner |
| 2010-12-19 | fix PR8642: if a critical edge has a PHI value that can trap, | Chris Lattner |
| 2010-12-17 | Fix a DAGCombiner crash when folding binary vector operations with constant | Bob Wilson |
| 2010-12-17 | Add a transform to DAG Combiner. This improves the | Dale Johannesen |
| 2010-12-17 | Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. | Bob Wilson |
| 2010-12-15 | take care of some todos, transforming [us]mul_lohi into | Chris Lattner |
| 2010-12-15 | when transforming a MULHS into a wider MUL, there is no need to SRA the | Chris Lattner |
| 2010-12-13 | Add a couple dag combines to transform mulhi/mullo into a wider multiply | Chris Lattner |
| 2010-12-13 | reduce indentation by using continue, no functionality change. | Chris Lattner |
| 2010-12-12 | Catch attempts to remove a deleted node from the CSE maps. Better to | Duncan Sands |
| 2010-12-09 | Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG. | Stuart Hastings |
| 2010-12-09 | 80-col fixups. | Eric Christopher |
| 2010-12-08 | Reword comment slightly. | Eric Christopher |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
| 2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
| 2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
| 2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
| 2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |