| Age | Commit message (Expand) | Author |
| 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 |
| 2007-02-08 | Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. | Evan Cheng |
| 2007-02-04 | switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This | Chris Lattner |
| 2007-02-04 | Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate | Chris Lattner |
| 2007-02-04 | eliminate the SDNode::setValueTypes method. | Chris Lattner |
| 2007-02-04 | eliminate a bunch of duplicate ctors and helper functions. | Chris Lattner |
| 2007-02-04 | move MorphNode to out of line and merge setNodeOperands into it. There is | Chris Lattner |
| 2007-02-04 | simplify MorphNodeTo to take a VTList operand. | Chris Lattner |
| 2007-02-04 | eliminate some extraneous methods in SDNode | Chris Lattner |
| 2007-02-04 | Give each selectiondag node class a home for it's vtable and rtti info | Chris Lattner |
| 2007-02-04 | Switch VAlueMap from std::map to DenseMap. | Chris Lattner |
| 2007-02-04 | Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3% | Chris Lattner |
| 2007-02-04 | swtich vector-> smallvector, speeding up selectiondag stuff 1% | Chris Lattner |
| 2007-02-04 | Switch promoted/expanded ops over to using a DenseMap. Vector related maps | Chris Lattner |
| 2007-02-04 | switch LegalizedNodes from std::map to a DenseMap. This speeds up isel | Chris Lattner |
| 2007-02-04 | Eliminate some malloc traffic from LegalizeAllNodesNotLeadingTo, speeding | Chris Lattner |
| 2007-02-04 | Eliminate some std::sets. This speeds up isel of kimwitu by about 0.9% | Chris Lattner |
| 2007-02-04 | Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for | Chris Lattner |
| 2007-02-03 | switch the sched unit map over to use a DenseMap instead of std::map. This | Chris Lattner |
| 2007-02-03 | Switch ComputeTopDownOrdering over to using a densemap. This speeds up | Chris Lattner |
| 2007-02-03 | Pasto | Evan Cheng |
| 2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
| 2007-02-01 | Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the only | Anton Korobeynikov |
| 2007-02-01 | Fit in 80 columns | Chris Lattner |