summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* [mips] Fix sc, scs, ll, lld instructions expandingSimon Atanasyan2019-11-271-4/+0
* [mips] Inline emitStoreWithSymOffset and emitLoadWithSymOffset methods. NFCSimon Atanasyan2019-08-291-8/+0
* [mips] Make a couple of class methods plain static functions. NFCSimon Atanasyan2019-08-071-3/+0
* [Mips] Instruction `sc` now accepts symbol as an argumentSimon Atanasyan2019-08-071-0/+9
* [mips] Implement .cplocal directiveSimon Atanasyan2019-07-171-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Add support for Global INValidate ASEPetar Jovanovic2018-05-171-0/+8
* [mips] Add support for Virtualization ASEPetar Jovanovic2018-04-271-0/+8
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-141-0/+8
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-11-141-0/+3
* [mips] implement .set dspr2 directivePetar Jovanovic2017-10-051-0/+2
* Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-08-141-3/+0
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-08-141-0/+3
* Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-07-141-3/+0
* Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""Simon Dardis2017-07-141-0/+3
* Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."Simon Dardis2017-07-131-3/+0
* [mips][mt][6/7] Add support for mftr, mttr instructions.Simon Dardis2017-07-121-0/+3
* [mips][mt][2/7] Implement .module and .set directives for the MT ASE.Simon Dardis2017-07-111-0/+6
* Move instances of std::function.Benjamin Kramer2016-06-121-5/+5
* [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.Daniel Sanders2016-05-161-0/+2
* [mips][ias] Fix O32 .cprestore directive when inside .set noat region and off...Daniel Sanders2016-05-121-2/+19
* [mips][ias] Fix missing header that should have been in r269179Daniel Sanders2016-05-111-0/+1
* [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region.Daniel Sanders2016-05-111-6/+7
* [mips] Fix inconsistent .cprestore behaviour between direct object emission a...Daniel Sanders2016-05-061-0/+5
* [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-3/+7
* [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....Daniel Sanders2016-04-291-0/+14
* [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-0/+24
* [mips][ias] Stream macro expansions to output instead of buffering them. NFC.Daniel Sanders2016-04-181-6/+3
* [mips][ias] Implement .cpreturn directive.Daniel Sanders2015-09-221-0/+6
* [mips] Add assembler support for the .cprestore directive.Daniel Sanders2015-09-171-0/+6
* [mips] Save a copy of MipsABIInfo in the MipsTargetStreamer to escape a dangl...Simon Atanasyan2015-09-141-3/+4
* [mips] [IAS] Add support for the .module softfloat/hardfloat directives.Toma Tabacu2015-06-301-0/+4
* [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.Toma Tabacu2015-06-301-0/+4
* [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC.Toma Tabacu2015-06-251-11/+5
* [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.Toma Tabacu2015-06-251-4/+2
* [mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC.Toma Tabacu2015-06-231-8/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [mips] [IAS] Add support for the .set softfloat/hardfloat directives.Toma Tabacu2015-06-021-0/+4
* [mips] [IAS] Add support for the .insn directive.Toma Tabacu2015-04-161-0/+3
* [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.Toma Tabacu2015-03-131-3/+1
* [mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu2015-03-061-1/+2
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-181-0/+8
* [mips] Improve support for the .set at/noat assembler directives.Toma Tabacu2015-02-131-0/+2
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-5/+7
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [mips] Rename emit and parse functions for the .cpload assembler directive. NFC.Toma Tabacu2014-10-011-3/+3
* [mips] Add assembler support for the .set nodsp directive.Toma Tabacu2014-09-171-0/+2
* [mips] Add assembler support for .set mips0 directive.Toma Tabacu2014-09-091-0/+2
* [mips] Add assembler support for .set push/pop directive.Toma Tabacu2014-09-091-0/+4
OpenPOWER on IntegriCloud