| Commit message (Expand) | Author | Age | Files | Lines |
* | Moving Cost Tables up to share with other targets | Renato Golin | 2013-01-24 | 1 | -0/+64 |
* | Initialize SSPBufferSize. PR14999. Patch by Vinson Lee. | Chad Rosier | 2013-01-23 | 1 | -4/+4 |
* | Split TargetLowering into a CodeGen and a SelectionDAG part. | Benjamin Kramer | 2013-01-11 | 1 | -613/+625 |
* | Fix include guards so they exactly match file names. | Jakub Staszak | 2013-01-10 | 1 | -3/+3 |
* | For some LLVM-as-library uses it is convenient to create a | David Tweed | 2013-01-09 | 1 | -4/+4 |
* | Refactor to expose RTLIB calls to targets. | Tim Northover | 2013-01-09 | 1 | -0/+11 |
* | MIsched: add an ILP window property to machine model. | Andrew Trick | 2013-01-09 | 1 | -0/+1 |
* | Sink AddrMode back into TargetLowering, removing one of the most | Chandler Carruth | 2013-01-07 | 1 | -1/+16 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 3 | -108/+20 |
* | Refactor the ScalarTargetTransformInfo API for querying about the | Chandler Carruth | 2013-01-05 | 1 | -1/+3 |
* | LoopVectorizer: | Nadav Rotem | 2013-01-04 | 1 | -0/+2 |
* | Add a subtype parameter to VTTI::getShuffleCost | Hal Finkel | 2013-01-03 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 4 | -6/+6 |
* | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling | 2012-12-30 | 1 | -1/+1 |
* | DAGCombinerInformation: add a getter that exposes the dagcombine level. | Nadav Rotem | 2012-12-27 | 1 | -0/+1 |
* | Refactor DAGCombinerInfo. Change the different booleans that indicate if we a... | Nadav Rotem | 2012-12-27 | 1 | -7/+9 |
* | white space | Nadav Rotem | 2012-12-26 | 1 | -1/+0 |
* | CostModel: We have API for checking the costs of known shuffles. This patch adds | Nadav Rotem | 2012-12-24 | 1 | -1/+2 |
* | Change the codegen Cost Model API for shuffeles. This patch removes the API f... | Nadav Rotem | 2012-12-24 | 1 | -1/+1 |
* | CostModel: Change the default target-independent implementation for finding | Nadav Rotem | 2012-12-23 | 1 | -0/+9 |
* | Loop Vectorizer: Update the cost model of scatter/gather operations and make | Nadav Rotem | 2012-12-23 | 1 | -2/+0 |
* | Move isSubRegister() and isSuperRegister to MCRegisterInfo. | Jim Grosbach | 2012-12-19 | 1 | -15/+0 |
* | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund | 2012-12-19 | 1 | -1/+1 |
* | Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs. | Benjamin Kramer | 2012-12-19 | 1 | -2/+5 |
* | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-19 | 1 | -4/+6 |
* | 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 | -9/+9 |
* | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund | 2012-12-19 | 1 | -19/+16 |
* | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund | 2012-12-19 | 1 | -1/+1 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-19 | 1 | -4/+4 |
* | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-19 | 1 | -3/+3 |
* | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-19 | 1 | -6/+6 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-19 | 1 | -6/+5 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -4/+4 |
* | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund | 2012-12-14 | 1 | -5/+5 |
* | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund | 2012-12-13 | 1 | -2/+2 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-13 | 1 | -3/+2 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-13 | 1 | -4/+7 |
* | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng | 2012-12-12 | 1 | -6/+6 |
* | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng | 2012-12-12 | 1 | -7/+8 |
* | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng | 2012-12-12 | 1 | -0/+9 |
* | Replace TargetLowering::isIntImmLegal() with | Evan Cheng | 2012-12-11 | 1 | -10/+0 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -68/+68 |
* | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-11 | 1 | -4/+6 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |
* | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -9/+9 |
* | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund | 2012-12-11 | 1 | -19/+16 |
* | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund | 2012-12-11 | 1 | -1/+1 |