summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] [IAS] Add support for the .module softfloat/hardfloat directives.Toma Tabacu2015-06-301-0/+10
* [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.Toma Tabacu2015-06-301-0/+14
* [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC.Toma Tabacu2015-06-251-14/+3
* [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.Toma Tabacu2015-06-251-14/+5
* [mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC.Toma Tabacu2015-06-231-0/+11
* Bring back r239006 with a fix.Rafael Espindola2015-06-041-9/+3
* Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."Rafael Espindola2015-06-041-3/+9
* Pack the MCSymbolELF bit fields into MCSymbol's Flags.Rafael Espindola2015-06-041-9/+3
* Remove getOrCreateSymbolData. There is no MCSymbolData anymore.Rafael Espindola2015-06-031-1/+1
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-11/+11
* [mips] [IAS] Add support for the .set softfloat/hardfloat directives.Toma Tabacu2015-06-021-0/+16
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-5/+5
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-1/+1
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-7/+5
* [mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC.Toma Tabacu2015-05-291-2/+0
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-5/+5
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-19/+19
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-13/+13
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-22/+22
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-19/+19
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-19/+19
* [mips] [IAS] Preserve microMIPS label marking for objects when assigning.Toma Tabacu2015-04-161-3/+2
* [mips] [IAS] Add support for the .insn directive.Toma Tabacu2015-04-161-0/+12
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-19/+19
* [mips] Simplify boolean expressions in Mips target with `clang-tidy`Simon Atanasyan2015-03-241-3/+1
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-19/+19
* [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.Toma Tabacu2015-03-131-4/+0
* Remove an unused variable.Eric Christopher2015-03-101-1/+0
* [mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu2015-03-061-6/+21
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-20/+19
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-19/+20
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-181-2/+30
* [mips] [IAS] Fix using .cpsetup with local labels (PR22518).Toma Tabacu2015-02-181-2/+3
* [mips] Improve support for the .set at/noat assembler directives.Toma Tabacu2015-02-131-0/+8
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-6/+4
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-20/+42
* [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/+6
* [mips] Add assembler support for .set mips0 directive.Toma Tabacu2014-09-091-0/+3
* [mips] Add assembler support for .set push/pop directive.Toma Tabacu2014-09-091-0/+7
* [mips] Add assembler support for .set arch=x directive.Toma Tabacu2014-08-191-0/+8
* [mips] Rename [gs]etCanHaveModuleDir to more natural namesDaniel Sanders2014-08-141-51/+33
* [mips] Refactor calls to setCanHaveModuleDir.Toma Tabacu2014-08-131-114/+55
* Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask.Daniel Sanders2014-08-131-7/+53
* Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assemb...Daniel Sanders2014-08-111-53/+7
* [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directivesDaniel Sanders2014-08-111-7/+53
* [mips] Add assembler support for .set msa/nomsa directive.Daniel Sanders2014-08-071-0/+12
* [mips] Add assembler support for '.set mipsX'.Daniel Sanders2014-08-041-0/+80
OpenPOWER on IntegriCloud