summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mips] Add support to '.set mips64'.Matheus Almeida2014-03-261-0/+8
* [mips] Add support to '.set mips64r2'.Matheus Almeida2014-03-261-0/+8
* [mips] Add support for '.option pic2'.Matheus Almeida2014-03-261-0/+21
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-0/+20
* This patch implements .set dsp directive and sets appropriate feature bits.Th...Vladimir Medic2014-03-051-0/+7
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-2/+2
* This patch implements .set mips32r2 directive and sets appropriate feature bi...Vladimir Medic2014-03-041-0/+8
* Remove another hasRawTextSupport.Rafael Espindola2014-01-311-1/+43
* [mips] Fix ELF header flags.Matheus Almeida2014-01-281-1/+8
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-271-1/+32
* Print .frame via the target streamer.Rafael Espindola2014-01-271-0/+14
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-261-21/+44
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-4/+8
* Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola2014-01-261-0/+56
* This reverts commit r200064 and r200051.Rafael Espindola2014-01-251-2/+12
* [Mips] TargetStreamer ELF flag Support for default and commandline options.Jack Carter2014-01-251-12/+2
* Unify duplicated functions.Rafael Espindola2014-01-241-17/+4
* [Mips] TargetStreamer Support for .set mips16.Jack Carter2014-01-221-0/+16
* Fix uninitialized variable.Rafael Espindola2014-01-151-1/+1
* Only mark functions as micromips.Rafael Espindola2014-01-151-2/+7
* Fix a low hanging use of hasRawTextSupport.Rafael Espindola2014-01-141-0/+24
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-141-15/+23
OpenPOWER on IntegriCloud