summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][ias] Stream macro expansions to output instead of buffering them. NFC.Daniel Sanders2016-04-181-10/+7
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* [mips] Removed the SHF_ALLOC flag and the SHT_REL flag from the .pdr section.Scott Egerton2016-02-171-2/+1
* Reverted r260879 as it caused test failures in lld.Scott Egerton2016-02-151-1/+1
* [mips] Removed the SHF_ALLOC flag from the .pdr section.Scott Egerton2016-02-151-1/+1
* [mips] .ent and .end should also set the type and size of the symbol respecti...Daniel Sanders2015-11-231-1/+17
* [mips][ias] Implement .cpreturn directive.Daniel Sanders2015-09-221-0/+32
* [mips] Allow constant expressions in second argument of .cpsetup.Daniel Sanders2015-09-211-1/+1
* [mips] Add assembler support for the .cprestore directive.Daniel Sanders2015-09-171-0/+28
* [mips] Remap move as or.Vasileios Kalintiris2015-08-111-1/+1
* [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
OpenPOWER on IntegriCloud