aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
...
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-061-0/+1
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-063-0/+626
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-063-0/+63
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-051-1/+31
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-052-0/+148
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-053-1/+517
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-044-0/+182
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-313-0/+76
* [AArch64] Add diagnostic tests for NEON scalar shift immediate instructions (...Chad Rosier2013-10-311-0/+295
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-313-12/+360
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-318-8/+8
* This commit adds some (but not all) of the x86-64 relocations that are notTom Roeder2013-10-301-6/+10
* [ARM] NEON instructions were erroneously decoded from certain invalid encodingsArtyom Skrobov2013-10-301-0/+8
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-303-0/+323
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-295-0/+113
* Test cleanup for v8 instructionsBernard Ogden2013-10-293-7/+38
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-292-12/+26
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-0/+47
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+44
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+61
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+56
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+41
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+209
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+59
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-0/+33
* Return early from getUnconditionalBranchTargetOpValue if the branch target isLang Hames2013-10-281-2/+2
* Convert a llc -filetype=obj test into a llvm-mc test.Rafael Espindola2013-10-281-0/+98
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-284-0/+134
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-1/+1
* ARM: tweak test to pass on all platformsTim Northover2013-10-251-1/+3
* ARM: Mark double-precision instructions as suchTim Northover2013-10-242-0/+200
* ARM: add a couple more NEON predicates.Tim Northover2013-10-241-1/+12
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-242-0/+24
* Added tests for microMIPS relocations 1.Zoran Jovanovic2013-10-243-0/+191
* ARM: fix assert on unpredictable POP instruction.Tim Northover2013-10-242-5/+7
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-231-0/+9
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-235-4/+34
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-221-0/+41
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-223-0/+39
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-221-0/+78
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-0/+30
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-211-0/+19
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-211-0/+3
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-0/+105
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-211-0/+12
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-211-12/+12
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-201-6/+19
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-183-0/+57
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-183-13/+25
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-183-0/+125