summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-22
* Revert "More Intel syntax alias fixes."Tim Northover2013-07-22
* Fix typo. Change %cl to CL in Intel pattern.Craig Topper2013-07-22
* More Intel syntax alias fixes.Craig Topper2013-07-22
* More Intel syntax alias fixes.Craig Topper2013-07-22
* Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.Craig Topper2013-07-22
* Add Intel variants to aliases for some FP instructions.Craig Topper2013-07-22
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-22
* Reverse operands for Intel syntax form of 'bt' alias.Craig Topper2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...Craig Topper2013-07-21
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-19
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-19
* R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...Vincent Lejeune2013-07-19
* R600: Replace legacy debug code in AMDILCFGStructurizer.cppVincent Lejeune2013-07-19
* Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-19
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-19
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-19
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-19
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-19
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-19
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-19
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-19
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-19
* [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.Akira Hatanaka2013-07-19
* ARM: Make sure the instruction alias for PLI uses the right subtarget features.Tilmann Scheller2013-07-18
* R600/SI: Fix crash with VSELECTTom Stellard2013-07-18
* R600/SI: Add support for v2f32 loadsTom Stellard2013-07-18
* R600/SI: Add support for v2f32 storesTom Stellard2013-07-18
* R600: Expand VSELECT for all typesTom Stellard2013-07-18
* Change 'n' to 'N' to keep consistent with other instructions.Joey Gouly2013-07-18
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-18
* [SystemZ] Use RNSBGRichard Sandiford2013-07-18
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-18
* [SystemZ] Generalize RxSBG SRA caseRichard Sandiford2013-07-18
* [SystemZ] Use RXSBGRichard Sandiford2013-07-18
* [SystemZ] Rename and formatting fixesRichard Sandiford2013-07-18
* Remove the extra leading 0 from VMAXNMND.Joey Gouly2013-07-18
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-18
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2013-07-18
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-18
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-17
* Silencing an MSVC warning about signed vs unsigned comparison mismatches.Aaron Ballman2013-07-17
* [mips] Use "foreach" loop to make register definitions more concise.Akira Hatanaka2013-07-17
* This patch checks for valid mnemonics at the beginning of parseInstruction me...Vladimir Medic2013-07-17
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-17
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-17
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-17
* Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled.Craig Topper2013-07-17