summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Method parseSetAssignment treats every operand with '$' sign as register and ...Vladimir Medic2013-12-09
* Integrated assembler incorrectly lexes ARM-style commentsDavid Peixotto2013-12-06
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.NAKAMURA Takumi2013-12-05
* [mc] Fix ELF st_other flag.Logan Chien2013-12-05
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-04
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* 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