summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
...
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-20
* ARM IAS: add support for the .pool directiveSaleem Abdulrasool2013-12-20
* Un-revert: the buildbot failure in LLVM on lld-x86_64-win7 had me withKevin Enderby2013-12-19
* Revert my change to the X86 assembler for intel syntax to work withKevin Enderby2013-12-19
* Changed the X86 assembler for intel syntax to work with directional labels.Kevin Enderby2013-12-19
* Implement the .ltorg directive for ARM assemblyDavid Peixotto2013-12-19
* Implement the ldr-pseudo opcode for ARM assemblyDavid Peixotto2013-12-19
* Support for microMIPS control instructions.Zoran Jovanovic2013-12-19
* Add a disassembler to the PowerPC backendHal Finkel2013-12-19
* Support for microMIPS LL and SC instructions.Zoran Jovanovic2013-12-19
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [mips][msa] Update format of RUN lines for every MSA MC test.Matheus Almeida2013-12-18
* [mips][msa] Remove unneeded triple directive in MSA MC tests.Matheus Almeida2013-12-18
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-18
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-17
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-17
* Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kindsKevin Enderby2013-12-13
* Grow the stackmap/patchpoint format to hold 64-bit IDs.Andrew Trick2013-12-13
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-13
* [arm] Pass -triple to llvm-mc for ARM ELF test cases.Logan Chien2013-12-11
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* 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