| Commit message (Expand) | Author | Age | Files | Lines |
* | typo | Chris Lattner | 2008-04-27 | 1 | -1/+1 |
* | Implement a signficant optimization for inline asm: | Chris Lattner | 2008-04-27 | 1 | -3/+23 |
* | Move a bunch of inline asm code out of line. | Chris Lattner | 2008-04-27 | 1 | -0/+97 |
* | A few inline asm cleanups: | Chris Lattner | 2008-04-26 | 1 | -8/+6 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -54/+1 |
* | Prefer to expand mask for xor to -1, so we have a chance to turn it into a not. | Edwin Török | 2008-04-06 | 1 | -4/+19 |
* | More APInt-ification. | Dan Gohman | 2008-03-13 | 1 | -1/+1 |
* | Use the correct value for InSignBit. | Dan Gohman | 2008-03-11 | 1 | -1/+1 |
* | Implement more support for fp-to-i128 and i128-to-fp conversions. | Dan Gohman | 2008-03-10 | 1 | -0/+8 |
* | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -0/+3 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -1/+8 |
* | Codegen support for i128 SINT_TO_FP. | Dan Gohman | 2008-03-05 | 1 | -0/+4 |
* | Yet more APInt-ification. | Dan Gohman | 2008-03-03 | 1 | -9/+6 |
* | More APInt-ification. | Dan Gohman | 2008-03-03 | 1 | -16/+19 |
* | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 1 | -2/+3 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -0/+2 |
* | Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. | Dan Gohman | 2008-02-27 | 1 | -136/+141 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | Refactor inline asm constraint matching code out of SDIsel into TargetLowering. | Evan Cheng | 2008-02-26 | 1 | -2/+2 |
* | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman | 2008-02-25 | 1 | -8/+16 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -2/+2 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -0/+7 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -3/+2 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -3/+3 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -1/+1 |
* | 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 |