| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make APFloat constructor require explicit semantics. | Tim Northover | 2013-01-22 | 5 | -42/+29 |
| * | Revert 172708. | Nadav Rotem | 2013-01-20 | 2 | -14/+8 |
| * | Use AttributeSet accessor methods instead of Attribute accessor methods. | Bill Wendling | 2013-01-18 | 1 | -4/+4 |
| * | Remove unused parameter. Also use the AttributeSet query methods instead of t... | Bill Wendling | 2013-01-18 | 1 | -2/+1 |
| * | Optimization for the following SIGN_EXTEND pairs: | Elena Demikhovsky | 2013-01-17 | 2 | -8/+14 |
| * | This patch addresses an incorrect transformation in the DAG combiner. | Bill Schmidt | 2013-01-14 | 1 | -5/+15 |
| * | When lowering an inreg sext first shift left, then right arithmetically. | Benjamin Kramer | 2013-01-12 | 1 | -3/+3 |
| * | PPC: Implement efficient lowering of sign_extend_inreg. | Nadav Rotem | 2013-01-11 | 1 | -1/+25 |
| * | 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 | 2 | -3/+13 |
| * | PR14896: Handle memcpy from constant string where the memcpy size is larger t... | Evan Cheng | 2013-01-10 | 1 | -2/+3 |
| * | Remove unneeded includes from FunctionLoweringInfo.h. | Jakub Staszak | 2013-01-10 | 1 | -1/+1 |
| * | Stack Alignment: throw error if we can't satisfy the minimal alignment | Manman Ren | 2013-01-10 | 2 | -2/+4 |
| * | Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y). | Evan Cheng | 2013-01-09 | 1 | -12/+18 |
| * | Refactor to expose RTLIB calls to targets. | Tim Northover | 2013-01-09 | 6 | -337/+367 |
| * | Add fp128 rtlib function names to LLVM | Tim Northover | 2013-01-08 | 2 | -18/+138 |
| * | Sink a function that refers to the SelectionDAG into that library in the | Chandler Carruth | 2013-01-08 | 1 | -0/+21 |
| * | Sink AddrMode back into TargetLowering, removing one of the most | Chandler Carruth | 2013-01-07 | 1 | -1/+1 |
| * | Move TargetTransformInfo to live under the Analysis library. This no | Chandler Carruth | 2013-01-07 | 2 | -2/+2 |
| * | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 1 | -0/+97 |
| * | Funnel the actual TargetTransformInfo pass from the SelectionDAGISel | Chandler Carruth | 2013-01-05 | 2 | -5/+9 |
| * | DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes | Tom Stellard | 2013-01-02 | 1 | -4/+5 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 19 | -69/+69 |
| * | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
| * | Support ppcf128 in SelectionDAG::getConstantFP | Hal Finkel | 2012-12-30 | 1 | -1/+2 |
| * | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling | 2012-12-30 | 3 | -15/+15 |
| * | Remove Function::getParamAttributes and use the AttributeSet accessor methods... | Bill Wendling | 2012-12-30 | 1 | -8/+8 |
| * | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling | 2012-12-30 | 3 | -9/+11 |
| * | Refactor DAGCombinerInfo. Change the different booleans that indicate if we a... | Nadav Rotem | 2012-12-27 | 2 | -3/+3 |
| * | Use MachineInstrBuilder for PHI nodes in SelectionDAGISel. | Jakob Stoklund Olesen | 2012-12-20 | 1 | -50/+25 |
| * | Use MachineInstrBuilder in InstrEmitter. | Jakob Stoklund Olesen | 2012-12-20 | 2 | -79/+73 |
| * | Do not introduce vector operations in functions marked with noimplicitfloat. | Bob Wilson | 2012-12-20 | 1 | -2/+5 |
| * | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund | 2012-12-19 | 2 | -8/+9 |
| * | Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'. | Patrik Hagglund | 2012-12-19 | 1 | -38/+38 |
| * | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund | 2012-12-19 | 2 | -14/+13 |
| * | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund | 2012-12-19 | 1 | -1/+1 |
| * | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-19 | 2 | -14/+19 |
| * | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-19 | 5 | -18/+18 |
| * | 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::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-19 | 2 | -9/+9 |
| * | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-19 | 2 | -12/+15 |
| * | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-19 | 2 | -4/+4 |
| * | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-19 | 2 | -3/+4 |
| * | Optimized load + SIGN_EXTEND patterns in the X86 backend. | Elena Demikhovsky | 2012-12-19 | 1 | -0/+1 |
| * | 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 | 3 | -27/+27 |
| * | 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 |