| Age | Commit message (Expand) | Author |
| 2007-03-06 | big endian 32-bit systems (e.g. ppc32) want to return the high reg first, not | Chris Lattner |
| 2007-03-06 | Enumerate SDISel formal parameter attributes. Make use of new | Anton Korobeynikov |
| 2007-03-05 | Unbreak VC++ build. | Jeff Cohen |
| 2007-03-04 | fold away addc nodes when we know there cannot be a carry-out. | Chris Lattner |
| 2007-03-04 | generalize | Chris Lattner |
| 2007-03-04 | canonicalize constants to the RHS of addc/adde. If nothing uses the carry ou... | Chris Lattner |
| 2007-03-04 | eliminate some ops if they have an undef RHS | Chris Lattner |
| 2007-03-03 | Fix CodeGen/Generic/fpowi-promote.ll and PR1239 | Chris Lattner |
| 2007-03-03 | Add an expand action for ISD label which just deletes the label. | Chris Lattner |
| 2007-03-01 | Lower eh filter intrinsic. | Jim Laskey |
| 2007-02-28 | Chain is on second operand. | Jim Laskey |
| 2007-02-28 | MERGE_VALUES unnecessary. | Jim Laskey |
| 2007-02-28 | add methods for analysis of call results and return nodes. | Chris Lattner |
| 2007-02-28 | add methods to analyze calls and formals. | Chris Lattner |
| 2007-02-27 | Minor refactoring of CC Lowering interfaces | Chris Lattner |
| 2007-02-27 | move CC Lowering stuff to its own public interface | Chris Lattner |
| 2007-02-26 | Fold (sext (truncate x)) more aggressively, by avoiding creation of a | Chris Lattner |
| 2007-02-26 | track signedness of formal argument, though we have a fixme here. | Chris Lattner |
| 2007-02-25 | Fix for PR1224. | Jim Laskey |
| 2007-02-25 | optimize duplicate ValueMap lookups | Chris Lattner |
| 2007-02-25 | fold trivial token factor nodes. This allows us to compile | Chris Lattner |
| 2007-02-25 | initialize a instance variable | Chris Lattner |
| 2007-02-24 | Deal with cases when MMI is not requested. | Jim Laskey |
| 2007-02-24 | Drop unused operand. | Jim Laskey |
| 2007-02-24 | Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219 | Chris Lattner |
| 2007-02-23 | Handle improper cast. | Jim Laskey |
| 2007-02-22 | Need to init. | Jim Laskey |
| 2007-02-22 | Tighten up error checking of args. | Jim Laskey |
| 2007-02-22 | Handle lowering invoke to call correctly. | Jim Laskey |
| 2007-02-22 | Simplify lowering and selection of exception ops. | Jim Laskey |
| 2007-02-21 | Selection and lowering for exception handling. | Jim Laskey |
| 2007-02-17 | print target nodes nicely | Chris Lattner |
| 2007-02-17 | Implement i/n/s constraints correctly. This fixes | Chris Lattner |
| 2007-02-15 | fix indentation | Chris Lattner |
| 2007-02-15 | Apply B Scott Michel's patch for PR1184, which improves diagnostics in an | Chris Lattner |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-02-14 | fix a warning | Chris Lattner |
| 2007-02-14 | Refix CodeGen/Generic/switch-lower.ll. In contrast to my previous patch, | Chris Lattner |
| 2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
| 2007-02-13 | implement expand of truncate. This allows truncates from i128 to i64 to | Chris Lattner |
| 2007-02-13 | Fix PR1198, by adding initial i128 support. Patch by Dan Gohman. | Chris Lattner |
| 2007-02-13 | revert my previous switch lowering change, which miscompiles a few programs. | Chris Lattner |
| 2007-02-13 | Add a space between // and the comment. | Lauro Ramos Venancio |
| 2007-02-13 | Add "original alignment" to function arguments flags. | Lauro Ramos Venancio |
| 2007-02-13 | Fix switch lowering to order cases in zext order, which is how we emit the | Chris Lattner |
| 2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
| 2007-02-10 | Add function live-ins to entry block live-in set. | Evan Cheng |
| 2007-02-10 | Rename some variables to avoid confusion with SelectionDAGISel::BB. | Evan Cheng |
| 2007-02-08 | Make use of TLI.SimplifySetCC() in LegalizeSetCCOperands(). | Evan Cheng |