Age | Commit message (Expand) | Author |
2013-10-11 | Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate. | Jan Voung |
2013-10-05 | [MIPS] Define PnaclTargetArchitectureMips_32 | Petar Jovanovic |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-04-20 | Remove unused ShouldFoldAtomicFences flag. | Tim Northover |
2013-04-20 | Add CodeGen support for functions that always return arguments via a new para... | Stephen Lin |
2013-04-07 | TargetLowering: Fix getTypeConversion handling of extended vector types | Arnold Schwaighofer |
2013-04-05 | Use the target options specified on a function to reset the back-end. | Bill Wendling |
2013-03-29 | Remove the old CodePlacementOpt pass. | Benjamin Kramer |
2013-03-14 | Add a new method which enables one to change register classes. | Reed Kotler |
2013-03-11 | Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195' | Eli Bendersky |
2013-03-01 | Fix PR10475 | Michael Liao |
2013-02-20 | Update TargetLowering ivars for name policy. | Jim Grosbach |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-11 | Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410' | Derek Schuff |
2013-01-11 | Split TargetLowering into a CodeGen and a SelectionDAG part. | Benjamin Kramer |
2013-01-09 | Refactor to expose RTLIB calls to targets. | Tim Northover |
2013-01-07 | Sink AddrMode back into TargetLowering, removing one of the most | Chandler Carruth |
2013-01-07 | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-30 | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling |
2012-12-27 | DAGCombinerInformation: add a getter that exposes the dagcombine level. | Nadav Rotem |
2012-12-27 | Refactor DAGCombinerInfo. Change the different booleans that indicate if we a... | Nadav Rotem |
2012-12-26 | white space | Nadav Rotem |
2012-12-23 | CostModel: Change the default target-independent implementation for finding | Nadav Rotem |
2012-12-19 | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund |
2012-12-19 | Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs. | Benjamin Kramer |
2012-12-19 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
2012-12-19 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
2012-12-19 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-12-19 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |
2012-12-19 | Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction, | Patrik Hagglund |
2012-12-19 | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund |
2012-12-19 | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund |
2012-12-19 | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-19 | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund |
2012-12-19 | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-14 | Change TargetLowering::getLoadExtAction to take an MVT, instead of | Patrik Hagglund |
2012-12-13 | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund |
2012-12-13 | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund |
2012-12-13 | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund |
2012-12-12 | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng |
2012-12-12 | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng |
2012-12-12 | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng |
2012-12-11 | Replace TargetLowering::isIntImmLegal() with | Evan Cheng |
2012-12-11 | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund |
2012-12-11 | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund |
2012-12-11 | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund |
2012-12-11 | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund |
2012-12-11 | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund |