summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Make some code a little simpler.Reed Kotler2013-01-28
* [XCore] Add missing l2rus instructions.Richard Osborne2013-01-27
* [XCore] Add missing l2r instructions.Richard Osborne2013-01-27
* [XCore] Add missing 1r instructions.Richard Osborne2013-01-27
* [XCore] Add missing 0r instructions.Richard Osborne2013-01-27
* Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-26
* X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer2013-01-26
* fix use of std::std. it's ordered set.Reed Kotler2013-01-26
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-25
* Remove some introspection functions.Bill Wendling2013-01-25
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-25
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* Add instruction encodings / disassembly support for l4r instructions.Richard Osborne2013-01-25
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-25
* Use the correct format in the STW / SETPSC instruction names.Richard Osborne2013-01-25
* Fix order of operands for crc8_l4rRichard Osborne2013-01-25
* Add instruction encodings / disassembly support for l5r instructions.Richard Osborne2013-01-25
* Fix order of operands for l5r instructions.Richard Osborne2013-01-25
* Use correct mnemonic / instruction name for ldivu.Richard Osborne2013-01-25
* More cleanup of PPC register definitions.Hal Finkel2013-01-25
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-25
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-25
* This patch implements parsing the .wordJack Carter2013-01-25
* [mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka2013-01-25
* Moving Cost Tables up to share with other targetsRenato Golin2013-01-24
* Start cleanup of PPC register definitions using foreach loops.Hal Finkel2013-01-24
* MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-01-24
* The next phase of Mips16 hard float implementation.Reed Kotler2013-01-24
* R600: Add a llvm.R600.store.swizzle intrinsicsTom Stellard2013-01-23
* R600: Simplify stream outputs intrinsicTom Stellard2013-01-23
* Add instruction encodings / disassembly support for l6r instructions.Richard Osborne2013-01-23
* Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...Eli Bendersky2013-01-23
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...Benjamin Kramer2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* R600: rework handling of the constantsTom Stellard2013-01-23
* R600: Add a CONST_ADDRESS node to model constant buf readTom Stellard2013-01-23
* R600: Factorise VTX_WORD0 and VTX_WORD1 in tblgen defTom Stellard2013-01-23
* Add instruction encodings / disassembly support for u10 / lu10 instructions.Richard Osborne2013-01-22
* Fix an issue of pseudo atomic instruction DAG scheduleMichael Liao2013-01-22
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* [mips] Clean up code in MipsTargetLowering::LowerCall. No functional changeAkira Hatanaka2013-01-22
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-22
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Fix some incorrectly named u10 / lu10 instructions.Richard Osborne2013-01-21
* Remove unused multiclass.Richard Osborne2013-01-21