[mips] Allow dsubu to take an immediate as an alias for dsubiu.
[oota-llvm.git] / test / MC / Mips /
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-03-20 Zoran JovanovicProvide an operand for microMIPS wait instruction.
2014-03-20 Zoran JovanovicImplementation of microMIPS 16-bit instructions MOVE...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-19 Matheus Almeida[mips] Making sure that a '.set noreorder' directive...
2014-03-11 Sasa Stankovic[mips] Implement NaCl sandboxing of function calls:
2014-03-10 Sasa Stankovic[mips] Implement NaCl sandboxing of loads, stores and...
2014-03-10 Matheus Almeida[mips] Assembly parser must invoke the target streamer...
2014-03-07 Sasa StankovicMoved test file from test/MC/Mips to test/CodeGen/Mips.
2014-03-05 Vladimir MedicThis patch implements .set dsp directive and sets appro...
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-03-03 Ed Maste[mips] support FK_Data_2 and FK_Data_8 to fix big-endia...
2014-03-03 Vladimir MedicThis patch implements jalx instruction for Mips archite...
2014-03-01 Sasa StankovicAdd missing FileCheck in test command line.
2014-02-28 Zoran JovanovicFixed encoding of SYSCALL microMIPS instruction.
2014-02-28 Zoran JovanovicRevert revision 202518 because of wrong commit message.
2014-02-28 Zoran JovanovicFix operand of SC instruction.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-19 Daniel Sanders[mips] Add explicit N32 and N64 tests to nabi-regs...
2014-02-10 Matheus Almeida[mips][msa] Add DLSA instruction.
2014-02-07 Sasa StankovicChanged comment.
2014-02-04 Petar Jovanovic[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-31 Matheus Almeida[mips][msa] Add insert.d instruction.
2014-01-29 Matheus Almeida[mips][msa] Add fill.d instruction.
2014-01-29 Matheus Almeida[mips][msa] Add copy_{u,s}.d.
2014-01-28 Matheus Almeida[mips] Fix ELF header flags.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaMove tests that just use llc from test/MC/Mips to test...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] Move 2 test cases from MC to CodeGen.
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-22 Jack Carter[Mips] TargetStreamer Support for .set mips16.
2014-01-15 Zoran JovanovicAdded support for LWU microMIPS instruction.
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-14 Zoran JovanovicTest case micromips-load-effective-address.s renamed...
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2013-12-25 Zoran JovanovicSupport for microMIPS load effective address.
2013-12-25 Zoran JovanovicSupport for microMIPS FPU instructions 2.
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-19 Zoran JovanovicSupport for microMIPS control instructions.
2013-12-19 Zoran JovanovicSupport for microMIPS LL and SC instructions.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-18 Matheus Almeida[mips][msa] Update format of RUN lines for every MSA...
2013-12-18 Matheus Almeida[mips][msa] Remove unneeded triple directive in MSA...
2013-12-17 Matheus Almeida[mips] Fix off by one issue when applying a fixup.
2013-12-13 Matheus Almeida[mips] Add checks for alignment and maximum displacemen...
2013-12-09 Vladimir MedicMethod parseSetAssignment treats every operand with...
2013-12-05 Matheus Almeida[mips][msa] Fix issue with immediate fields of LD/ST...
2013-11-30 Zoran JovanovicTest case for issue with microMIPS long branch.
2013-11-29 Zoran JovanovicRevert revision 195965.
2013-11-29 Zoran JovanovicFixed issue with microMIPS long branch.
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Jack Carter[Mips] Support for MicroMips STO refactoring.
2013-11-18 Matheus Almeida[mips][msa] Update encoding of bnz.v (typo).
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
2013-11-15 Zoran JovanovicUse instr mapping for microMIPS in llvm-mc.
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-13 Zoran JovanovicSupport for microMIPS trap instruction with immediate...
2013-11-13 Vladimir MedicThis patch fixes a bug in floating point operands parsi...
2013-11-08 Zoran JovanovicTest for microMIPS trap instructions.
2013-11-08 Matheus Almeida[mips][msa] Update encoding of LDI instruction.
2013-11-06 Vladimir MedicImplement gpword directive for mips, test case added...
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-24 Zoran JovanovicAdded tests for microMIPS relocations 1.
2013-10-23 Matheus Almeida[mips][msa] Direct Object Emission support for the...
2013-10-22 Matheus Almeida[mips][msa] Direct Object Emission support for conditio...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for LD/ST...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for LDI...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for MOVE.v.
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission support for CTCMSA...
2013-10-21 Matheus Almeida[mips][msa] Direct Object Emission of SPLAT instruction.
2013-10-21 Matheus Almeida[mips][msa] Fix definition of SLD instruction.
2013-10-15 Akira Hatanaka[mips] Set HI/LO registers' HWEncoding field.
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission support for BIT...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission support for VEC...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission for the majority...
2013-10-14 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-11 Matheus AlmeidaThis reverts 192447 because of compiler warning generat...
2013-10-11 Matheus AlmeidaThis reverts r192449 because of compiler warning genera...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission for the majority...
2013-10-11 Matheus Almeida[mips][msa] Direct Object Emission of INSERT.{B,H,W...
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-10-01 Vladimir MedicThis patch adds aliases for Mips sub instruction with...
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I8 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I5 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for 2R instructions.
2013-09-30 Jack Carter[PATCH 1/4] [mips][msa] Source register of FILL instruc...
2013-09-26 Jack Carter[mips][msa] Direct Object Emission for 3RF instructions.
2013-09-26 Jack Carter[mips][msa] Direct Object Emission for 3R instructions.
2013-09-25 Jack Carter[mips][msa] Direct Object Emission for 2RF instructions.
2013-09-25 Jack Carter[mips][msa] Direct Object Emission support for the...
next