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