summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Produce deterministic coff files.Rafael Espindola2013-12-04
* [Stackmap] Specify the triple and cpu to fix the unit test.Juergen Ributzka2013-12-04
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-02
* Test case for issue with microMIPS long branch.Zoran Jovanovic2013-11-30
* Revert revision 195965.Zoran Jovanovic2013-11-29
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-29
* [AArch64 NEON]Fix a assertion failure when disassemble SHLL instruction.Kevin Qin2013-11-29
* AArch64: Fix a bug about disassembling post-index load single element to 4 ve...Hao Liu2013-11-28
* Use the same tls section name as msvc.Rafael Espindola2013-11-27
* [AArch64] Add support for NEON scalar floating-point absolute difference.Chad Rosier2013-11-27
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* [AArch64] Add support for NEON scalar floating-point to integer convertChad Rosier2013-11-26
* Use -triple to fix the test on non-ELF hosts.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-25
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-25
* Fixed a bug about disassembling AArch64 post-index load/store single element ...Hao Liu2013-11-25
* Implemented Neon scalar vdup_lane intrinsics.Ana Pazos2013-11-21
* reverts 195057 per requestJack Carter2013-11-19
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-19
* implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...Kevin Qin2013-11-19
* Add predicate for AArch64 crypto instructions.Jiangning Liu2013-11-19
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-18
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* [AArch64 NEON]Add mov alias for simd copy instructions.Kevin Qin2013-11-18
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-15
* Add test case for AArch64 NEON instruction set misc.Kevin Qin2013-11-14
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-14
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-14
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-13
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* ARM: diagnose invalid system LDM/STMTim Northover2013-11-12
* [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalarChad Rosier2013-11-12
* [ARM] Add support for MVFR2 which is new in ARMv8Artyom Skrobov2013-11-11
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-11
* X86: Assembly files with .cfi_cfa_def shouldn't hit llvm_unreachable()Jim Grosbach2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* [ARM] Handling for coprocessor instructions that are undefined starting from ...Artyom Skrobov2013-11-08
* Test for microMIPS trap instructions.Zoran Jovanovic2013-11-08
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-08
* [ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as...Artyom Skrobov2013-11-08
* Support for microMIPS trap instructions 1.Zoran Jovanovic2013-11-07
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-06