aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2017-10-03Fix expectations in MC wasm init-fini-array testReid Kleckner
2017-10-03[ARM] Use table-gen'd assembly operand diags in ARM asm parserOliver Stannard
2017-10-03[ARM, Asm] Use correct source location for register tokensOliver Stannard
2017-10-03[WebAssembly] MC: Support for init_array and fini_arraySam Clegg
2017-10-03[ARM] Use new assembler diags for ARMOliver Stannard
2017-10-02[X86] Run dos2unix on two disassembler tests.Craig Topper
2017-10-02CodeView symbol dumper: use symbolic names for registersHans Wennborg
2017-10-02[AsmParser] Support GAS's .print directiveCoby Tayree
2017-10-01[X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMemCraig Topper
2017-09-29[WebAssembly] Allow each data segment to specify its own alignmentSam Clegg
2017-09-29AMDGPU: fix bad test exposed by r314522Nicolai Haehnle
2017-09-29[ARM] v8.3-a complex number supportSam Parker
2017-09-29[mips] Add test cases for dext/dins family of instructionsAleksandar Beserminji
2017-09-28[mips] Remove codegen support for branch likely instructions.Simon Dardis
2017-09-28[x86][AsmParser] Allow some more MS size directivesCoby Tayree
2017-09-28[RISCV] Add common fixups and relocationsAlex Bradbury
2017-09-28bpf: add new insns for bswap_to_le and negationYonghong Song
2017-09-27[X86][AsmParser] fix PR32035Coby Tayree
2017-09-26[WebAssembly] Model weakly defined symbols as wasm exportsSam Clegg
2017-09-26[mips] Use llvm-dwarfdump to simplify the test. NFCSimon Atanasyan
2017-09-25[X86] [ASM INTEL SYNTAX] fix for incorrect assembler code generation when x86...Konstantin Belochapka
2017-09-22[X86] [MC] fixed non optimal encoding of instruction memory operand (PR24038).Konstantin Belochapka
2017-09-22[ARM] Fix assembly and disassembly for VMRS/VMSRAndre Vieira
2017-09-22bpf: initial 32-bit ALU encoding support in assemblerYonghong Song
2017-09-21[dwarfdump] Add verbose output for .debug-line sectionJonas Devlieghere
2017-09-21[mips] Implement generation of relocations "chains" used by N32 ABISimon Atanasyan
2017-09-21[mips] Fix relocation record format and ELF header for N32 ABISimon Atanasyan
2017-09-20[WebAssembly] Weak symbols should be defined in SF_GlobalSam Clegg
2017-09-20[WebAssembly] Add support for local symbol bindingsSam Clegg
2017-09-20[mips] Fix calculation of a branch instruction offset to escape left shift of...Simon Atanasyan
2017-09-20AMDGPU: Fix encoding of op_sel for mad_mix* opcodesMatt Arsenault
2017-09-20Reland "[WebAssembly] Add support for naming wasm data segments"Sam Clegg
2017-09-20[mips] Add a valid test case to check the reason of the recent build-bot fail...Simon Atanasyan
2017-09-20'into' instruction should not be decoded as a valid instr in 64-bit modeAndrew V. Tischenko
2017-09-20Reverting due to Green Dragon bot failure.Mike Edwards
2017-09-19[WebAssembly] Add support for naming wasm data segmentsSam Clegg
2017-09-19[ARM] Relax 'cpsie'/'cpsid' flag parsing.Jonathan Roelofs
2017-09-19Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner
2017-09-19[Power9] Add missing Power9 instructions.Tony Jiang
2017-09-18[AArch64] Add V8_2aOps feature to Cortex-A55 and 75Sam Parker
2017-09-18[ARM] Fix for indexed dot product instruction descriptionsSjoerd Meijer
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere
2017-09-17[RISCV] Add support for disassemblyAlex Bradbury
2017-09-17[RISCV] Add support for all RV32I instructionsAlex Bradbury
2017-09-16Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann
2017-09-15[WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg
2017-09-15[WebAssembly] MC: Fix crash in getProvitionalValue on weak referencesSam Clegg
2017-09-15Fix Bug 30978 by emitting cv file checksums.Eric Beckmann
2017-09-14[WebAssembly] Use a separate wasm data segment for each global symbolSam Clegg
2017-09-14[bpf] Fix test to always use little endian.Simon Dardis