summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][micrompis] Emit 16bit NOPs by defaultAleksandar Beserminji2019-01-091-5/+14
* [mips][mc] Emit R_{MICRO}MIPS_JALR when expanding jal to jalrVladimir Stefanovic2018-12-101-3/+21
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-2/+2
* [mips][microMIPS] Fix the definition of MOVEP instructionSimon Atanasyan2018-09-191-113/+40
* [mips] Enable the mnemonic spell correctorSimon Atanasyan2018-09-131-1/+7
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* [mips] Replace custom parsing logic for data directives by the `addAliasForDi...Simon Atanasyan2018-07-251-40/+3
* [mips] Remove dead code. NFCSimon Atanasyan2018-07-111-21/+0
* [mips] Addition of the [d]rem and [d]remu instructionsStefan Maksimovic2018-07-091-25/+54
* Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson2018-06-251-5/+1
* [mips] Mark microMIPS64 as being unsupported.Simon Dardis2018-06-191-0/+3
* [mips] Support 64-bit offsets for lb/sb/ld/sd/lld ... instructionsSimon Atanasyan2018-06-011-53/+30
* [mips] Process numeric register name in the .set assignment directiveSimon Atanasyan2018-05-291-8/+44
* [mips] Cleanup the code to reduce diff with the upcoming patches. NFCSimon Atanasyan2018-05-291-10/+10
* [mips] Escape else-after-return. NFCSimon Atanasyan2018-05-291-62/+63
* [mips] Stop parsing a .set assignment if the first argument is not an identifierSimon Atanasyan2018-05-291-3/+2
* [mips] Fix the definitions of lwp, swpSimon Dardis2018-05-251-4/+21
* [mips] Remove duplicated code from the expandLoadInst. NFCSimon Atanasyan2018-05-241-36/+17
* [mips] Remove redundant argument from expandLoadInst/expandStoreInst. NFCSimon Atanasyan2018-05-241-15/+13
* [mips] Add precondition asserts to the expandLoadInst/expandStoreInst. NFCSimon Atanasyan2018-05-241-12/+23
* [mips] Cleanup the code a bit. NFCSimon Atanasyan2018-05-241-15/+25
* [mips] Add support for Global INValidate ASEPetar Jovanovic2018-05-171-0/+70
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-14/+14
* [mips] Add support for Virtualization ASEPetar Jovanovic2018-04-271-0/+70
* [mips] Accept 32-bit offsets for lb and lbu commandsSimon Atanasyan2018-04-261-0/+17
* [mips] Show an error if register number is out of rangeSimon Atanasyan2018-04-241-1/+8
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-141-0/+77
* [mips] Correct the definition of m(f|t)c(0|2)Simon Dardis2018-03-071-0/+10
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-02-221-1/+1
* [mips] Spectre variant two mitigation for MIPSR2Simon Dardis2018-02-211-0/+1
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-15/+18
* [mips] Set microMIPS ASE flagAleksandar Beserminji2017-11-241-1/+3
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-11-141-0/+219
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-1/+1
* [mips] Partially fix PR34391Simon Dardis2017-10-101-4/+11
* [mips] implement .set dspr2 directivePetar Jovanovic2017-10-051-0/+6
* [mips] Implement the 'dext' aliases and it's disassembly alias.Simon Dardis2017-09-141-22/+51
* [mips] Implement the 'dins' aliases.Simon Dardis2017-09-141-0/+36
* [mips] handle UImm16_AltRelaxed match typePetar Jovanovic2017-09-121-0/+1
* [mips] Follow up comments on r310460Simon Dardis2017-08-181-2/+1
* Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-08-141-219/+0
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-08-141-0/+219
* [mips] PR34083 - Wimplicit-fallthrough warning in MipsAsmParser.cppSimon Dardis2017-08-091-6/+7
* Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-07-141-219/+0
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-07-141-0/+219
* Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-07-131-219/+0
* [mips][mt][6/7] Add support for mftr, mttr instructions.Simon Dardis2017-07-121-0/+219
* [mips][mt] Correct spelling error in comment. NFCI.Simon Dardis2017-07-111-1/+1
* [mips][mt][2/7] Implement .module and .set directives for the MT ASE.Simon Dardis2017-07-111-0/+59
* [mips][mt][1/7] Add the MT ASE as a subtarget feature.Simon Dardis2017-07-111-0/+3
OpenPOWER on IntegriCloud