| Age | Commit message (Expand) | Author |
| 2006-02-14 | now that libcalls don't suck, we can remove this hack | Chris Lattner |
| 2006-02-14 | Fix a latent bug in the call sequence handling stuff. Some targets (e.g. x86) | Chris Lattner |
| 2006-02-13 | Rename to better reflect usage (current and planned.) | Jim Laskey |
| 2006-02-13 | Completely rewrite libcall insertion by the legalizer, providing the | Chris Lattner |
| 2006-02-11 | Reorg for integration with gcc4. Old style debug info will not be passed though | Jim Laskey |
| 2006-02-09 | Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc | Evan Cheng |
| 2006-02-09 | More changes to reduce frame size. | Evan Cheng |
| 2006-02-09 | Make MachineConstantPool entries alignments explicit | Chris Lattner |
| 2006-02-08 | Compile this: | Chris Lattner |
| 2006-02-05 | Back out previous commit, it isn't safe. | Nate Begeman |
| 2006-02-05 | fold c1 << (x + c2) into (c1 << c2) << x. fix a warning. | Nate Begeman |
| 2006-02-05 | Handle urem by shifted powers of 2. | Nate Begeman |
| 2006-02-05 | handle combining A / (B << N) into A >>u (log2(B)+N) when B is a power of 2 | Nate Begeman |
| 2006-02-05 | * Added SDNode::isOnlyUse(). | Evan Cheng |
| 2006-02-04 | Fix VC++ warning. | Jeff Cohen |
| 2006-02-04 | Get rid of some memory leaks identified by Valgrind | Evan Cheng |
| 2006-02-04 | Add initial support for immediates. This allows us to compile this: | Chris Lattner |
| 2006-02-04 | Initial early support for non-register operands, like immediates | Chris Lattner |
| 2006-02-04 | implementation of some methods for inlineasm | Chris Lattner |
| 2006-02-03 | Implement some feedback from sabre | Nate Begeman |
| 2006-02-03 | Add a framework for eliminating instructions that produces undemanded bits. | Nate Begeman |
| 2006-02-03 | remove some #ifdef'd out code, which should properly be in the dag combiner a... | Chris Lattner |
| 2006-02-03 | remove dead fn | Chris Lattner |
| 2006-02-03 | Add common code for reassociating ops in the dag combiner | Nate Begeman |
| 2006-02-03 | Added case HANDLENODE to getOperationName(). | Evan Cheng |
| 2006-02-02 | Turn any_extend nodes into zero_extend nodes when it allows us to remove an | Chris Lattner |
| 2006-02-02 | Implement MaskedValueIsZero for ANY_EXTEND nodes | Chris Lattner |
| 2006-02-02 | add two dag combines: | Chris Lattner |
| 2006-02-02 | make -debug output less newliney | Chris Lattner |
| 2006-02-02 | Implement matching constraints. We can now say things like this: | Chris Lattner |
| 2006-02-01 | *** empty log message *** | Nate Begeman |
| 2006-02-01 | Implement simple register assignment for inline asms. This allows us to comp... | Chris Lattner |
| 2006-02-01 | Fix some of the stuff in the PPC README file, and clean up legalization | Nate Begeman |
| 2006-02-01 | Beef up the interface to inline asm constraint parsing, making it more genera... | Chris Lattner |
| 2006-02-01 | adjust to changes in InlineAsm interface. Fix a few minor bugs. | Chris Lattner |
| 2006-01-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
| 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-31 | Handle physreg input/outputs. We now compile this: | 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-30 | Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,m... | Chris Lattner |
| 2006-01-30 | pass the address of MaskedValueIsZero into isMaskedValueZeroForTargetNode, | Chris Lattner |
| 2006-01-30 | adjust prototype | 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 | clean up interface to ValueTypeActions | 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 |