summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/msa
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [mips] Use llvm-mc -triple option instead of combination of arch,target-abi,m...Simon Atanasyan2018-12-121-5/+6
* [AArch64][SVE] Re-submit patch series for ZIP1/ZIP2Sander de Smalen2017-12-201-6/+6
* Revert "[AArch64][SVE] Asm" changes, they broke libjpeg_turboReid Kleckner2017-12-181-6/+6
* [TableGen][AsmMatcherEmitter] Only choose specific diagnostic for enabled ins...Sander de Smalen2017-12-181-6/+6
* [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]Daniel Sanders2016-03-312-50/+39
* [mips] Range check vsplat_simm5 and vsplat_simm10Daniel Sanders2016-03-241-208/+256
* [mips] Range check vsplat_uimm[1234568].Daniel Sanders2016-03-221-24/+158
* [mips] Range check uimm4_ptr, remove uimm6_ptr, and use correctly sized immed...Daniel Sanders2016-03-221-0/+22
* [mips][ias] Range check uimm8 operandsDaniel Sanders2015-12-082-0/+9
* [mips][ias] Range check uimm6 operands and fix a bug this revealed.Daniel Sanders2015-12-082-0/+52
* [mips][ias] Range check uimm5 operands and fix several bugs this revealed.Daniel Sanders2015-11-261-0/+4
* [mips][ias] Range check uimm4 operands and fixed a bug this revealed.Daniel Sanders2015-11-062-0/+24
* [mips][ias] Range check uimm3 operands.Daniel Sanders2015-11-062-0/+16
* [mips][ias] Range check uimm2 operands and fix a bug this revealed.Daniel Sanders2015-11-062-1/+7
* [mips][ias] Range check uimmz operands.Daniel Sanders2015-11-062-0/+22
* [mips][msa] Remove copy_u.d and move copy_u.w to MSA64.Daniel Sanders2015-10-212-36/+15
* [mips] Add assembler support for .set msa/nomsa directive.Daniel Sanders2014-08-072-0/+33
* Re-commit: [mips] Correct section alignments and EntrySizes for .bss, .text, ...Daniel Sanders2014-07-141-21/+20
* Revert: [mips] Correct section alignments and EntrySizes for .bss, .text, .da...Daniel Sanders2014-07-141-20/+21
* [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reg...Daniel Sanders2014-07-141-21/+20
* [mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS.abiflags when no '.modul...Daniel Sanders2014-07-141-1/+1
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-1/+1
* [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...Daniel Sanders2014-07-081-0/+38
* [mips] Work around inconsistency in llvm-mc's placement of fixup markersDaniel Sanders2014-05-231-10/+10
* [mips] Move disassembler test (test_2r_msa64) into correct folder.Matheus Almeida2014-05-121-6/+0
* [mips] Move disassembler test (Mips MSA test_vec) into correct folder.Matheus Almeida2014-05-121-12/+0
* [mips] Move disassembler tests (Mips MSA test_i*, test_mi10) into correct fol...Matheus Almeida2014-05-124-105/+0
* [mips] Move disassembler tests (Mips MSA test_elm*) into correct folder.Matheus Almeida2014-05-125-50/+0
* [mips] Move disassembler tests (Mips MSA test_lsa, test_dlsa) into correct fo...Matheus Almeida2014-05-122-18/+0
* [mips] Move disassembler test (Mips MSA test_ctrlregs) into correct folder.Matheus Almeida2014-05-121-38/+0
* [mips] Move disassembler test (Mips MSA test_bit) into correct folder.Matheus Almeida2014-05-121-53/+0
* [mips] Move disassembler tests (Mips MSA test_2r, test_2rf, test_3r, test_3rf...Matheus Almeida2014-05-124-391/+0
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-101-0/+21
* [mips][msa] Add insert.d instruction.Matheus Almeida2014-01-311-0/+11
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-291-0/+11
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-291-0/+14
* [mips][msa] Update format of RUN lines for every MSA MC test.Matheus Almeida2013-12-1816-31/+61
* [mips][msa] Remove unneeded triple directive in MSA MC tests.Matheus Almeida2013-12-1816-31/+31
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-051-26/+80
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-181-2/+2
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-1/+10
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-231-0/+9
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-221-0/+78
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-0/+30
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-211-0/+19
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-211-0/+3
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-0/+105
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-211-0/+12
OpenPOWER on IntegriCloud