| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] [IAS] Add support for the .module softfloat/hardfloat directives. | Toma Tabacu | 2015-06-30 | 1 | -0/+10 |
| * | [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives. | Toma Tabacu | 2015-06-30 | 1 | -0/+14 |
| * | [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC. | Toma Tabacu | 2015-06-25 | 1 | -14/+3 |
| * | [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC. | Toma Tabacu | 2015-06-25 | 1 | -14/+5 |
| * | [mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC. | Toma Tabacu | 2015-06-23 | 1 | -0/+11 |
| * | Bring back r239006 with a fix. | Rafael Espindola | 2015-06-04 | 1 | -9/+3 |
| * | Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags." | Rafael Espindola | 2015-06-04 | 1 | -3/+9 |
| * | Pack the MCSymbolELF bit fields into MCSymbol's Flags. | Rafael Espindola | 2015-06-04 | 1 | -9/+3 |
| * | Remove getOrCreateSymbolData. There is no MCSymbolData anymore. | Rafael Espindola | 2015-06-03 | 1 | -1/+1 |
| * | Merge MCELF.h into MCSymbolELF.h. | Rafael Espindola | 2015-06-02 | 1 | -11/+11 |
| * | [mips] [IAS] Add support for the .set softfloat/hardfloat directives. | Toma Tabacu | 2015-06-02 | 1 | -0/+16 |
| * | MC: Clean up MCExpr naming. NFC. | Jim Grosbach | 2015-05-30 | 1 | -5/+5 |
| * | Rename getOrCreateSymbolData to registerSymbol and return void. | Rafael Espindola | 2015-05-29 | 1 | -1/+1 |
| * | Pass MCSymbols to the helper functions in MCELF.h. | Rafael Espindola | 2015-05-29 | 1 | -7/+5 |
| * | [mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC. | Toma Tabacu | 2015-05-29 | 1 | -2/+0 |
| * | Replace getOrCreateSectionData with registerSection. | Rafael Espindola | 2015-05-26 | 1 | -5/+5 |
| * | Use std::bitset for SubtargetFeatures. | Michael Kuperstein | 2015-05-26 | 1 | -19/+19 |
| * | Stop forwarding (get|set)Aligment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -13/+13 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -3/+3 |
| * | MC: Clean up method names in MCContext. | Jim Grosbach | 2015-05-18 | 1 | -1/+1 |
| * | MC: Modernize MCOperand API naming. NFC. | Jim Grosbach | 2015-05-13 | 1 | -22/+22 |
| * | Reverting r237234, "Use std::bitset for SubtargetFeatures" | Michael Kuperstein | 2015-05-13 | 1 | -19/+19 |
| * | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-05-13 | 1 | -19/+19 |
| * | [mips] [IAS] Preserve microMIPS label marking for objects when assigning. | Toma Tabacu | 2015-04-16 | 1 | -3/+2 |
| * | [mips] [IAS] Add support for the .insn directive. | Toma Tabacu | 2015-04-16 | 1 | -0/+12 |
| * | Revert "Use std::bitset for SubtargetFeatures" | Michael Kuperstein | 2015-03-24 | 1 | -19/+19 |
| * | [mips] Simplify boolean expressions in Mips target with `clang-tidy` | Simon Atanasyan | 2015-03-24 | 1 | -3/+1 |
| * | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-03-24 | 1 | -19/+19 |
| * | [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC. | Toma Tabacu | 2015-03-13 | 1 | -4/+0 |
| * | Remove an unused variable. | Eric Christopher | 2015-03-10 | 1 | -1/+0 |
| * | [mips] [IAS] Add missing constraints and improve testing for the .module dire... | Toma Tabacu | 2015-03-06 | 1 | -6/+21 |
| * | Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. | Michael Kuperstein | 2015-02-19 | 1 | -20/+19 |
| * | Use std::bitset for SubtargetFeatures | Michael Kuperstein | 2015-02-19 | 1 | -19/+20 |
| * | [mips] Add backend support for Mips32r[35] and Mips64r[35]. | Daniel Sanders | 2015-02-18 | 1 | -2/+30 |
| * | [mips] [IAS] Fix using .cpsetup with local labels (PR22518). | Toma Tabacu | 2015-02-18 | 1 | -2/+3 |
| * | [mips] Improve support for the .set at/noat assembler directives. | Toma Tabacu | 2015-02-13 | 1 | -0/+8 |
| * | Compute the ELF SectionKind from the flags. | Rafael Espindola | 2015-01-29 | 1 | -6/+4 |
| * | Move the Mips target to storing the ABI in the TargetMachine rather | Eric Christopher | 2015-01-26 | 1 | -20/+42 |
| * | [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 |