aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-262-0/+36
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-264-0/+24
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-263-7/+11
* Add test cases for the various instruction alias and Intel syntax fixes that ...Craig Topper2013-07-263-17/+380
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-2525-3115/+0
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-253-0/+184
* [SystemZ] Add LOC and LOCGRichard Sandiford2013-07-253-0/+226
* [SystemZ] Add STOC and STOCGRichard Sandiford2013-07-253-0/+226
* Add not so that these tests pass with pipefail enabled.Rafael Espindola2013-07-233-3/+3
* Don't let x86 asm printer use the no operand movsd alias. It should use the n...Craig Topper2013-07-233-12/+12
* Fix the move to/from accumulator register instructions that use a full 64-bitKevin Enderby2013-07-222-0/+62
* Recommit r186813: More Intel syntax alias fixes. With the addition of suppres...Craig Topper2013-07-221-15/+15
* [mips] Fix MipsAsmParser::parseCCRRegs.Akira Hatanaka2013-07-221-1/+3
* [mips] Use ADDu instead of OR to copy general purpose registers. Also, deleteAkira Hatanaka2013-07-221-0/+2
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-221-2/+19
* [SystemZ] Add tests for ALHSIK and ALGHSIKRichard Sandiford2013-07-193-0/+76
* [SystemZ] Add ALRK, AGLRK, SLRK and SGLRKRichard Sandiford2013-07-193-0/+92
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-194-0/+124
* [SystemZ] Add AHIK and AGHIKRichard Sandiford2013-07-194-0/+99
* [SystemZ] Add ARK, AGRK, SRK and SGRKRichard Sandiford2013-07-193-0/+92
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-193-0/+69
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-193-0/+69
* ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form.Tilmann Scheller2013-07-192-0/+10
* [SystemZ] Start adding z196 and zEC12 supportRichard Sandiford2013-07-195-2/+251
* ARM: delete two tests now integrated into the larger filesTim Northover2013-07-192-19/+0
* ARM: remove invalid invalid testsTim Northover2013-07-192-32/+0
* Improve llvm-mc disassembler mode and refactor ARM tests to use itTim Northover2013-07-1963-611/+972
* llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can...NAKAMURA Takumi2013-07-191-3/+2
* test/MC/AsmParser/secure_log_unique.s requires shellHans Wennborg2013-07-181-0/+1
* Add a test for .secure_log_unique.Rafael Espindola2013-07-181-0/+9
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-184-0/+144
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-182-0/+293
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-181-0/+4
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-172-10/+28
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-174-0/+40
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-161-0/+4
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-163-0/+171
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-151-0/+106
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-131-1/+1
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-121-0/+10
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-113-12/+12
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-102-1/+30
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-101-10/+0
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-101-2/+12
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-4/+4
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-092-0/+43
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-092-0/+34
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+14
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-092-0/+87
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-093-1/+57