| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Rename emit and parse functions for the .cpload assembler directive. NFC. | Toma Tabacu | 2014-10-01 | 1 | -3/+3 |
* | [mips] Add assembler support for the .set nodsp directive. | Toma Tabacu | 2014-09-17 | 1 | -0/+6 |
* | [mips] Add assembler support for .set mips0 directive. | Toma Tabacu | 2014-09-09 | 1 | -0/+3 |
* | [mips] Add assembler support for .set push/pop directive. | Toma Tabacu | 2014-09-09 | 1 | -0/+7 |
* | [mips] Add assembler support for .set arch=x directive. | Toma Tabacu | 2014-08-19 | 1 | -0/+8 |
* | [mips] Rename [gs]etCanHaveModuleDir to more natural names | Daniel Sanders | 2014-08-14 | 1 | -51/+33 |
* | [mips] Refactor calls to setCanHaveModuleDir. | Toma Tabacu | 2014-08-13 | 1 | -114/+55 |
* | Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask. | Daniel Sanders | 2014-08-13 | 1 | -7/+53 |
* | Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assemb... | Daniel Sanders | 2014-08-11 | 1 | -53/+7 |
* | [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives | Daniel Sanders | 2014-08-11 | 1 | -7/+53 |
* | [mips] Add assembler support for .set msa/nomsa directive. | Daniel Sanders | 2014-08-07 | 1 | -0/+12 |
* | [mips] Add assembler support for '.set mipsX'. | Daniel Sanders | 2014-08-04 | 1 | -0/+80 |
* | [mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIP... | Daniel Sanders | 2014-07-21 | 1 | -41/+8 |
* | [mips] .reginfo is 8 byte aligned on N32. | Daniel Sanders | 2014-07-17 | 1 | -1/+2 |
* | [mips] Correct ELF e_flags for the N32 ABI when using a mips-* triple rather ... | Daniel Sanders | 2014-07-17 | 1 | -15/+11 |
* | [mips] Fix ELF e_flags related to -mabicalls and -mplt. | Daniel Sanders | 2014-07-17 | 1 | -0/+6 |
* | Re-commit: [mips] Correct section alignments and EntrySizes for .bss, .text, ... | Daniel Sanders | 2014-07-14 | 1 | -5/+23 |
* | Revert: [mips] Correct section alignments and EntrySizes for .bss, .text, .da... | Daniel Sanders | 2014-07-14 | 1 | -23/+5 |
* | [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reg... | Daniel Sanders | 2014-07-14 | 1 | -5/+23 |
* | [mips] Add support for -modd-spreg/-mno-odd-spreg | Daniel Sanders | 2014-07-10 | 1 | -7/+26 |
* | [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s... | Daniel Sanders | 2014-07-08 | 1 | -49/+9 |
* | Mips.abiflags is a new implicitly generated section that will be present on ... | Vladimir Medic | 2014-07-08 | 1 | -20/+125 |
* | [mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-V | Daniel Sanders | 2014-07-04 | 1 | -1/+13 |
* | [Mips] Add a target streamer when creating a null streamer. | Rafael Espindola | 2014-06-23 | 1 | -3/+30 |
* | [mips] Move expansion of .cpsetup to target streamer. | Matheus Almeida | 2014-05-01 | 1 | -0/+73 |
* | [mips] Add support for .cpload. | Matheus Almeida | 2014-04-30 | 1 | -0/+54 |
* | [mips] Add initial support for NaN2008 in the back-end. | Matheus Almeida | 2014-04-16 | 1 | -0/+26 |
* | [mips] Add initial (experimental) MIPS-IV support. | Daniel Sanders | 2014-04-03 | 1 | -0/+2 |
* | [mips] Add support to '.set mips64'. | Matheus Almeida | 2014-03-26 | 1 | -0/+8 |
* | [mips] Add support to '.set mips64r2'. | Matheus Almeida | 2014-03-26 | 1 | -0/+8 |
* | [mips] Add support for '.option pic2'. | Matheus Almeida | 2014-03-26 | 1 | -0/+21 |
* | Mark alias symbols as microMIPS if necessary. Differential Revision: http:/... | Zoran Jovanovic | 2014-03-20 | 1 | -0/+20 |
* | This patch implements .set dsp directive and sets appropriate feature bits.Th... | Vladimir Medic | 2014-03-05 | 1 | -0/+7 |
* | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 2014-03-04 | 1 | -2/+2 |
* | This patch implements .set mips32r2 directive and sets appropriate feature bi... | Vladimir Medic | 2014-03-04 | 1 | -0/+8 |
* | Remove another hasRawTextSupport. | Rafael Espindola | 2014-01-31 | 1 | -1/+43 |
* | [mips] Fix ELF header flags. | Matheus Almeida | 2014-01-28 | 1 | -1/+8 |
* | Print .mask and .fmask with the target streamer. | Rafael Espindola | 2014-01-27 | 1 | -1/+32 |
* | Print .frame via the target streamer. | Rafael Espindola | 2014-01-27 | 1 | -0/+14 |
* | Implement the missing bits corresponding to .mips_hack_elf_flags. | Rafael Espindola | 2014-01-26 | 1 | -21/+44 |
* | Construct the MCStreamer before constructing the MCTargetStreamer. | Rafael Espindola | 2014-01-26 | 1 | -4/+8 |
* | Convert some easy uses of EmitRawText to TargetStreamer methods. | Rafael Espindola | 2014-01-26 | 1 | -0/+56 |
* | This reverts commit r200064 and r200051. | Rafael Espindola | 2014-01-25 | 1 | -2/+12 |
* | [Mips] TargetStreamer ELF flag Support for default and commandline options. | Jack Carter | 2014-01-25 | 1 | -12/+2 |
* | Unify duplicated functions. | Rafael Espindola | 2014-01-24 | 1 | -17/+4 |
* | [Mips] TargetStreamer Support for .set mips16. | Jack Carter | 2014-01-22 | 1 | -0/+16 |
* | Fix uninitialized variable. | Rafael Espindola | 2014-01-15 | 1 | -1/+1 |
* | Only mark functions as micromips. | Rafael Espindola | 2014-01-15 | 1 | -2/+7 |
* | Fix a low hanging use of hasRawTextSupport. | Rafael Espindola | 2014-01-14 | 1 | -0/+24 |
* | Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips". | Rafael Espindola | 2014-01-14 | 1 | -15/+23 |