| Age | Commit message (Expand) | Author |
| 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 |
| 2006-01-25 | Fix VC++ compilation error. | Jeff Cohen |
| 2006-01-25 | Bottom up register usage reducing list scheduler. | Evan Cheng |
| 2006-01-25 | Keep track of bottom / top element of a set of flagged nodes. | Evan Cheng |
| 2006-01-25 | If scheduler choice is the default (-sched=default), use target scheduling | Evan Cheng |
| 2006-01-24 | Fix an infinite loop I caused by making sure to legalize the flag operand | Chris Lattner |
| 2006-01-24 | Fix VC++ compilation error. | Jeff Cohen |
| 2006-01-23 | another couple selects | Andrew Lenharth |
| 2006-01-23 | another selectto | Andrew Lenharth |
| 2006-01-23 | Typo. | Jim Laskey |
| 2006-01-23 | Skeleton of the list schedule. | Evan Cheng |
| 2006-01-23 | Minor clean up. | Evan Cheng |
| 2006-01-23 | Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making | Chris Lattner |
| 2006-01-23 | Remove a couple of unnecessary #include's | Evan Cheng |
| 2006-01-23 | Factor out more instruction scheduler code to the base class. | Evan Cheng |
| 2006-01-23 | Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on | Chris Lattner |
| 2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
| 2006-01-21 | Fix a bug in a recent refactor that caused a bunch of programs to miscompile | Chris Lattner |
| 2006-01-21 | Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll | Chris Lattner |
| 2006-01-21 | Do some code refactoring on Jim's scheduler in preparation of the new list | Evan Cheng |
| 2006-01-20 | remove some unintentionally committed code | Chris Lattner |
| 2006-01-20 | If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep | Chris Lattner |
| 2006-01-19 | Another typo | Evan Cheng |
| 2006-01-18 | was ignoring the legalized chain in this case, fixed SPASS on alpha | Andrew Lenharth |