| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Handle 'X' constraint in asm's better. | Dale Johannesen | 2008-01-29 | 1 | -0/+13 |
| * | Forgot these. | Evan Cheng | 2008-01-24 | 1 | -0/+6 |
| * | remove extraneous &'s. | Chris Lattner | 2008-01-18 | 1 | -2/+2 |
| * | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -1/+1 |
| * | Add support for targets that have a legal ISD::TRAP. | Chris Lattner | 2008-01-15 | 1 | -0/+3 |
| * | Output sinl for a long double FSIN node, not sin. | Duncan Sands | 2008-01-10 | 1 | -2/+9 |
| * | fix typo duncan noticed! | Chris Lattner | 2007-12-30 | 1 | -1/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Fold comparisons against a constant nan, and optimize ORD/UNORD | Chris Lattner | 2007-12-29 | 1 | -0/+22 |
| * | initial code for forming an FGETSIGN node. This is disabled until | Chris Lattner | 2007-12-22 | 1 | -0/+26 |
| * | Add a new FGETSIGN operation, which defaults to expand on all | Chris Lattner | 2007-12-22 | 1 | -1/+5 |
| * | Support returning non-power-of-2 vectors to unblock some work | Nate Begeman | 2007-11-27 | 1 | -0/+7 |
| * | Much improved pic jumptable codegen: | Evan Cheng | 2007-11-09 | 1 | -0/+7 |
| * | Didn't mean to check these in. | Evan Cheng | 2007-11-09 | 1 | -7/+0 |
| * | Bug fix. Passive nodes are not in SUnitMap. | Evan Cheng | 2007-11-09 | 1 | -0/+7 |
| * | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 1 | -0/+55 |
| * | Make labels work in asm blocks; allow labels as | Dale Johannesen | 2007-11-05 | 1 | -2/+7 |
| * | Add runtime library names for pow. | Dan Gohman | 2007-10-11 | 1 | -0/+4 |
| * | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -8/+20 |
| * | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 1 | -6/+24 |
| * | Add sqrt and powi intrinsics for long double. | Dale Johannesen | 2007-09-28 | 1 | -0/+2 |
| * | Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and | Dan Gohman | 2007-09-25 | 1 | -0/+5 |
| * | initialize SetCCResultContents, fixing PR1693 | Chris Lattner | 2007-09-21 | 1 | -0/+1 |
| * | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 1 | -0/+4 |
| * | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -2/+2 |
| * | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner | 2007-08-25 | 1 | -11/+13 |
| * | long double 9 of N. This finishes up the X86-32 bits | Dale Johannesen | 2007-08-09 | 1 | -0/+1 |
| * | Initialize the IndexedModeActions array with memset before | Dan Gohman | 2007-07-09 | 1 | -1/+3 |
| * | Add new TargetLowering code to provide the final register type that an | Dan Gohman | 2007-06-28 | 1 | -95/+67 |
| * | Generalize MVT::ValueType and associated functions to be able to represent | Dan Gohman | 2007-06-25 | 1 | -23/+29 |
| * | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -553/+8 |
| * | Tidy up ValueType names in comments. | Dan Gohman | 2007-06-21 | 1 | -3/+3 |
| * | Rename TargetLowering::getNumElements and friends to | Dan Gohman | 2007-06-21 | 1 | -5/+5 |
| * | Fix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll, and PR1473. | Chris Lattner | 2007-05-30 | 1 | -1/+1 |
| * | same patch as the previous one, but the symmetric case | Chris Lattner | 2007-05-19 | 1 | -1/+1 |
| * | Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in | Chris Lattner | 2007-05-19 | 1 | -1/+1 |
| * | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman | 2007-05-18 | 1 | -2/+2 |
| * | disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for | Chris Lattner | 2007-05-17 | 1 | -0/+13 |
| * | Add target hook to specify block size limit for if-conversion. | Evan Cheng | 2007-05-16 | 1 | -0/+1 |
| * | Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S... | Chris Lattner | 2007-05-03 | 1 | -10/+31 |
| * | fix a pasto | Chris Lattner | 2007-04-18 | 1 | -1/+1 |
| * | Fix a bug in my previous patch, grabbing the shift amount width from the | Chris Lattner | 2007-04-17 | 1 | -2/+2 |
| * | Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used. | Chris Lattner | 2007-04-17 | 1 | -5/+52 |
| * | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -2/+2 |
| * | Fix weirdness handling single element vectors. | Chris Lattner | 2007-04-12 | 1 | -5/+2 |
| * | remove dead target hooks. | Chris Lattner | 2007-04-09 | 1 | -19/+0 |
| * | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner | 2007-04-09 | 1 | -17/+0 |
| * | switch TL::getValueType to use MVT::getValueType. | Chris Lattner | 2007-03-31 | 1 | -22/+0 |
| * | add one addressing mode description hook to rule them all. | Chris Lattner | 2007-03-30 | 1 | -0/+34 |
| * | Remove isLegalAddressImmediate. | Evan Cheng | 2007-03-28 | 1 | -8/+0 |