ARM: implement support for the UDF mnemonic
[oota-llvm.git] / test / MC /
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups (checked...
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-13 Kevin Qin[ARM64] Fix the misleading diagnostic on bad extend...
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Matheus Almeida[mips] Move disassembler test (test_2r_msa64) into...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_vec) into...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_i*, test_...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_elm*...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_lsa,...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_ctrlregs...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_bit) into...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_2r, test_...
2014-05-12 Daniel SandersRevert: r208582 - [mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add d?div, d?mod, d?divu, d?modu
2014-05-12 Daniel Sanders[mips][mips64r6] Added mul/mulu/muh/muhu
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS32 and teste...
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Fold FeatureBitCount into FeatureMips32 and...
2014-05-12 Daniel Sanders[mips] Fold FeatureSwap into FeatureMips32r2 and Featur...
2014-05-12 Bradley Smith[ARM64] Add proper bounds checking/diagnostics to logic...
2014-05-12 Bradley Smith[ARM64] Correct more bounds checks/diagnostics for...
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-IV and...
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-III and...
2014-05-09 Daniel Sanders[mips] Added missing daddu test to the valid instructio...
2014-05-09 Daniel Sanders[mips] Added missing dsra -> dsrav and sra -> srav...
2014-05-08 Daniel Sanders[mips] Correct tests that are meant to test valid assem...
2014-05-08 Daniel Sanders[mips] Implement l[wd]c3, and s[wd]c3.
2014-05-08 Daniel Sanders[mips] Marked up instructions added in MIPS-II and...
2014-05-08 Daniel Sanders[mips] Implement tlbp, tlbr, tlbwi, and tlbwr
2014-05-08 Saleem Abdulrasooltest: fix silly typo
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-07 Daniel Sanders[mips] Add highly experimental support for MIPS-I,...
2014-05-07 Tim NorthoverAArch64/ARM64: disable test directory if ARM64 not...
2014-05-06 Tim NorthoverAArch64/ARM64: implement diagnosis of unpredictable...
2014-05-06 Tim NorthoverAArch64/ARM64: add two more MC tests to ARM64 set.
2014-05-06 Tim NorthoverAArch64/ARM64: enable MC-level diagnostic tests for...
2014-05-06 Tim NorthoverAArch64/ARM64: make NEON vector list parsing a bit...
2014-05-06 Tim NorthoverAArch64/ARM64: produce more informative diagnostic...
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-05 Joerg SonnenbergerFix spelling.
2014-05-05 Rafael EspindolaMove test to the ARM64 directory.
2014-05-05 Rafael EspindolaConvert a CodeGen test into a MC test.
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-05-01 Tim NorthoverAArch64/ARM64: rewrite test to use FileCheck & add...
2014-05-01 Tim NorthoverAArch64/ARM64: port basic disassembly tests to ARM64.
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 Daniel Sanders[mips] Removed two-operand alias for sllv, sr[al]v...
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-05-01 Rafael EspindolaStart fixing pr19147.
2014-04-30 James MolloyMove a testcase from ELF to ARM64, incorrectly placed...
2014-04-30 James MolloyAdd a testcase for r207627.
2014-04-30 Matheus Almeida[mips] Add instruction alias (negu).
2014-04-30 Matheus Almeida[mips] Add instruction alias (sltu).
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 Matheus Almeida[mips] Add instruction alias (dsll and dsrl).
2014-04-30 Rafael EspindolaRelax the test a bit.
2014-04-30 Rafael EspindolaRename the test, it is testing the symver directive.
2014-04-30 Matheus Almeida[mips] Add instruction alias (sll and srl).
2014-04-30 Matheus Almeida[mips] Update tests with encoding information for slt...
2014-04-30 Tim NorthoverARM64: enable AArch64's basic-a64-instructions test
2014-04-30 Tim NorthoverARM64: print lsr instead of lsrv for variable shifts...
2014-04-30 Tim NorthoverARM64: use 32-bit operations for uxtb & uxth
2014-04-30 Tim NorthoverAArch64/ARM64: copy support for bCC instead of b.CC...
2014-04-30 Tim NorthoverAArch64/ARM64: use HS instead of CS & LO instead of CC.
2014-04-30 Tim NorthoverARM64: accept ELF-relocated load/store insts without...
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-30 Tim NorthoverARM64: use hex immediates for movz/movk instructions
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaList the entire symbol table in this test.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Saleem AbdulrasoolMC: duplicate .file test for WoA (SVN r207341)
2014-04-27 Saleem AbdulrasoolCOFF: move ARM COFF test to ARM directory
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
next