| Commit message (Expand) | Author | Age | Files | Lines |
* | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman | 2009-01-05 | 1 | -2/+0 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -1/+1 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -2/+26 |
* | Followup to r60283: optimize arbitrary width signed divisions as well | Eli Friedman | 2008-11-30 | 1 | -71/+34 |
* | Fix for PR2164: allow transforming arbitrary-width unsigned divides into | Eli Friedman | 2008-11-30 | 1 | -95/+65 |
* | APIntify a test which is potentially unsafe otherwise, and fix the | Eli Friedman | 2008-11-30 | 1 | -3/+10 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -1/+1 |
* | Fix the testb optimization so x86 also bootstraps. | Dale Johannesen | 2008-11-12 | 1 | -3/+1 |
* | Temporarily revert r58979 and related patch. It's causing a failure in X86 bo... | Bill Wendling | 2008-11-10 | 1 | -1/+3 |
* | Really fix testb optimization on big-endian. | Dale Johannesen | 2008-11-10 | 1 | -5/+8 |
* | Temporarily revert 58825, which breaks PPC bootstrap. | Dale Johannesen | 2008-11-09 | 1 | -1/+3 |
* | Make testb optimization work on big-endian targets. | Dale Johannesen | 2008-11-08 | 1 | -1/+4 |
* | When we're doing a compare of load-AND-constant to 0 | Dale Johannesen | 2008-11-07 | 1 | -0/+46 |
* | Widening cleanup | Mon P Wang | 2008-11-06 | 1 | -1/+1 |
* | Add initial support for vector widening. Logic is set to widen for X86. | Mon P Wang | 2008-10-30 | 1 | -1/+15 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+17 |
* | Keep track of *which* input constraint matches an output | Chris Lattner | 2008-10-17 | 1 | -3/+3 |
* | add an assert so that PR2356 explodes instead of running off an | Chris Lattner | 2008-10-17 | 1 | -0/+15 |
* | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng | 2008-10-15 | 1 | -0/+1 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -1/+1 |
* | * Make TargetLowering not crash when TargetMachine::getTargetAsmInfo() returns | Matthijs Kooijman | 2008-10-13 | 1 | -1/+2 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -3/+3 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -3/+5 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -0/+12 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -19/+21 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+20 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -36/+36 |
* | Add libcalls for the new rounding opcodes. | Dan Gohman | 2008-08-21 | 1 | -0/+20 |
* | Add the remaining fp_round libcalls: | Bruno Cardoso Lopes | 2008-08-07 | 1 | -2/+15 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -54/+54 |
* | Factorize some code for determining which libcall to use. | Duncan Sands | 2008-07-17 | 1 | -0/+158 |
* | It is pointless to turn a UINT_TO_FP into an | Duncan Sands | 2008-07-11 | 1 | -0/+8 |
* | Add two missing SINT_TO_FP libcalls. | Duncan Sands | 2008-07-11 | 1 | -0/+2 |
* | Add support for 128 bit shifts and 32 bit shifts | Duncan Sands | 2008-07-11 | 1 | -0/+3 |
* | Add support for 128 bit multiplicative operations. | Duncan Sands | 2008-07-10 | 1 | -0/+5 |
* | Add a mysteriously missing libcall, FPTOSINT_F80_I32. | Duncan Sands | 2008-07-10 | 1 | -0/+1 |
* | Add support for expanding PPC 128 bit floats. | Duncan Sands | 2008-06-25 | 1 | -0/+2 |
* | Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset | Dan Gohman | 2008-06-09 | 1 | -1/+3 |
* | Various tweaks related to apint codegen. No functionality | Duncan Sands | 2008-06-09 | 1 | -1/+1 |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 1 | -1/+1 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -73/+76 |
* | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng | 2008-05-12 | 1 | -1/+1 |
* | Refactor isConsecutiveLoad from X86 to TargetLowering so DAG combiner can mak... | Evan Cheng | 2008-05-12 | 1 | -0/+68 |
* | Instead of enumerating each opcode that isn't handled that | Dan Gohman | 2008-05-06 | 1 | -11/+1 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -1/+1 |
* | 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 |