Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsTargetStreamer.cpp
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-13 Toma Tabacu[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFl...
2015-03-10 Eric ChristopherRemove an unused variable.
2015-03-06 Toma Tabacu[mips] [IAS] Add missing constraints and improve testin...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-18 Daniel Sanders[mips] Add backend support for Mips32r[35] and Mips64r...
2015-02-18 Toma Tabacu[mips] [IAS] Fix using .cpsetup with local labels ...
2015-02-13 Toma Tabacu[mips] Improve support for the .set at/noat assembler...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2014-10-01 Toma Tabacu[mips] Rename emit and parse functions for the .cpload...
2014-09-17 Toma Tabacu[mips] Add assembler support for the .set nodsp directive.
2014-09-09 Toma Tabacu[mips] Add assembler support for .set mips0 directive.
2014-09-09 Toma Tabacu[mips] Add assembler support for .set push/pop directive.
2014-08-19 Toma Tabacu[mips] Add assembler support for .set arch=x directive.
2014-08-14 Daniel Sanders[mips] Rename [gs]etCanHaveModuleDir to more natural...
2014-08-13 Toma Tabacu[mips] Refactor calls to setCanHaveModuleDir.
2014-08-13 Daniel SandersRe-commit: [mips] Implement .ent, .end, .frame, .mask...
2014-08-11 Daniel SandersRevert r215359 - [mips] Implement .ent, .end, .frame...
2014-08-11 Daniel Sanders[mips] Implement .ent, .end, .frame, .mask and .fmask...
2014-08-07 Daniel Sanders[mips] Add assembler support for .set msa/nomsa directive.
2014-08-04 Daniel Sanders[mips] Add assembler support for '.set mipsX'.
2014-07-21 Daniel Sanders[mips] Add MipsOptionRecord abstraction and use it...
2014-07-17 Daniel Sanders[mips] .reginfo is 8 byte aligned on N32.
2014-07-17 Daniel Sanders[mips] Correct ELF e_flags for the N32 ABI when using...
2014-07-17 Daniel Sanders[mips] Fix ELF e_flags related to -mabicalls and -mplt.
2014-07-14 Daniel SandersRe-commit: [mips] Correct section alignments and EntryS...
2014-07-14 Daniel SandersRevert: [mips] Correct section alignments and EntrySize...
2014-07-14 Daniel Sanders[mips] Correct section alignments and EntrySizes for...
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-04 Daniel Sanders[mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6...
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-26 Matheus Almeida[mips] Add support for '.option pic2'.
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-05 Vladimir MedicThis patch implements .set dsp directive and sets appro...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-28 Matheus Almeida[mips] Fix ELF header flags.
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-27 Rafael EspindolaPrint .frame via the target streamer.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Rafael EspindolaConvert some easy uses of EmitRawText to TargetStreamer...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-24 Rafael EspindolaUnify duplicated functions.
2014-01-22 Jack Carter[Mips] TargetStreamer Support for .set mips16.
2014-01-15 Rafael EspindolaFix uninitialized variable.
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Eric ChristopherRemove unused special member functions and reformat.
2013-11-19 Eric ChristopherFix previous commit and fully remove variable.
2013-11-19 Jack Carter[Mips] Support for MicroMips STO refactoring.
2013-11-18 Jack Carter[Mips] MipsTargetStreamer refactoring.