summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* [mips] Update MipsAsmParser so that it's possible to handle immediates that s...Matheus Almeida2014-06-18
* [mips] Implement alias for 'and' and 'or' instructions for all ISAs.Matheus Almeida2014-06-18
* [mips] Remove the last usage of parseRegister from MipsAsmParser.Matheus Almeida2014-06-18
* [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6Daniel Sanders2014-06-16
* [mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6Daniel Sanders2014-06-16
* [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.Daniel Sanders2014-06-16
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-16
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-13
* [mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-13
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-13
* [mips][mips64r6] daddi is not available on MIPS64r6Daniel Sanders2014-06-13
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12
* [mips][mips64r6] Add bgec and bgeuc instructionsZoran Jovanovic2014-06-12
* [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava...Daniel Sanders2014-06-12
* [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d...Daniel Sanders2014-06-12
* [mips] Move CHECK lines to the same line as the instruction it's testingMatheus Almeida2014-06-12
* ARM: honor hex immediate formatting for ldr/str i12 offsets.Jim Grosbach2014-06-11
* llvm-mc: Add option for prefering hex format disassembly.Jim Grosbach2014-06-11
* [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida2014-06-11
* Rearrange the CHECK lines in this test to make failure more obvious.Reid Kleckner2014-06-10
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-10
* [X86] AVX512: Add vmovntdqaAdam Nemet2014-06-10
* Condition codes AL and NV are invalid in the aliases that useArtyom Skrobov2014-06-10
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* [mips] Fix a bug for NaCl target - Don't report the error when non-dangerousSasa Stankovic2014-06-09
* [AArch64] Missing aliases for CMP/CMN [W]SP with no shiftArtyom Skrobov2014-06-09
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-09
* MC: fix text section characteristics for WoASaleem Abdulrasool2014-06-08
* Re-enable ARM ELF testsAlp Toker2014-06-08
* test: move some tests into ARM directorySaleem Abdulrasool2014-06-08
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-08
* Fix typosAlp Toker2014-06-07
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* [mips] Fix triple.Matheus Almeida2014-06-05
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* MachO: move test to ARM directory.Tim Northover2014-05-30
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* Restore getInvertedCondCode() from the phased-out backend, fixing disassembly...Artyom Skrobov2014-05-29
* Add missing check when MatchInstructionImpl() reports failureArtyom Skrobov2014-05-29