summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsTargetStreamer.h
AgeCommit message (Expand)AuthorFilesLines
2015-04-16[mips] [IAS] Add support for the .insn directive.Toma Tabacu1-0/+3
2015-03-13[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.Toma Tabacu1-3/+1
2015-03-06[mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu1-1/+2
2015-02-18[mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders1-0/+8
2015-02-13[mips] Improve support for the .set at/noat assembler directives.Toma Tabacu1-0/+2
2015-01-26Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher1-5/+7
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-10-01[mips] Rename emit and parse functions for the .cpload assembler directive. NFC.Toma Tabacu1-3/+3
2014-09-17[mips] Add assembler support for the .set nodsp directive.Toma Tabacu1-0/+2
2014-09-09[mips] Add assembler support for .set mips0 directive.Toma Tabacu1-0/+2
2014-09-09[mips] Add assembler support for .set push/pop directive.Toma Tabacu1-0/+4
2014-09-03Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer1-2/+2
2014-08-19[mips] Add assembler support for .set arch=x directive.Toma Tabacu1-0/+2
2014-08-14[mips] Rename [gs]etCanHaveModuleDir to more natural namesDaniel Sanders1-3/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-13[mips] Refactor calls to setCanHaveModuleDir.Toma Tabacu1-19/+0
2014-08-13Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask.Daniel Sanders1-0/+14
2014-08-11Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assemb...Daniel Sanders1-14/+0
2014-08-11[mips] Implement .ent, .end, .frame, .mask and .fmask assembler directivesDaniel Sanders1-0/+14
2014-08-07[mips] Add assembler support for .set msa/nomsa directive.Daniel Sanders1-0/+4
2014-08-04[mips] Add assembler support for '.set mipsX'.Daniel Sanders1-0/+24
2014-07-10[mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders1-8/+21
2014-07-08MipsTargetStreamer.h: Avoid "using" to appease msc17.NAKAMURA Takumi1-1/+1
2014-07-08[mips] Fixed struct/class mismatch introduced in r212522.Daniel Sanders1-1/+1
2014-07-08[mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...Daniel Sanders1-169/+13
2014-07-08Mips.abiflags is a new implicitly generated section that will be present on ...Vladimir Medic1-0/+193
2014-06-23[Mips] Add a target streamer when creating a null streamer.Rafael Espindola1-30/+28
2014-05-01[mips] Move expansion of .cpsetup to target streamer.Matheus Almeida1-0/+6
2014-04-30[mips] Add support for .cpload.Matheus Almeida1-0/+14
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-58/+58
2014-04-16[mips] Add initial support for NaN2008 in the back-end.Matheus Almeida1-0/+6
2014-03-26[mips] Add support to '.set mips64'.Matheus Almeida1-0/+3
2014-03-26[mips] Add support to '.set mips64r2'.Matheus Almeida1-0/+3
2014-03-26[mips] Add support for '.option pic2'.Matheus Almeida1-0/+4
2014-03-20Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic1-0/+1
2014-03-05This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic1-0/+3
2014-03-04This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic1-0/+6
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-2/+2
2014-01-31Remove another hasRawTextSupport.Rafael Espindola1-0/+2
2014-01-27Print .mask and .fmask with the target streamer.Rafael Espindola1-0/+6
2014-01-27Print .frame via the target streamer.Rafael Espindola1-0/+6
2014-01-26Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola1-5/+1
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-2/+3
2014-01-26Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola1-0/+27
2014-01-25This reverts commit r200064 and r200051.Rafael Espindola1-3/+3
2014-01-25[Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter1-3/+3
2014-01-24Unify duplicated functions.Rafael Espindola1-3/+0
2014-01-22[Mips] TargetStreamer Support for .set mips16.Jack Carter1-0/+4
2014-01-14Fix a low hanging use of hasRawTextSupport.Rafael Espindola1-0/+9
2014-01-14Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola1-3/+11