Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / lib / CodeGen /
2012-12-30 Hal FinkelSupport ppcf128 in SelectionDAG::getConstantFP
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-30 Bill WendlingRemove Function::getParamAttributes and use the Attribu...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-27 Nadav RotemRefactor DAGCombinerInfo. Change the different booleans...
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-22 Jakob Stoklund OlesenRemove a special case that doesn't seem necessary any...
2012-12-22 Jakob Stoklund OlesenUse getNumOperands() instead of Operands.size().
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Evan ChengAdd targets to skip running the GC passes.
2012-12-20 Jakob Stoklund OlesenRequire the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-20 Jakob Stoklund OlesenRemove two dead functions.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder for PHI nodes in SelectionDAGISel.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in a few CodeGen passes.
2012-12-20 Bob WilsonDo not introduce vector operations in functions marked...
2012-12-19 Dmitri GribenkoAdd a missing 'else'. Found by grep '} if'
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Patrik HagglundSplit the usage of 'EVT PartVT' into 'MVT PartVT' and...
2012-12-19 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-19 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-19 Elena DemikhovskyOptimized load + SIGN_EXTEND patterns in the X86 backend.
2012-12-19 Nadav RotemAfter reducing the size of an operation in the DAG...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-19 Craig TopperRemove more of 'else's after 'returns'. No functional...
2012-12-19 Craig TopperRemove a bunch of 'else's after 'returns'
2012-12-19 Craig TopperTeach SimplifySetCC that comparing AssertZext i1 agains...
2012-12-18 Jakob Stoklund OlesenUse bidirectional bundle flags to simplify important...
2012-12-18 Jakob Stoklund OlesenVerify bundle flag consistency when setting them.
2012-12-18 Jakob Stoklund OlesenVerify bundle flags for consistency in MachineVerifier.
2012-12-18 Jakob Stoklund OlesenDon't allow the automatically updated MI flags to be...
2012-12-18 Jakob Stoklund OlesenTighten up the splice() API for bundled instructions.
2012-12-18 Andrew TrickMISched: add dependence to ExitSU to model live-out...
2012-12-18 Andrew TrickMISched: Cleanup, redundant statement.
2012-12-18 Andrew TrickMISched: Heuristics, compare latency more precisely...
2012-12-18 Andrew TrickMISched: Remove SchedRemainder::IsResourceLimited....
2012-12-18 Andrew TrickMISched: cleanup, use the proper iterator type.
2012-12-18 Andrew TrickMISched: minor improvement, initialize remaining resour...
2012-12-18 Jakob Stoklund OlesenTighten the insert() API for bundled instructions.
2012-12-18 Hal FinkelCheck multiple register classes for inline asm tied...
2012-12-17 Jakob Stoklund OlesenTighten up the erase/remove API for bundled instructions.
2012-12-17 Patrik HagglundRevert/correct some FastISel changes in r170104 (EVT...
2012-12-17 Craig TopperAdd debug prints for when optimizeLoadInstr folds a...
2012-12-16 Dmitri GribenkoDeclare class DwarfDebug before use instead of relying...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-15 Eric ChristopherTo simplify some code move the unit emission into the...
2012-12-15 Eric ChristopherUse begin and end label names from the section for...
2012-12-14 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-13 Jakob Stoklund OlesenUse the new MI bundling API in MachineInstrBundle itself.
2012-12-13 David BlaikieDebug Info: add support to mark member variables as...
2012-12-13 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-13 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-13 Eric ChristopherUse default label name for a section in emitting abbrev...
2012-12-13 Evan ChengFix a bug in DAGCombiner::MatchBSwapHWord. Make sure...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-12 Evan ChengFix a logic bug in inline expansion of memcpy / memset...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Manman RenDAGCombine: clamp hi bit in APInt::getBitsSet to avoid...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Eric ChristopherUpdate some comments.
2012-12-11 Joel JonesAdd comment for load folding
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-11 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-11 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-11 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 Chandler CarruthFix a miscompile in the DAG combiner. Previously, we...
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
next