Age | Commit message (Expand) | Author |
2013-01-02 | Resort the #include lines in include/... and lib/... with the | Chandler Carruth |
2012-12-30 | Support ppcf128 in SelectionDAG::getConstantFP | Hal Finkel |
2012-12-30 | convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu... | Nuno Lopes |
2012-12-30 | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling |
2012-12-30 | Remove Function::getParamAttributes and use the AttributeSet accessor methods... | Bill Wendling |
2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
2012-12-27 | Refactor DAGCombinerInfo. Change the different booleans that indicate if we a... | Nadav Rotem |
2012-12-27 | For the dwarf5 split debug info code split out the string section | Eric Christopher |
2012-12-25 | Rename LLVMContext diagnostic handler types and functions. | Bob Wilson |
2012-12-24 | Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368> | Bob Wilson |
2012-12-22 | Remove a special case that doesn't seem necessary any longer. | Jakob Stoklund Olesen |
2012-12-22 | Use getNumOperands() instead of Operands.size(). | Jakob Stoklund Olesen |
2012-12-21 | Remove duplicate includes. | Roman Divacky |
2012-12-21 | Add targets to skip running the GC passes. | Evan Cheng |
2012-12-20 | Require the two-argument MI::addOperand(MF, MO) for dangling instructions. | Jakob Stoklund Olesen |
2012-12-20 | Add an MF argument to MI::copyImplicitOps(). | Jakob Stoklund Olesen |
2012-12-20 | Use two-arg addOperand(MF, MO) internally in MachineInstr when possible. | Jakob Stoklund Olesen |
2012-12-20 | Whitespace and 80-column cleanup. | Eric Christopher |
2012-12-20 | Start splitting out the debug string section handling by moving it | Eric Christopher |
2012-12-20 | Remove two dead functions. | Jakob Stoklund Olesen |
2012-12-20 | Use MachineInstrBuilder for PHI nodes in SelectionDAGISel. | Jakob Stoklund Olesen |
2012-12-20 | Use MachineInstrBuilder in InstrEmitter. | Jakob Stoklund Olesen |
2012-12-20 | Use MachineInstrBuilder in a few CodeGen passes. | Jakob Stoklund Olesen |
2012-12-20 | Do not introduce vector operations in functions marked with noimplicitfloat. | Bob Wilson |
2012-12-19 | Add a missing 'else'. Found by grep '} if' | Dmitri Gribenko |
2012-12-19 | Split out abbreviations for the skeleton info from the rest of | Eric Christopher |
2012-12-19 | Remove the explicit MachineInstrBuilder(MI) constructor. | Jakob Stoklund Olesen |
2012-12-19 | Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT. | Patrik Hagglund |
2012-12-19 | Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'. | Patrik Hagglund |
2012-12-19 | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund |
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::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 | Optimized load + SIGN_EXTEND patterns in the X86 backend. | Elena Demikhovsky |
2012-12-19 | After reducing the size of an operation in the DAG we zero-extend the reduced | Nadav Rotem |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-19 | Remove more of 'else's after 'returns'. No functional change. | Craig Topper |
2012-12-19 | Remove a bunch of 'else's after 'returns' | Craig Topper |
2012-12-19 | Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ... | Craig Topper |
2012-12-18 | Use bidirectional bundle flags to simplify important functions. | Jakob Stoklund Olesen |
2012-12-18 | Verify bundle flag consistency when setting them. | Jakob Stoklund Olesen |
2012-12-18 | Verify bundle flags for consistency in MachineVerifier. | Jakob Stoklund Olesen |
2012-12-18 | Don't allow the automatically updated MI flags to be set directly. | Jakob Stoklund Olesen |
2012-12-18 | Tighten up the splice() API for bundled instructions. | Jakob Stoklund Olesen |