| Age | Commit message (Expand) | Author |
| 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 |
| 2006-01-18 | Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp | Nate Begeman |
| 2006-01-18 | Temporary work around for a libcall insertion bug: If a target doesn't | Chris Lattner |
| 2006-01-18 | Fix a backwards conditional that caused an inf loop in some cases. This | Chris Lattner |
| 2006-01-17 | Support for the insertelement operation. | Robert Bocchino |
| 2006-01-17 | Bug fix: missing LegalizeOp() on newly created nodes. | Evan Cheng |
| 2006-01-17 | Adding basic support for Dwarf line number debug information. | Jim Laskey |
| 2006-01-16 | For PR411: | Reid Spencer |
| 2006-01-16 | Constant fold ctpop/ctlz/cttz, and a couple other small cleanups | Nate Begeman |
| 2006-01-16 | Expand case for 64b Legalize, even though no one should end up using this | Nate Begeman |
| 2006-01-15 | Disable two transformations that contribute to bus errors on SparcV8. | Chris Lattner |
| 2006-01-15 | Allow the target to specify 'expand' if they just require the amount to | Chris Lattner |
| 2006-01-15 | Fix custom lowering of dynamic_stackalloc | Chris Lattner |
| 2006-01-15 | add a missing node name | Chris Lattner |
| 2006-01-14 | Token chain results are not always the first or last result. Consider copyfr... | Chris Lattner |
| 2006-01-14 | Remove some duplicated code | Nate Begeman |
| 2006-01-14 | bswap implementation | Nate Begeman |
| 2006-01-13 | If a target specified a stack pointer with setStackPointerRegisterToSaveRestore, | Chris Lattner |
| 2006-01-13 | Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow | Chris Lattner |
| 2006-01-13 | add stacksave/stackrestore nodes | Chris Lattner |
| 2006-01-13 | Add "support" for stacksave/stackrestore to the dag isel | Chris Lattner |
| 2006-01-12 | Add a simple missing fold to produce this: | Chris Lattner |
| 2006-01-12 | Don't create rotate instructions in unsupported types, because we don't have | Chris Lattner |
| 2006-01-11 | Allow custom lowering of DYNAMIC_STACKALLOC. | Evan Cheng |
| 2006-01-11 | ignore register #0 | Evan Cheng |
| 2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
| 2006-01-10 | silence a warning | Chris Lattner |
| 2006-01-10 | Added selection DAG support for the extractelement operation. | Robert Bocchino |