| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Fix FP conditional move instructions to have explicit FP condition code | Akira Hatanaka | 2013-07-26 | 2 | -0/+36 |
* | [mips] Fix FP branch instructions to have explicit FP condition code register | Akira Hatanaka | 2013-07-26 | 4 | -0/+24 |
* | [mips] Print instructions "beq", "bne" and "or" using assembler pseudo | Akira Hatanaka | 2013-07-26 | 3 | -7/+11 |
* | Add test cases for the various instruction alias and Intel syntax fixes that ... | Craig Topper | 2013-07-26 | 3 | -17/+380 |
* | Remove the mblaze backend from llvm. | Rafael Espindola | 2013-07-25 | 25 | -3115/+0 |
* | [SystemZ] Add LOCR and LOCGR | Richard Sandiford | 2013-07-25 | 3 | -0/+184 |
* | [SystemZ] Add LOC and LOCG | Richard Sandiford | 2013-07-25 | 3 | -0/+226 |
* | [SystemZ] Add STOC and STOCG | Richard Sandiford | 2013-07-25 | 3 | -0/+226 |
* | Add not so that these tests pass with pipefail enabled. | Rafael Espindola | 2013-07-23 | 3 | -3/+3 |
* | Don't let x86 asm printer use the no operand movsd alias. It should use the n... | Craig Topper | 2013-07-23 | 3 | -12/+12 |
* | Fix the move to/from accumulator register instructions that use a full 64-bit | Kevin Enderby | 2013-07-22 | 2 | -0/+62 |
* | Recommit r186813: More Intel syntax alias fixes. With the addition of suppres... | Craig Topper | 2013-07-22 | 1 | -15/+15 |
* | [mips] Fix MipsAsmParser::parseCCRRegs. | Akira Hatanaka | 2013-07-22 | 1 | -1/+3 |
* | [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete | Akira Hatanaka | 2013-07-22 | 1 | -0/+2 |
* | This adds range checking for "ldr Rn, [pc, #imm]" Thumb | Mihai Popa | 2013-07-22 | 1 | -2/+19 |
* | [SystemZ] Add tests for ALHSIK and ALGHSIK | Richard Sandiford | 2013-07-19 | 3 | -0/+76 |
* | [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK | Richard Sandiford | 2013-07-19 | 3 | -0/+92 |
* | [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. | Joey Gouly | 2013-07-19 | 4 | -0/+124 |
* | [SystemZ] Add AHIK and AGHIK | Richard Sandiford | 2013-07-19 | 4 | -0/+99 |
* | [SystemZ] Add ARK, AGRK, SRK and SGRK | Richard Sandiford | 2013-07-19 | 3 | -0/+92 |
* | [SystemZ] Add NGRK, OGRK and XGRK | Richard Sandiford | 2013-07-19 | 3 | -0/+69 |
* | [SystemZ] Add NRK, ORK and XRK | Richard Sandiford | 2013-07-19 | 3 | -0/+69 |
* | ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. | Tilmann Scheller | 2013-07-19 | 2 | -0/+10 |
* | [SystemZ] Start adding z196 and zEC12 support | Richard Sandiford | 2013-07-19 | 5 | -2/+251 |
* | ARM: delete two tests now integrated into the larger files | Tim Northover | 2013-07-19 | 2 | -19/+0 |
* | ARM: remove invalid invalid tests | Tim Northover | 2013-07-19 | 2 | -32/+0 |
* | Improve llvm-mc disassembler mode and refactor ARM tests to use it | Tim Northover | 2013-07-19 | 63 | -611/+972 |
* | llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can... | NAKAMURA Takumi | 2013-07-19 | 1 | -3/+2 |
* | test/MC/AsmParser/secure_log_unique.s requires shell | Hans Wennborg | 2013-07-18 | 1 | -0/+1 |
* | Add a test for .secure_log_unique. | Rafael Espindola | 2013-07-18 | 1 | -0/+9 |
* | [ARMv8] Add NEON instructions VCVT{A, N, P, M}. | Joey Gouly | 2013-07-18 | 4 | -0/+144 |
* | Add Thumb tests for the ARMv8 FP instructions that I recently added. | Joey Gouly | 2013-07-18 | 2 | -0/+293 |
* | This patch extends mips register parsing methods to allow indexed register pa... | Vladimir Medic | 2013-07-18 | 1 | -0/+4 |
* | Implement eret and deret(return from exception) instructions for Mips. Test e... | Vladimir Medic | 2013-07-17 | 2 | -10/+28 |
* | Add the tests that I forgot to 'svn add' with my previous commit (r186504). | Joey Gouly | 2013-07-17 | 4 | -0/+40 |
* | ARM: Add support for the Thumb2 PLI alternate literal form. | Tilmann Scheller | 2013-07-16 | 1 | -0/+4 |
* | [SystemZ] Add MC support for R[NOX]SBG | Richard Sandiford | 2013-07-16 | 3 | -0/+171 |
* | [mc-coff] Resolve aliases when emitting COFF relocations | Reid Kleckner | 2013-07-15 | 1 | -0/+106 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
* | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-12 | 1 | -0/+10 |
* | [SystemZ] Allow 8-bit operands to RISBG | Richard Sandiford | 2013-07-11 | 3 | -12/+12 |
* | Put ELF COMDAT relocations into the relevant COMDAT group. | Tim Northover | 2013-07-10 | 2 | -1/+30 |
* | Reverting commit r185999 due to buildboot failure. | Vladimir Medic | 2013-07-10 | 1 | -10/+0 |
* | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-10 | 1 | -2/+12 |
* | [PowerPC] Revert r185476 and fix up TLS variant kinds | Ulrich Weigand | 2013-07-09 | 1 | -4/+4 |
* | Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 2 | -0/+43 |
* | Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. | Joey Gouly | 2013-07-09 | 2 | -0/+34 |
* | [PowerPC] Support ".machine any" | Ulrich Weigand | 2013-07-09 | 1 | -0/+14 |
* | Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. | Joey Gouly | 2013-07-09 | 2 | -0/+87 |
* | [PowerPC] Support .llong and fix .word | Ulrich Weigand | 2013-07-09 | 3 | -1/+57 |