| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |
* | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -3/+3 |
* | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 1 | -6/+6 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-11 | 1 | -6/+5 |
* | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -5/+5 |
* | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 1 | -3/+2 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -4/+7 |
* | llvm/Target/TargetMachine.h: Remove two dependent headers. | NAKAMURA Takumi | 2012-12-11 | 1 | -2/+2 |
* | Some enhancements for memcpy / memset inline expansion. | Evan Cheng | 2012-12-10 | 1 | -5/+17 |
* | Fix a coding style nit. | Eric Christopher | 2012-12-10 | 1 | -2/+2 |
* | LoopVectorize: support vectorizing intrinsic calls | Paul Redmond | 2012-12-09 | 1 | -0/+3 |
* | - Re-enable population count loop idiom recognization | Shuxin Yang | 2012-12-09 | 1 | -1/+1 |
* | Revert the patches adding a popcount loop idiom recognition pass. | Chandler Carruth | 2012-12-08 | 1 | -1/+1 |
* | Replace r169459 with something safer. Rather than having computeMaskedBits to | Evan Cheng | 2012-12-06 | 1 | -10/+7 |
* | Let targets provide hooks that compute known zero and ones for any_extend | Evan Cheng | 2012-12-06 | 1 | -0/+10 |
* | Remove two dead functions resulting from a bad rebase. | Andrew Trick | 2012-12-05 | 1 | -22/+0 |
* | RegisterPressure API. Add support for physical register units. | Andrew Trick | 2012-12-05 | 1 | -0/+29 |
* | Comment formatting. | Andrew Trick | 2012-12-05 | 1 | -1/+1 |
* | Stack Alignment: when creating stack objects in MachineFrameInfo, make sure | Manman Ren | 2012-12-04 | 1 | -2/+9 |
* | Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. | Jakob Stoklund Olesen | 2012-12-04 | 1 | -22/+0 |
* | Add a new hook for providing register allocator hints more flexibly. | Jakob Stoklund Olesen | 2012-12-03 | 1 | -0/+21 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 9 | -16/+15 |
* | Whitespace. | Chad Rosier | 2012-11-29 | 1 | -1/+1 |
* | Fix 80-column violations. | Chad Rosier | 2012-11-29 | 1 | -6/+6 |
* | rdar://12100355 (part 1) | Shuxin Yang | 2012-11-29 | 1 | -1/+1 |