OSDN Git Service

Revert CMake: Make most target symbols hidden by default
[android-x86/external-llvm.git] / lib / Target / Mips / AsmParser / MipsAsmParser.cpp
2019-06-11 Tom StellardRevert CMake: Make most target symbols hidden by default
2019-06-10 Tom StellardCMake: Make most target symbols hidden by default
2019-05-14 Richard Trieu[Mips] Create a TargetInfo header. NFC
2019-04-03 Simon Atanasyan[mips] Remove unused FGRH32 register class. NFC
2019-03-19 Simon Atanasyan[mips] Fix crash on recursive using of .set
2019-03-11 Stanislav MekhanoshinUse bitset for assembler predicates
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-17 Vladimir Stefanovic[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j...
2019-01-09 Aleksandar Beserminji[mips][micrompis] Emit 16bit NOPs by default
2018-12-10 Vladimir Stefanovic[mips][mc] Emit R_{MICRO}MIPS_JALR when expanding jal...
2018-11-01 Reid KlecknerFix clang -Wimplicit-fallthrough warnings across llvm...
2018-09-19 Simon Atanasyan[mips][microMIPS] Fix the definition of MOVEP instruction
2018-09-13 Simon Atanasyan[mips] Enable the mnemonic spell corrector
2018-07-30 Fangrui SongRemove trailing space
2018-07-25 Simon Atanasyan[mips] Replace custom parsing logic for data directives...
2018-07-11 Simon Atanasyan[mips] Remove dead code. NFC
2018-07-09 Stefan Maksimovic[mips] Addition of the [d]rem and [d]remu instructions
2018-06-25 Alexander RichardsonAdd Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
2018-06-19 Simon Dardis[mips] Mark microMIPS64 as being unsupported.
2018-06-01 Simon Atanasyan[mips] Support 64-bit offsets for lb/sb/ld/sd/lld ...
2018-05-29 Simon Atanasyan[mips] Process numeric register name in the .set assign...
2018-05-29 Simon Atanasyan[mips] Cleanup the code to reduce diff with the upcomin...
2018-05-29 Simon Atanasyan[mips] Escape else-after-return. NFC
2018-05-29 Simon Atanasyan[mips] Stop parsing a .set assignment if the first...
2018-05-25 Simon Dardis[mips] Fix the definitions of lwp, swp
2018-05-24 Simon Atanasyan[mips] Remove duplicated code from the expandLoadInst...
2018-05-24 Simon Atanasyan[mips] Remove redundant argument from expandLoadInst...
2018-05-24 Simon Atanasyan[mips] Add precondition asserts to the expandLoadInst...
2018-05-24 Simon Atanasyan[mips] Cleanup the code a bit. NFC
2018-05-17 Petar Jovanovic[mips] Add support for Global INValidate ASE
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
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-24 Simon Atanasyan[mips] Show an error if register number is out of range
2018-03-14 Petar Jovanovic[mips] Add support for CRC ASE
2018-03-07 Simon Dardis[mips] Correct the definition of m(f|t)c(0|2)
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-21 Simon Dardis[mips] Spectre variant two mitigation for MIPSR2
2017-12-11 Aleksandar Beserminji[mips] Removal of microMIPS64R6
2017-11-24 Aleksandar Beserminji[mips] Set microMIPS ASE flag
2017-11-14 Simon DardisReland "[mips][mt][6/7] Add support for mftr, mttr...
2017-10-11 Oliver Stannard[Asm] Add debug tracing in table-generated assembly...
2017-10-10 Simon Dardis[mips] Partially fix PR34391
2017-10-05 Petar Jovanovic[mips] implement .set dspr2 directive
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-12 Petar Jovanovic[mips] handle UImm16_AltRelaxed match type
2017-08-18 Simon Dardis[mips] Follow up comments on r310460
2017-08-14 Simon DardisRevert "Reland "[mips][mt][6/7] Add support for mftr...
2017-08-14 Simon DardisReland "[mips][mt][6/7] Add support for mftr, mttr...
2017-08-09 Simon Dardis[mips] PR34083 - Wimplicit-fallthrough warning in MipsA...
2017-07-14 Simon DardisRevert "Reland "[mips][mt][6/7] Add support for mftr...
2017-07-14 Simon DardisReland "[mips][mt][6/7] Add support for mftr, mttr...
2017-07-13 Simon DardisRevert "[mips][mt][6/7] Add support for mftr, mttr...
2017-07-12 Simon Dardis[mips][mt][6/7] Add support for mftr, mttr instructions.
2017-07-11 Simon Dardis[mips][mt] Correct spelling error in comment. NFCI.
2017-07-11 Simon Dardis[mips][mt][2/7] Implement .module and .set directives...
2017-07-11 Simon Dardis[mips][mt][1/7] Add the MT ASE as a subtarget feature.
2017-07-08 Simon PilgrimFix -Wimplicit-fallthrough warning. NFCI.
2017-06-30 Simon Dardis[MIPS] Handle PIC load address macro instructions in...
2017-06-27 Simon Dardis[mips] Refine the condition for when to use CALL16...
2017-06-22 Petar Jovanovic[mips] Allow $AT to be used as a register name
2017-06-22 Simon Dardis[mips] Implement the ".rdata" MIPS assembly directive.
2017-06-22 Davide ItalianoRevert "[Target] Implement the ".rdata" MIPS assembly...
2017-06-21 Davide Italiano[Target] Implement the ".rdata" MIPS assembly directive.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-30 Zoran Jovanovic[mips] Expansion of LI.S and LI.D
2017-02-28 Simon Dardis[mips] Fix 64bit slt/sltu/nor with immediates
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-08 Craig TopperMove mnemonicIsValid to Mips target.
2017-02-06 Simon Dardis[mips] dla expansion without the at register
2017-02-02 Simon Dardis[mips] Expansion of BEQL and BNEL with immediate operands
2017-02-01 Simon Dardis[mips] Parse the 'bopt' and 'nobopt' directives in...
2017-01-31 Simon Dardis[mips] Addition of the immediate cases for the instruct...
2017-01-30 Eugene Zelenko[Mips] Fix some Clang-tidy modernize and Include What...
2017-01-16 Simon Dardis[mips] Correct c.cond.fmt instruction definition.
2016-12-12 Simon Atanasyan[mips] For PIC code convert unconditional jump to uncon...
2016-11-25 Simon Dardis[mips] Correct jal expansion for local symbols in ...
2016-11-22 Vasileios Kalintiris[mips] Add support for unaligned load/store macros.
2016-11-21 Simon Dardis[mips] seq macro support
2016-11-01 Alex Bradbury[TableGen] Move OperandMatchResultTy enum to MCTargetAs...
2016-10-18 Simon Dardis[mips][ias] Handle more complicated expressions for...
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-10 Peter CollingbourneRevert r283690, "MC: Remove unused entities."
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-10-09 Peter CollingbourneMC: Remove unused entities.
2016-10-05 Simon Dardis[mips][ias] fix li macro when values are negated with ~
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 Nirav DaveDefer asm errors to post-statement failure
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-13 Nico WeberRevert r281336 (and r281337), it caused PR30372.
2016-09-13 Nirav DaveDefer asm errors to post-statement failure
next