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