summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIP...Daniel Sanders2014-07-211-41/+8
* [mips] .reginfo is 8 byte aligned on N32.Daniel Sanders2014-07-171-1/+2
* [mips] Correct ELF e_flags for the N32 ABI when using a mips-* triple rather ...Daniel Sanders2014-07-171-15/+11
* [mips] Fix ELF e_flags related to -mabicalls and -mplt.Daniel Sanders2014-07-171-0/+6
* Re-commit: [mips] Correct section alignments and EntrySizes for .bss, .text, ...Daniel Sanders2014-07-141-5/+23
* Revert: [mips] Correct section alignments and EntrySizes for .bss, .text, .da...Daniel Sanders2014-07-141-23/+5
* [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reg...Daniel Sanders2014-07-141-5/+23
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-7/+26
* [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...Daniel Sanders2014-07-081-49/+9
* Mips.abiflags is a new implicitly generated section that will be present on ...Vladimir Medic2014-07-081-20/+125
* [mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-VDaniel Sanders2014-07-041-1/+13
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-231-3/+30
* [mips] Move expansion of .cpsetup to target streamer.Matheus Almeida2014-05-011-0/+73
* [mips] Add support for .cpload.Matheus Almeida2014-04-301-0/+54
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-161-0/+26
* [mips] Add initial (experimental) MIPS-IV support.Daniel Sanders2014-04-031-0/+2
OpenPOWER on IntegriCloud