summaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* [mips] Add definition of instruction "drotr32" (double rotate right plus 32).Akira Hatanaka2013-09-071-1/+5
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-061-2/+2
* This patch adds support for microMIPS Multiply and Add/Sub instructions. Test...Vladimir Medic2013-09-063-0/+50
* This patch adds support for microMIPS Move to/from HI/LO instructions. Test c...Vladimir Medic2013-09-062-0/+24
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-063-0/+50
* This patch adds support for microMIPS disassembler and disassembler make chec...Vladimir Medic2013-09-062-0/+298
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-051-0/+38
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-053-3/+3
* [ARMv8] Add some missing tests for DSB/DMB.Joey Gouly2013-09-053-3/+57
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-051-1/+36
* Add AArch32 DCPS{1,2,3} and HLT instructions.Richard Barton2013-09-056-0/+119
* [SystemZ] Add NC, OC and XCRichard Sandiford2013-09-053-0/+318
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-043-3/+1552
* Fixed a bug where diassembling an instruction that had a prefix would cause L...Richard Mitton2013-08-301-0/+59
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-0/+5
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-281-0/+5
* [ARMv8]Joey Gouly2013-08-282-0/+30
* [SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford2013-08-283-0/+120
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-288-2/+90
* [ms-inline asm] Support offsets after segment registersDavid Majnemer2013-08-271-0/+6
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-272-0/+7
* [ARMv8] Add MC support for the new load/store acquire/release instructions.Joey Gouly2013-08-274-0/+131
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-272-3/+108
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-271-2/+0
* This patch implements trap instructions for mips. The test cases are added.Vladimir Medic2013-08-261-2/+58
* First round of fixes for the x86 fixes for the x86 move accumulator from/to m...Craig Topper2013-08-253-4/+70
* [SystemZ] Add basic prefetch supportRichard Sandiford2013-08-234-0/+155
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-221-0/+16
* Make "mov" work for all Thumb2 MOV encodingsMihai Popa2013-08-211-1/+16
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-211-0/+16
* [SystemZ] Add FI[EDX]BRARichard Sandiford2013-08-214-0/+159
* [micromips] Print instruction alias "not" if the last operand of a nor is zero.Akira Hatanaka2013-08-211-2/+2
* [mips] Guard micromips instructions with predicate InMicroMips. Also, fixAkira Hatanaka2013-08-201-2/+2
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-191-0/+1
* Thumb2 add immediate alias for SPMihai Popa2013-08-191-0/+2
* [SystemZ] Add negative integer absolute (load negative)Richard Sandiford2013-08-192-0/+66
* [SystemZ] Add integer absolute (load positive)Richard Sandiford2013-08-192-0/+66
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-2/+4
* Add support for Thumb2 literal loads with negative zero offsetMihai Popa2013-08-161-0/+12
* Fix Thumb2 aliasing complementary instructions taking modified immediatesMihai Popa2013-08-161-1/+8
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-162-0/+22
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-162-0/+22
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-162-0/+22
* This patch implements wait instruction for mips. Examples are added in test f...Vladimir Medic2013-08-161-0/+4
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-1619-38/+0
* This fixes three issues related to Thumb literal loads:Mihai Popa2013-08-152-6/+21
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-154-0/+161
* Add test-case for hex floating-literalsTim Northover2013-08-141-0/+3
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-1/+36
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-141-0/+14