summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-2/+2
* [mips] Add assembler support for .set arch=x directive.Toma Tabacu2014-08-191-0/+2
* [mips] Rename [gs]etCanHaveModuleDir to more natural namesDaniel Sanders2014-08-141-3/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [mips] Refactor calls to setCanHaveModuleDir.Toma Tabacu2014-08-131-19/+0
* Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask.Daniel Sanders2014-08-131-0/+14
* Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assemb...Daniel Sanders2014-08-111-14/+0
* [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directivesDaniel Sanders2014-08-111-0/+14
* [mips] Add assembler support for .set msa/nomsa directive.Daniel Sanders2014-08-071-0/+4
OpenPOWER on IntegriCloud