| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Revert "Add Constant Hoisting Pass" (r200034)" | Juergen Ributzka | 2014-01-25 | 1 | -6/+12 |
* | Revert "Add Constant Hoisting Pass" (r200034) | Hans Wennborg | 2014-01-25 | 1 | -12/+6 |
* | Add Constant Hoisting Pass | Juergen Ributzka | 2014-01-24 | 1 | -6/+12 |
* | Revert "Add Constant Hoisting Pass" | Juergen Ributzka | 2014-01-24 | 1 | -12/+6 |
* | Add Constant Hoisting Pass | Juergen Ributzka | 2014-01-24 | 1 | -6/+12 |
* | Revert r162101 and replace it with a solution that works for targets where th... | Owen Anderson | 2014-01-22 | 1 | -3/+3 |
* | Refactor function that checks that __builtin_returnaddress's argument is cons... | Bill Wendling | 2014-01-06 | 1 | -0/+12 |
* | Lower stackmap intrinsics directly to their target opcode in the DAG builder. | Andrew Trick | 2013-10-31 | 1 | -0/+13 |
* | Replace sra with srl if a single sign bit is required | Richard Sandiford | 2013-10-17 | 1 | -3/+14 |
* | Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits | Richard Sandiford | 2013-10-16 | 1 | -0/+25 |
* | TargetLowering: Don't index into empty string. | Will Dietz | 2013-10-13 | 1 | -1/+1 |
* | Use getPointerSizeInBits() rather than 8 * getPointerSize() | Matt Arsenault | 2013-10-10 | 1 | -2/+3 |
* | SelectionDAG: Try to expand all condition codes using getCCSwappedOperands() | Tom Stellard | 2013-09-28 | 1 | -7/+18 |
* | Add missing check to SETCC optimization. | Eli Friedman | 2013-09-24 | 1 | -0/+1 |
* | SelectionDAG: create correct BooleanContent constants | Tim Northover | 2013-09-06 | 1 | -1/+5 |
* | Update makeLibCall to return both the call and the chain associated with the ... | Michael Gottesman | 2013-08-13 | 1 | -11/+14 |
* | Remove trailing whitespace from SelectionDAG/*.cpp | Stephen Lin | 2013-07-08 | 1 | -1/+1 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
* | TargetLowering: Clean up method description comments | David Majnemer | 2013-06-08 | 1 | -3/+3 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -10/+10 |
* | DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0... | Benjamin Kramer | 2013-05-21 | 1 | -1/+2 |
* | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 1 | -2/+4 |
* | DAGCombine: Also shrink eq compares where the constant is exactly as large as... | Benjamin Kramer | 2013-05-16 | 1 | -1/+1 |
* | Add static cast to unsigned char whenever a character classification function... | Guy Benyei | 2013-02-12 | 1 | -1/+1 |
* | Use AttributeSet accessor methods instead of Attribute accessor methods. | Bill Wendling | 2013-01-18 | 1 | -4/+4 |
* | Remove some accidentaly duplicated code. This needs urgent cleanup :( | Benjamin Kramer | 2013-01-11 | 1 | -270/+0 |
* | Split TargetLowering into a CodeGen and a SelectionDAG part. | Benjamin Kramer | 2013-01-11 | 1 | -971/+5 |
* | For inline asm: | Eric Christopher | 2013-01-11 | 1 | -3/+7 |
* | Refactor to expose RTLIB calls to targets. | Tim Northover | 2013-01-09 | 1 | -0/+155 |
* | Add fp128 rtlib function names to LLVM | Tim Northover | 2013-01-08 | 1 | -0/+100 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 1 | -0/+97 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling | 2012-12-30 | 1 | -6/+6 |
* | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund | 2012-12-19 | 1 | -4/+4 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-19 | 1 | -9/+10 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-19 | 1 | -4/+4 |
* | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund | 2012-12-19 | 1 | -4/+4 |
* | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 |
* | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-19 | 1 | -9/+9 |
* | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 |
* | After reducing the size of an operation in the DAG we zero-extend the reduced | Nadav Rotem | 2012-12-19 | 1 | -2/+5 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -6/+6 |
* | Remove more of 'else's after 'returns'. No functional change. | Craig Topper | 2012-12-19 | 1 | -6/+6 |
* | Remove a bunch of 'else's after 'returns' | Craig Topper | 2012-12-19 | 1 | -18/+18 |
* | Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ... | Craig Topper | 2012-12-19 | 1 | -3/+9 |
* | Check multiple register classes for inline asm tied registers | Hal Finkel | 2012-12-18 | 1 | -3/+16 |
* | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund | 2012-12-13 | 1 | -1/+1 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -30/+29 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-11 | 1 | -9/+10 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |