| Age | Commit message (Expand) | Author |
| 2006-02-02 | add two dag combines: | Chris Lattner |
| 2006-02-02 | make -debug output less newliney | Chris Lattner |
| 2006-02-02 | Implement matching constraints. We can now say things like this: | Chris Lattner |
| 2006-02-01 | *** empty log message *** | Nate Begeman |
| 2006-02-01 | Implement simple register assignment for inline asms. This allows us to comp... | Chris Lattner |
| 2006-02-01 | Fix some of the stuff in the PPC README file, and clean up legalization | Nate Begeman |
| 2006-02-01 | Beef up the interface to inline asm constraint parsing, making it more genera... | Chris Lattner |
| 2006-02-01 | adjust to changes in InlineAsm interface. Fix a few minor bugs. | Chris Lattner |
| 2006-01-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
| 2006-01-31 | Allow custom lowering of fabs. I forgot to check in this change which | Evan Cheng |
| 2006-01-31 | Only insert an AND when converting from BR_COND to BRCC if needed. | Chris Lattner |
| 2006-01-31 | Handle physreg input/outputs. We now compile this: | Chris Lattner |
| 2006-01-30 | Fix a bug in my legalizer reworking that caused the X86 backend to not get | Chris Lattner |
| 2006-01-30 | don't insert an and node if it isn't needed here, this can prevent folding | Chris Lattner |
| 2006-01-30 | Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,m... | Chris Lattner |
| 2006-01-30 | pass the address of MaskedValueIsZero into isMaskedValueZeroForTargetNode, | Chris Lattner |
| 2006-01-30 | adjust prototype | Chris Lattner |
| 2006-01-29 | Fix RET of promoted values on targets that custom expand RET to a target node. | Chris Lattner |
| 2006-01-29 | cleanups to the ValueTypeActions interface | Chris Lattner |
| 2006-01-29 | clean up interface to ValueTypeActions | Chris Lattner |
| 2006-01-29 | Remove some special case hacks for CALLSEQ_*, using UpdateNodeOperands | Chris Lattner |
| 2006-01-29 | Allow custom expansion of ConstantVec nodes. PPC will use this in the future. | Chris Lattner |
| 2006-01-29 | Legalize ConstantFP into TargetConstantFP when the target allows. Implement | Chris Lattner |
| 2006-01-29 | eliminate uses of SelectionDAG::getBR2Way_CC | Chris Lattner |
| 2006-01-28 | Use the new "UpdateNodeOperands" method to simplify LegalizeDAG and make it | Chris Lattner |
| 2006-01-28 | add another method variant | Chris Lattner |
| 2006-01-28 | add some methods for updating nodes | Chris Lattner |
| 2006-01-28 | minor tweaks | Chris Lattner |
| 2006-01-28 | move a bunch of code, no other change. | Chris Lattner |
| 2006-01-28 | remove a couple more now-extraneous legalizeop's | Chris Lattner |
| 2006-01-28 | fix a bug | Chris Lattner |
| 2006-01-28 | Several major changes: | Chris Lattner |
| 2006-01-28 | Eliminate the need for ExpandOp to set 'needsanotheriteration', as it already | Chris Lattner |
| 2006-01-28 | Instead of making callers of ExpandLibCall legalize the result, make | Chris Lattner |
| 2006-01-28 | Eliminate the need to do another iteration of the legalizer after inserting | Chris Lattner |
| 2006-01-28 | remove method I just added | Chris Lattner |
| 2006-01-28 | add a new callback | Chris Lattner |
| 2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
| 2006-01-28 | Add a missing case to the dag combiner. | Nate Begeman |
| 2006-01-28 | Remove the ISD::CALL and ISD::TAILCALL nodes | Chris Lattner |
| 2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
| 2006-01-26 | Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an | Chris Lattner |
| 2006-01-26 | initial selectiondag support for new INLINEASM node. Note that inline asms | Chris Lattner |
| 2006-01-26 | Implement a method for inline asm support | Chris Lattner |
| 2006-01-26 | Clean up some code; improve efficiency; and fixed a potential bug involving | Evan Cheng |
| 2006-01-25 | Don't break the optimized build (by incorrect placement of #endif) | Reid Spencer |
| 2006-01-25 | initialize an instance var, apparently I forgot to commit this long ago | Chris Lattner |
| 2006-01-25 | No need to keep track of top and bottom nodes in a group since the vector is | Evan Cheng |
| 2006-01-25 | Set SchedulingForLatency to be the default scheduling preference for all. | Evan Cheng |
| 2006-01-25 | First part of bug 680: | Nate Begeman |