OSDN Git Service

[mips] Fix the predicates of jump and branch and link instructions
[android-x86/external-llvm.git] / lib / Target / Mips / MipsInstrInfo.td
2018-04-30 Simon Dardis[mips] Fix the predicates of jump and branch and link...
2018-04-30 Simon Dardis[mips] Fix microMIPS loads and stores.
2018-04-27 Aleksandar Beserminji[mips] Fix how compiler fuse instructions to fmadd...
2018-04-27 Petar Jovanovic[mips] Add support for Virtualization ASE
2018-04-26 Simon Atanasyan[mips] Accept 32-bit offsets for lb and lbu commands
2018-04-26 Simon Dardis[mips] Correct the definitions of some control instructions
2018-04-25 Simon Dardis[mips] Fix the definition of sync, synci
2018-04-24 Simon DardisReland "[mips] Guard traps for microMIPS correctly"
2018-04-24 Simon Dardis[mips] Correct the patterns for bswap
2018-04-19 Simon Dardis[mips] Correct the definitions of the unaligned word...
2018-04-19 Simon Dardis[mips] Guard some macro expansions properly
2018-04-12 Simon Dardis[mips] Correct the predicates of the load/store (double...
2018-04-12 Simon Dardis[mips] Correct the predicates for special nops, tlb...
2018-03-14 Petar Jovanovic[mips] Add support for CRC ASE
2018-03-13 Simon DardisRevert "[mips] Guard traps for microMIPS correctly"
2018-03-13 Simon Dardis[mips] Guard traps for microMIPS correctly
2018-03-13 Simon Dardis[mips] Fix the definitions of the EVA instructions
2018-03-12 Simon Dardis[mips] Split out ASEPredicate from InsnPredicates ...
2018-03-07 Simon Dardis[mips] Correct the definition of m(f|t)c(0|2)
2018-02-28 Simon Dardis[mips] Begin reworking instruction predicates for ISAs...
2018-02-21 Simon Dardis[mips] Spectre variant two mitigation for MIPSR2
2018-02-01 Aleksandar Beserminji[mips] Include EVA instructions in Std2MicroMips mappin...
2017-12-11 Aleksandar Beserminji[mips] Removal of microMIPS64R6
2017-11-27 Petar Jovanovic[mips] fix asmstring of Ext and Ins instructions and...
2017-11-09 Simon Dardis[mips] Correct microMIP's jump and add unconditional...
2017-11-08 Simon Dardis[mips] Guard indirect and tailcall pseudo instructions...
2017-11-03 Simon Dardis[mips] Match 'ins' and its' variants with C++ code
2017-10-16 Stefan Maksimovic[mips] Provide alternate predicates for constant synthesis
2017-09-28 Simon Dardis[mips] Remove codegen support for branch likely instruc...
2017-09-14 Simon Dardis[mips] Implement the 'dext' aliases and it's disassembl...
2017-09-14 Simon Dardis[mips] Implement the 'dins' aliases.
2017-09-14 Simon Dardis[mips] Pick the right variant of DINS upfront and enabl...
2017-08-11 Simon Dardis[mips] Lift the assertion on the types that can be...
2017-07-12 Simon Dardis[mips][mt][3/7] Add IAS support for emt, dmt instructions.
2017-06-06 Petar Jovanovic[mips] Add madd4 subtarget feature
2017-05-09 Serge PavlovAdd extra operand to CALLSEQ_START to keep frame part...
2017-03-15 Petar Jovanovic[Mips] Add support to match more patterns for DEXT...
2017-03-09 Simon Dardis[mips] Revert fixes for PR32020.
2017-02-28 Simon Dardis[mips] Fix 64bit slt/sltu/nor with immediates
2017-02-24 Simon DardisRecommit "[mips] Fix atomic compare and swap at O0."
2017-02-24 Simon DardisRevert "[mips] Fix atomic compare and swap at O0."
2017-02-24 Simon Dardis[mips] Fix atomic compare and swap at O0.
2017-02-24 Simon Dardis[mips] Handle 64 bit immediate in and/or/xor pseudo...
2017-02-23 Simon Dardis[mips][ias] Further relax operands of certain assembly...
2017-02-13 Simon Dardis[mips] divide macro instruction cleanup.
2017-02-08 Simon Dardis[mips] MUL macro variations
2017-02-02 Simon Dardis[mips] Expansion of BEQL and BNEL with immediate operands
2017-01-31 Simon Dardis[mips] Addition of the immediate cases for the instruct...
2017-01-27 Simon Dardis[mips] Recommit: "N64 static relocation model support"
2017-01-26 Simon DardisRevert "[mips] N64 static relocation model support"
2017-01-26 Simon Dardis[mips] N64 static relocation model support
2016-11-22 Simon Dardis[mips] seb, seh instruction aliases
2016-11-22 Vasileios Kalintiris[mips] Add support for unaligned load/store macros.
2016-11-21 Simon Dardis[mips] seq macro support
2016-11-16 Simon Dardis[mips] not instruction alias
2016-10-24 Simon Dardis[mips] synci microMIPS instruction definition.
2016-10-18 Simon Dardis[mips] Fix sync instruction definition
2016-10-18 Simon Dardis[mips] Macro expansion for ld, sd for O32
2016-10-14 Simon Dardis[mips] Fix aui/daui/dahi/dati for MIPSR6
2016-10-07 Peter CollingbourneTarget: Remove unused patterns and transforms. NFC.
2016-10-05 Simon Dardis[mips][ias] fix li macro when values are negated with ~
2016-10-05 Simon DardisRecommit: "[mips] Add rsqrt, recip for MIPS"
2016-10-05 Simon DardisRevert "[mips] Add rsqrt, recip for MIPS"
2016-09-27 Simon Dardis[mips] Add rsqrt, recip for MIPS
2016-09-16 Simon DardisRevert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
2016-09-16 Simon Dardis[mips] Fix aui/daui/dahi/dati for MIPSR6
2016-09-08 Hrvoje Varga[mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC...
2016-08-18 Simon Dardis[mips] Correct tail call encoding for MIPSR6
2016-08-04 Simon Dardis[mips] Enable tail calls by default
2016-08-01 Hrvoje Varga[mips] Clang generates unaligned offset for MSA instruc...
2016-07-26 Simon Dardis[mips] sgtu, s[rl]l, sra, dnegu, neg instruction aliases
2016-07-25 Simon Dardis[mips] Optimize materialization of i64 constants
2016-07-22 Hrvoje Varga[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
2016-07-11 Zlatko Buljan[mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2...
2016-06-28 Rafael EspindolaConvert more cases to isPositionIndependent(). NFC.
2016-06-27 Hrvoje Varga[mips][micromips] Implement LD, LLD, LWU, SD, DSRL...
2016-06-15 Vasileios Kalintiris[mips] Eliminate unused code for addrRegReg complex...
2016-06-15 Zlatko Buljan[mips][microMIPS] Add CodeGen support for AND*, OR16...
2016-06-14 Simon Dardis[mips][atomics] Fix atomic instruction descriptions...
2016-06-14 Simon Dardis[mips] MIPS32/64 itineraries
2016-06-09 Hrvoje Varga[mips][microMIPS] Implement BOVC, BNVC, EXT, INS and...
2016-05-18 Zlatko Buljan[mips][microMIPS] Implement LH, LHE, LHU and LHUE instr...
2016-05-16 Zoran Jovanovic[mips] Addition of a third operand to the instructions...
2016-05-13 Hrvoje Varga[mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB...
2016-05-12 Hrvoje VargaRevert "[mips][microMIPS] Implement CFC*, CTC* and...
2016-05-11 Hrvoje Varga[mips][microMIPS] Implement CFC*, CTC* and LDC* instruc...
2016-05-04 Zlatko Buljan[mips][microMIPS] Add CodeGen support for microMIPSr6...
2016-04-29 Zlatko Buljan[mips][microMIPS] Fix offsets for LLE, LWE, SBE, SCE...
2016-04-27 Zlatko Buljan[mips][microMIPS] Add CodeGen support for SUBU16, SUB...
2016-04-27 Zlatko Buljan[mips][microMIPS] Add CodeGen support for SLL16, SRL16...
2016-04-25 Hrvoje Varga[mips][microMIPS] Revert commit r267137
2016-04-25 Zlatko Buljan[mips][microMIPS] Revert commit r266977
2016-04-22 Zoran Jovanovic[mips][microMIPS] Revert commit r266861.
2016-04-22 Hrvoje Varga[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
2016-04-21 Zlatko Buljan[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR...
2016-04-21 Zlatko Buljan[mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV...
2016-04-20 Hrvoje Varga[mips][microMIPS]Implement CFC*, CTC* and LDC* instructions
2016-04-13 Zlatko Buljan[mips][microMIPS] Add CodeGen support for DIV, MOD...
2016-04-11 Daniel Sanders[mips] Trivial corrections to range checked immediates.
2016-04-08 Zlatko Buljan[mips][microMIPS] Add CodeGen support for ADD, ADDIU...
next