aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-01-25Add instruction encodings / disassembly support for l4r instructions.Richard Osborne
2013-01-25Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling
2013-01-25Use the correct format in the STW / SETPSC instruction names.Richard Osborne
2013-01-25Fix order of operands for crc8_l4rRichard Osborne
2013-01-25Add instruction encodings / disassembly support for l5r instructions.Richard Osborne
2013-01-25Fix order of operands for l5r instructions.Richard Osborne
2013-01-25Use correct mnemonic / instruction name for ldivu.Richard Osborne
2013-01-25More cleanup of PPC register definitions.Hal Finkel
2013-01-25Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga
2013-01-25MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick
2013-01-25This patch implements parsing the .wordJack Carter
2013-01-25[mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka
2013-01-24Moving Cost Tables up to share with other targetsRenato Golin
2013-01-24Start cleanup of PPC register definitions using foreach loops.Hal Finkel
2013-01-24[MIPS] Skip masking loads and stores via thread pointer.Petar Jovanovic
2013-01-24MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi
2013-01-24MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi
2013-01-24MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-24The next phase of Mips16 hard float implementation.Reed Kotler
2013-01-23R600: Add a llvm.R600.store.swizzle intrinsicsTom Stellard
2013-01-23R600: Simplify stream outputs intrinsicTom Stellard
2013-01-23Add instruction encodings / disassembly support for l6r instructions.Richard Osborne
2013-01-23Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky
2013-01-23NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling
2013-01-23R600: rework handling of the constantsTom Stellard
2013-01-23R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard
2013-01-23R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard
2013-01-22Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne
2013-01-22Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao
2013-01-22[mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka
2013-01-22[mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka
2013-01-22X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer
2013-01-22Initial patch for x32 ABI support.Eli Bendersky
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-21Fix some incorrectly named u10 / lu10 instructions.Richard Osborne
2013-01-21Remove unused multiclass.Richard Osborne
2013-01-21Add instruction encodings / disassembly support for u6 / lu6 instructions.Richard Osborne
2013-01-21Add instruction encoding / disassembly support for ru6 / lru6 instructions.Richard Osborne
2013-01-21Use correct format for the LDAWCP instruction (u6).Richard Osborne
2013-01-21R600/SI: Use unnormalized coordinates for sampling with the RECT target.Tom Stellard
2013-01-21R600/SI: Take target parameter for sample intrinsics.Tom Stellard
2013-01-21R600/SI: Derive all sample intrinsics from a single class.Tom Stellard
2013-01-21R600/SILowerControlFlow.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-21Use <0 checks in place of ==-1 because it results in simpler code.Craig Topper
2013-01-21Use MVT instead of EVT in LowerVECTOR_SHUFFLEtoBlend.Craig Topper
2013-01-21Remove trailing whitespace.Craig Topper
2013-01-21Fix some 80 column violations.Craig Topper
2013-01-21Make helper method static.Craig Topper