summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU/SI: Assembler: Unify parsing/printing of operands.Nikolay Haustov2016-04-291-34/+34
* This reverts commit r265505.Kit Barton2016-04-281-44/+0
* [AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names of hardware regis...Artem Tamazov2016-04-271-3/+9
* [mips][microMIPS] Add CodeGen support for SUBU16, SUB, SUBU, DSUB and DSUBU i...Zlatko Buljan2016-04-271-0/+6
* [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, SLLV, SRA, SRAV,...Zlatko Buljan2016-04-272-0/+11
* [mips][microMIPS] Revert commit r267137Hrvoje Varga2016-04-251-4/+0
* [mips][microMIPS] Revert commit r266977Zlatko Buljan2016-04-254-24/+0
* [AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.Artem Tamazov2016-04-251-5/+5
* [mips][microMIPS] Revert commit r266861.Zoran Jovanovic2016-04-221-6/+0
* [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructionsHrvoje Varga2016-04-221-0/+4
* [mips][microMIPS] Implement DVP, EVP and JALRC.HB instructionsZlatko Buljan2016-04-222-0/+12
* [mips][microMIPS] Implement ldpc instructionZoran Jovanovic2016-04-211-0/+1
* [mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructionsZlatko Buljan2016-04-212-0/+8
* [mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV and SYSCALL instructio...Zlatko Buljan2016-04-214-0/+24
* [mips][microMIPS] Implement BGEC, BGEUC, BLTC, BLTUC, BEQC and BNEC instructionsZoran Jovanovic2016-04-201-0/+6
* [mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-04-201-0/+6
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
* [AMDGPU][llvm-mc] s_setreg* - Fix order of operandsArtem Tamazov2016-04-181-2/+2
* Summary:Simon Dardis2016-04-144-0/+8
* [PowerPC] Basic support for P9 byte comparison and count trailing zero insnsNemanja Ivanovic2016-04-131-0/+18
* [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan2016-04-131-4/+4
* Revert "[mips] MIPSR6 Compact branch aliases"Simon Dardis2016-04-124-8/+0
* [mips] MIPSR6 Compact branch aliasesSimon Dardis2016-04-124-0/+8
* [SystemZ] Add SVC instructionUlrich Weigand2016-04-111-0/+12
* [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru...Zlatko Buljan2016-04-081-0/+22
* [AMDGPU] Add some VI disassembler tests missing from previous autogeneration ...Valery Pykhtin2016-04-081-0/+66
* [AMDGPU] fix readlane/readfirstlane src vgpr operand type.Valery Pykhtin2016-04-072-2/+5
* [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu...Chuang-Yu Cheng2016-04-061-0/+44
* [Power9] Implement copy-paste, msgsync, slb, and stop instructionsChuang-Yu Cheng2016-04-061-0/+21
* [SystemZ] Add compare-and-branch instructions to MCUlrich Weigand2016-04-041-0/+552
* [mips][microMIPS] Revert commits r264245 and r264248.Zoran Jovanovic2016-04-021-4/+4
* [AMDGPU] fix MADAK/MADMK instructions operand namings to match encoding fields.Valery Pykhtin2016-04-011-8/+8
* [PPC] basic support for Power 9 direct move instructionsEhsan Amiri2016-03-311-0/+9
* [AMDGPU] enable few disassembler tests that were mistakenly marked as FIXME.Valery Pykhtin2016-03-311-8/+8
* [PowerPC] Basic support for P9 atomic loads and storesNemanja Ivanovic2016-03-312-0/+19
* [AMDGPU] Disassembler: support for DPPSam Kolton2016-03-311-0/+89
* [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructionsZlatko Buljan2016-03-312-0/+12
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-282-0/+765
* [Power9] Implement new altivec instructions: bcd* seriesChuang-Yu Cheng2016-03-281-0/+39
* [Power9] Implement new vsx instructions: insert, extract, test data class, mi...Chuang-Yu Cheng2016-03-281-0/+93
* [Power9] Implement new vsx instructions: quad-precision move, fp-arithmeticChuang-Yu Cheng2016-03-281-0/+66
* [Power9] Implement new altivec instructions: permute, count zero, extend sign...Chuang-Yu Cheng2016-03-261-0/+85
* [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan2016-03-241-4/+4
* [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructionsHrvoje Varga2016-03-242-0/+25
* [AMDGPU] Fix missing assembler predicates.Valery Pykhtin2016-03-231-0/+236
* [AMDGPU] add VI disassembler tests. NFC.Valery Pykhtin2016-03-1713-3/+1700
* [AMDGPU] Fix VOPC instruction operand namingsValery Pykhtin2016-03-111-0/+25
* [AMDGPU] Fix SMEM instructions encoding/operand namingsValery Pykhtin2016-03-101-0/+40
* This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst2016-03-092-2/+218
* [Power9] Implement new vsx instructions: load, store instructions for vector ...Kit Barton2016-03-081-0/+75
OpenPOWER on IntegriCloud