| Age | Commit message (Expand) | Author |
| 2006-03-08 | remove "Slot", it is dead | Chris Lattner |
| 2006-03-05 | Codegen copysign[f] into a FCOPYSIGN node | Chris Lattner |
| 2006-03-03 | Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR. | Evan Cheng |
| 2006-03-03 | remove the read/write port/io intrinsics. | Chris Lattner |
| 2006-03-01 | Vector ops lowering. | Evan Cheng |
| 2006-02-20 | Fix a problem on itanium with memset. The value to set has been promoted to | Chris Lattner |
| 2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
| 2006-02-17 | Fix another miscompilation exposed by lencode, where we lowered i64->f32 | Chris Lattner |
| 2006-02-15 | Should not combine ISD::LOCATIONs until we have scheme to remove from | Jim Laskey |
| 2006-02-14 | Fix a latent bug in the call sequence handling stuff. Some targets (e.g. x86) | Chris Lattner |
| 2006-02-13 | Completely rewrite libcall insertion by the legalizer, providing the | Chris Lattner |
| 2006-02-01 | *** empty log message *** | Nate Begeman |
| 2006-02-01 | Fix some of the stuff in the PPC README file, and clean up legalization | Nate Begeman |
| 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-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-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 | 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 | 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 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
| 2006-01-28 | Remove the ISD::CALL and ISD::TAILCALL nodes | Chris Lattner |
| 2006-01-26 | initial selectiondag support for new INLINEASM node. Note that inline asms | Chris Lattner |
| 2006-01-25 | First part of bug 680: | Nate Begeman |
| 2006-01-24 | Fix an infinite loop I caused by making sure to legalize the flag operand | Chris Lattner |
| 2006-01-23 | Fix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLegalize.ll by making | Chris Lattner |
| 2006-01-21 | Fix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll | Chris Lattner |
| 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-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 | Expand case for 64b Legalize, even though no one should end up using this | Nate Begeman |
| 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-14 | Token chain results are not always the first or last result. Consider copyfr... | Chris Lattner |
| 2006-01-14 | bswap implementation | Nate Begeman |