| Age | Commit message (Expand) | Author |
| 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-11 | Allow custom lowering of DYNAMIC_STACKALLOC. | Evan Cheng |
| 2006-01-11 | Add bswap, rotl, and rotr nodes | Nate Begeman |
| 2006-01-10 | silence a warning | Chris Lattner |
| 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-06 | Unbreak the build :( | Chris Lattner |
| 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-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 | unbreak the build :-/ | Chris Lattner |
| 2005-12-23 | Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not | Evan Cheng |
| 2005-12-23 | Fix a pasto | Chris Lattner |
| 2005-12-23 | fix a thinko in the bit_convert handling code | Chris Lattner |
| 2005-12-23 | add very simple support for the BIT_CONVERT node | Chris Lattner |
| 2005-12-22 | remove dead code | Chris Lattner |
| 2005-12-22 | The 81st column doesn't like code in it. | Chris Lattner |
| 2005-12-21 | Disengage DEBUG_LOC from non-PPC targets. | Jim Laskey |
| 2005-12-21 | * Added support for X86 RET with an additional operand to specify number of | Evan Cheng |
| 2005-12-21 | make sure to relegalize all cases | Chris Lattner |
| 2005-12-21 | fix a bug I introduced that broke recursive expansion of nodes (e.g. scalariz... | Chris Lattner |
| 2005-12-20 | Fix a nasty latent bug in the legalizer that was triggered by my patch | Chris Lattner |
| 2005-12-19 | X86 conditional branch support. | Evan Cheng |
| 2005-12-18 | Make sure to relegalize new nodes | Chris Lattner |
| 2005-12-18 | More corrections for flagged copyto/from reg | Chris Lattner |
| 2005-12-18 | legalize copytoreg and copyfromreg nodes that have flag operands correctly. | Chris Lattner |
| 2005-12-17 | allow custom expansion of BR_CC | Chris Lattner |
| 2005-12-17 | X86 lowers SELECT to a cmp / test followed by a conditional move. | Evan Cheng |
| 2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
| 2005-12-13 | Lowering constant pool entries on ppc exposed a bug in the recently added | Nate Begeman |
| 2005-12-12 | Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll | Chris Lattner |
| 2005-12-10 | Add support for TargetConstantPool nodes to the dag isel emitter, and use | Nate Begeman |
| 2005-12-09 | Teach legalize how to promote sext_inreg to fix a problem Andrew pointed | Chris Lattner |
| 2005-12-07 | Fix a crash where ConstantVec nodes were being generated with the wrong | Nate Begeman |
| 2005-12-06 | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman |
| 2005-12-02 | bah, must generate all results | Andrew Lenharth |
| 2005-12-02 | cycle counter fix | Andrew Lenharth |
| 2005-12-01 | Promote line and column number information for our friendly 64-bit targets. | Chris Lattner |
| 2005-11-30 | At long last, you can say that f32 isn't supported for setcc | Andrew Lenharth |
| 2005-11-30 | add support for custom lowering SINT_TO_FP | Andrew Lenharth |
| 2005-11-29 | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner |
| 2005-11-29 | Add the majority of the vector machien value types we expect to support, | Nate Begeman |
| 2005-11-22 | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman |
| 2005-11-22 | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman |
| 2005-11-20 | Legalize MERGE_VALUES, expand READCYCLECOUNTER correctly, so it doesn't | Chris Lattner |