aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Improve build attributes emission.Amara Emerson2013-10-071-3/+4
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-074-0/+164
* [ARMv8] Add some disassembly tests for Thumb sevl/sevl.wJoey Gouly2013-10-071-0/+5
* ARM: allow cortex-m0 to use hint instructionsTim Northover2013-10-073-12/+37
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-072-0/+12
* Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper2013-10-071-0/+56
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-072-1/+49
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-055-40/+43
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-052-0/+264
* reverting per requestJack Carter2013-10-041-6/+1
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-1/+6
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-042-0/+1030
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-032-14/+9762
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-032-1/+73
* Add test I forgot to git add in r191824.Rafael Espindola2013-10-021-0/+17
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-014-0/+130
* [SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford2013-10-014-0/+80
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-014-0/+45
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-019-27/+29
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-014-0/+130
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-014-0/+130
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-014-0/+130
* [SystemZ] Reapply: Add definitions of LFH and STFHRichard Sandiford2013-10-014-0/+130
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-011-0/+4
* [ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2013-09-302-12/+12
* [mips][msa] Direct Object Emission for I8 instructions.Jack Carter2013-09-301-0/+36
* [mips][msa] Direct Object Emission for I5 instructions.Jack Carter2013-09-301-0/+138
* [mips][msa] Direct Object Emission for 2R instructions.Jack Carter2013-09-301-0/+36
* [PATCH 1/4] [mips][msa] Source register of FILL instructions is GPRJack Carter2013-09-301-0/+15
* [ARM] Use FileCheck instead of grep for ARM LDRD negative tests.Tilmann Scheller2013-09-301-19/+42
* [ARM] Assembler: ARM LDRD with writeback requires the base register to be dif...Tilmann Scheller2013-09-301-0/+6
* [ARM] Assembler: Add more negative tests for ARM LDRD.Tilmann Scheller2013-09-301-0/+8
* [SystemZ] Revert r191661: Add definitions of LFH and STFHRichard Sandiford2013-09-304-130/+0
* [SystemZ] Add definitions of LFH and STFHRichard Sandiford2013-09-304-0/+130
* Add a few more FMA4 disassembler test cases to match the scalar set with rega...Craig Topper2013-09-301-0/+12
* Various x86 disassembler fixes.Craig Topper2013-09-301-0/+36
* Revert accidental commit.Craig Topper2013-09-291-1/+41
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-291-41/+1
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-281-2/+2
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-271-0/+196
* ARM: Teach assembler to enforce constraints for ARM LDRD destination register...Tilmann Scheller2013-09-272-20/+40
* ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate...Tilmann Scheller2013-09-271-0/+9
* Fixing Intel format of the vshufpd instruction.Yunzhong Gao2013-09-272-0/+5
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-261-0/+1
* [mips][msa] Direct Object Emission for 3RF instructions.Jack Carter2013-09-261-0/+252
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-262-0/+66
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-1/+4
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-261-4/+8
* [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-261-0/+720
* [mips][msa] Direct Object Emission for 2RF instructions.Jack Carter2013-09-251-0/+90