| Age | Commit message (Expand) | Author |
| 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 |
| 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 | Lefted out TargetLowering:: | Evan Cheng |
| 2005-12-21 | * Fix a GlobalAddress lowering bug. | Evan Cheng |
| 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 | enable the gep isel opt | Chris Lattner |
| 2005-12-21 | fix a bug I introduced that broke recursive expansion of nodes (e.g. scalariz... | Chris Lattner |
| 2005-12-21 | Lower ConstantAggregateZero into zeros | Chris Lattner |
| 2005-12-20 | Added a hook to print out names of target specific DAG nodes. | Evan Cheng |
| 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-19 | Print out opcode number if it's an unknown target node. | Evan Cheng |
| 2005-12-19 | Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes, | Chris Lattner |
| 2005-12-19 | Amend comment. | Jim Laskey |
| 2005-12-19 | Create a strong dependency for loads following stores. This will leave a | Jim Laskey |
| 2005-12-18 | Make sure to relegalize new nodes | Chris Lattner |
| 2005-12-18 | Keep VC++ happy. | Jeff Cohen |
| 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-18 | Fix a bug Sabre was having where the DAG root was a group. The group dominator | Jim Laskey |
| 2005-12-18 | Groups were not emitted if the dominator node and the node in the ordering list | Jim Laskey |
| 2005-12-18 | Simplify code | Chris Lattner |
| 2005-12-17 | allow custom expansion of BR_CC | Chris Lattner |