Remove AttrBuilder::Raw().
[oota-llvm.git] / lib / Target /
2013-02-01 Bill SchmidtAdd notes about future PowerPC features
2013-02-01 Bill SchmidtLLVM enablement for some older PowerPC CPUs
2013-02-01 David SehrTwo changes relevant to LEA and x32:
2013-02-01 Jyotsna VermaReplace LDriu*[bhdw]_indexed_V4 instructions with ...
2013-02-01 Jyotsna VermaAdd appropriate TSFlags to the instructions that must...
2013-02-01 Tim NorthoverRemove currently unused register decoder from AArch64.
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 NAKAMURA TakumiUpdate AMDGPURegisterInfo::eliminateFrameIndex() corres...
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Tom StellardR600: Consider bitcast when folding const_address node.
2013-01-31 Tom StellardR600: Make store_dummy intrinsic more general by passin...
2013-01-31 Chad RosierRemove unused variable, which should have been removed...
2013-01-31 Tim NorthoverUpdate AArch64 backend to changed eliminateFrameIndex...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Eric ChristopherWhitespace.
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Evan ChengRestrict sin/cos optimization to 64-bit only for now...
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Logan ChienOverride virtual function for ARM EH directives.
2013-01-30 David BlaikieRemoving initializer for the field removed in r173887
2013-01-30 David BlaikieRemove unused variable (introduced in r173884) to clear...
2013-01-30 Jack CarterForgot to add new file to CMakeLists
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Jyotsna VermaUse multiclass for post-increment store instructions.
2013-01-29 Jyotsna VermaAdd constant extender support for MInst type instructions.
2013-01-29 Evan ChengRemove dead code.
2013-01-29 NAKAMURA TakumiR600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair...
2013-01-29 Hans WennborgFix typo in X86BaseInfo.h that I introduced in r157818.
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-29 Hal FinkelAdd isBGQ method to PPCSubtarget
2013-01-28 Craig TopperFix 256-bit PALIGNR comment decoding to understand...
2013-01-28 Craig TopperAdd missing break in 256-bit palignr comment printing...
2013-01-28 Craig TopperFix inconsistent usage of PALIGN and PALIGNR when refer...
2013-01-28 Craig TopperRemove addToNoHelperNeeded function that was left unuse...
2013-01-28 Reed KotlerMake some code a little simpler.
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-27 Bill WendlingConvert the CPP backend to use the AttributeSet instead...
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Reed Kotlerfix use of std::std. it's ordered set.
2013-01-25 Dmitri GribenkoRemove unused variables, silences -Wunused-variable
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-25 Richard OsborneUse the correct format in the STW / SETPSC instruction...
2013-01-25 Richard OsborneFix order of operands for crc8_l4r
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Richard OsborneFix order of operands for l5r instructions.
2013-01-25 Richard OsborneUse correct mnemonic / instruction name for ldivu.
2013-01-25 Hal FinkelMore cleanup of PPC register definitions.
2013-01-25 Silviu BarangaFixed the condition codes for the atomic64 min/umin...
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Jack CarterThis patch implements parsing the .word
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-24 Renato GolinMoving Cost Tables up to share with other targets
2013-01-24 Hal FinkelStart cleanup of PPC register definitions using foreach...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fill unreachable paths to fix...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fix a warning, take two. [-Wunuse...
2013-01-24 NAKAMURA TakumiMipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-23 Tom StellardR600: Add a llvm.R600.store.swizzle intrinsics
2013-01-23 Tom StellardR600: Simplify stream outputs intrinsic
2013-01-23 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-23 Eli BenderskyFix powerpc test failure - forgot to initialize stack...
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-23 Benjamin KramerNVPTX: Stop leaking memory by using a managed constant...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-23 Tom StellardR600: rework handling of the constants
2013-01-23 Tom StellardR600: Add a CONST_ADDRESS node to model constant buf...
2013-01-23 Tom StellardR600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen def
2013-01-22 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-22 Akira Hatanaka[mips] Clean up code in MipsTargetLowering::LowerCall...
2013-01-22 Benjamin KramerX86: Make sure we account for the FMA4 register immedia...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-21 Richard OsborneFix some incorrectly named u10 / lu10 instructions.
2013-01-21 Richard OsborneRemove unused multiclass.
2013-01-21 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneAdd instruction encoding / disassembly support for...
2013-01-21 Richard OsborneUse correct format for the LDAWCP instruction (u6).
2013-01-21 Tom StellardR600/SI: Use unnormalized coordinates for sampling...
next