Age | Commit message (Expand) | Author |
2007-09-21 | Merge from mainline for PR1693. | Tanya Lattner |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-08-25 | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner |
2007-08-09 | long double 9 of N. This finishes up the X86-32 bits | Dale Johannesen |
2007-07-09 | Initialize the IndexedModeActions array with memset before | Dan Gohman |
2007-06-28 | Add new TargetLowering code to provide the final register type that an | Dan Gohman |
2007-06-25 | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman |
2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
2007-06-21 | Tidy up ValueType names in comments. | Dan Gohman |
2007-06-21 | Rename TargetLowering::getNumElements and friends to | Dan Gohman |
2007-05-30 | Fix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll, and PR1473. | Chris Lattner |
2007-05-19 | same patch as the previous one, but the symmetric case | Chris Lattner |
2007-05-19 | Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in | Chris Lattner |
2007-05-18 | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman |
2007-05-17 | disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for | Chris Lattner |
2007-05-16 | Add target hook to specify block size limit for if-conversion. | Evan Cheng |
2007-05-03 | Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S... | Chris Lattner |
2007-04-18 | fix a pasto | Chris Lattner |
2007-04-17 | Fix a bug in my previous patch, grabbing the shift amount width from the | Chris Lattner |
2007-04-17 | Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used. | Chris Lattner |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-04-12 | Fix weirdness handling single element vectors. | Chris Lattner |
2007-04-09 | remove dead target hooks. | Chris Lattner |
2007-04-09 | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner |
2007-03-31 | switch TL::getValueType to use MVT::getValueType. | Chris Lattner |
2007-03-30 | add one addressing mode description hook to rule them all. | Chris Lattner |
2007-03-28 | Remove isLegalAddressImmediate. | Evan Cheng |
2007-03-25 | implement initial support for the silly X constraint. Testcase here: CodeGen... | Chris Lattner |
2007-03-25 | Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll | Chris Lattner |
2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
2007-03-21 | repair x86 performance, dejagnu problems from previous change | Dale Johannesen |
2007-03-20 | do not share old induction variables when this would result in invalid | Dale Johannesen |
2007-03-16 | Added isLegalAddressExpression hook to test if the given expression can be | Evan Cheng |
2007-03-12 | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng |
2007-02-25 | initialize a instance variable | Chris Lattner |
2007-02-24 | Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219 | Chris Lattner |
2007-02-22 | Need to init. | Jim Laskey |
2007-02-17 | Implement i/n/s constraints correctly. This fixes | Chris Lattner |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-13 | Fix PR1198, by adding initial i128 support. Patch by Dan Gohman. | Chris Lattner |
2007-02-08 | Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. | Evan Cheng |
2007-02-01 | Fit in 80 columns | Chris Lattner |
2007-01-31 | Allow the target to override the ISD::CondCode that's to be used to test the | Evan Cheng |
2007-01-12 | Move a function out of line. | Reid Spencer |
2007-01-12 | Minor fix. | Evan Cheng |
2007-01-12 | Store default libgcc routine names and allow them to be redefined by target. | Evan Cheng |
2006-12-10 | Cleaned setjmp/longjmp lowering interfaces. Now we're producing right | Anton Korobeynikov |
2006-12-09 | Preliminary soft float support. | Evan Cheng |
2006-11-27 | Fix the dag combiner bug corresponding to PR1014. | Chris Lattner |
2006-11-09 | Add a mechanism to specify whether a target supports a particular indexed loa... | Evan Cheng |