| Age | Commit message (Expand) | Author |
| 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 |
| 2006-01-09 | Fix an exponential function in libcall insertion to not be exponential. :) | Chris Lattner |
| 2006-01-09 | * Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PARTS, SRA_PARTS, | Evan Cheng |
| 2006-01-09 | New getNode() variants. | Evan Cheng |
| 2006-01-06 | Unbreak the build :( | Chris Lattner |
| 2006-01-06 | Revert the previous check-in. Leave shl x, 1 along for target to deal with. | Evan Cheng |
| 2006-01-06 | fold (shl x, 1) -> (add x, x) | Evan Cheng |
| 2006-01-06 | Support for custom lowering of ISD::RET. | Evan Cheng |
| 2006-01-05 | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey |
| 2006-01-04 | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey |
| 2006-01-04 | Add unique id to debug location for debug label use (work in progress.) | Jim Laskey |
| 2006-01-04 | Change how MachineDebugInfo is fetched. | Jim Laskey |
| 2005-12-30 | Make sure to pass the offset into the new node, so that we don't silently | Nate Begeman |
| 2005-12-29 | purity++ | Duraid Madina |
| 2005-12-25 | allow custom lowering to return null for legal results | Andrew Lenharth |
| 2005-12-24 | Support Custom lowering of a few more operations. | Andrew Lenharth |
| 2005-12-23 | Remove redundant debug locations. | Jim Laskey |
| 2005-12-23 | unbreak the build :-/ | Chris Lattner |
| 2005-12-23 | Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not | Evan Cheng |
| 2005-12-23 | Simplify store(bitconv(x)) to store(x). This allows us to compile this: | Chris Lattner |
| 2005-12-23 | fold (conv (load x)) -> (load (conv*)x). | Chris Lattner |
| 2005-12-23 | Fold bitconv(bitconv(x)) -> x. We now compile this: | Chris Lattner |
| 2005-12-23 | constant fold bits_convert in getNode and in the dag combiner for fp<->int | Chris Lattner |
| 2005-12-23 | Fix a pasto | Chris Lattner |