1. 45b2277 Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" by Simon Dardis · 8 years ago
  2. b352984 Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" by Simon Dardis · 8 years ago
  3. 1558ee3 Revert "[mips][mt][6/7] Add support for mftr, mttr instructions." by Simon Dardis · 8 years ago
  4. e171a91 [mips][mt][6/7] Add support for mftr, mttr instructions. by Simon Dardis · 8 years ago
  5. 805f1e0 [mips][mt][2/7] Implement .module and .set directives for the MT ASE. by Simon Dardis · 8 years ago
  6. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  7. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  8. 3c82a64 [mips] MUL macro variations by Simon Dardis · 9 years ago
  9. 68e9d94 [mips] Remove absolute size assertion for end directive by Simon Dardis · 9 years ago
  10. 6433d5a [mips] Fix an initialization issue with MipsABIInfo in MipsTargetELFStreamer by Simon Dardis · 9 years ago
  11. ca74dd7 [mips] Recommit: "N64 static relocation model support" by Simon Dardis · 9 years ago
  12. 5b67a4f Revert "[mips] N64 static relocation model support" by Simon Dardis · 9 years ago
  13. 09e65ef [mips] N64 static relocation model support by Simon Dardis · 9 years ago
  14. f790ff3 Revert "[mips] Honour -mno-odd-spreg for vector splat" by Simon Dardis · 9 years ago
  15. f4041a2 [mips] Honour -mno-odd-spreg for vector splat by Simon Dardis · 9 years ago
  16. e858136 [mips][ias] Implement one N32 case (of two) for .cpsetup. by Daniel Sanders · 9 years ago
  17. d3f4c05 Move instances of std::function. by Benjamin Kramer · 9 years ago
  18. 699281c Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
  19. cda908a [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted. by Daniel Sanders · 9 years ago
  20. 241c679 [mips][ias] Fix O32 .cprestore directive when inside .set noat region and offset is in range. by Daniel Sanders · 9 years ago
  21. 415c159 [mips][ias] Correct ELF eflags when Octeon is the target. by Daniel Sanders · 9 years ago
  22. df8510d [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region. by Daniel Sanders · 9 years ago
  23. 8de3d3c [mips] Fix inconsistent .cprestore behaviour between direct object emission and assembling. by Daniel Sanders · 9 years ago
  24. c07f06a [mips][ias] Only round section sizes when explicitly requested. by Daniel Sanders · 10 years ago
  25. fe98b2f [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. by Daniel Sanders · 10 years ago
  26. 7225cd5 [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC. by Daniel Sanders · 10 years ago
  27. fba875f [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer. Almost NFC. by Daniel Sanders · 10 years ago
  28. a736b37 [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC. by Daniel Sanders · 10 years ago
  29. 9db710a [mips][ias] Make section sizes a multiple of the alignment. by Daniel Sanders · 10 years ago
  30. c6924fa [mips][ias] Stream macro expansions to output instead of buffering them. NFC. by Daniel Sanders · 10 years ago
  31. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  32. 219fae9 [mips] Removed the SHF_ALLOC flag and the SHT_REL flag from the .pdr section. by Scott Egerton · 10 years ago
  33. 2c2a2f5 Reverted r260879 as it caused test failures in lld. by Scott Egerton · 10 years ago
  34. baec95a [mips] Removed the SHF_ALLOC flag from the .pdr section. by Scott Egerton · 10 years ago
  35. 2b56133 [mips] .ent and .end should also set the type and size of the symbol respectively. by Daniel Sanders · 10 years ago
  36. f173dda [mips][ias] Implement .cpreturn directive. by Daniel Sanders · 10 years ago
  37. 5d79628 [mips] Allow constant expressions in second argument of .cpsetup. by Daniel Sanders · 10 years ago
  38. e2982ad [mips] Add assembler support for the .cprestore directive. by Daniel Sanders · 10 years ago
  39. 1c78ca6 [mips] Remap move as or. by Vasileios Kalintiris · 10 years ago
  40. 0f09313 [mips] [IAS] Add support for the .module softfloat/hardfloat directives. by Toma Tabacu · 10 years ago
  41. 32c72aa [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives. by Toma Tabacu · 10 years ago
  42. a64e540 [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC. by Toma Tabacu · 10 years ago
  43. 3c49958 [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC. by Toma Tabacu · 10 years ago
  44. bfcbfd5 [mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC. by Toma Tabacu · 10 years ago
  45. 8c006ee Bring back r239006 with a fix. by Rafael Espindola · 10 years ago
  46. a86ecee Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags." by Rafael Espindola · 10 years ago
  47. d31203a Pack the MCSymbolELF bit fields into MCSymbol's Flags. by Rafael Espindola · 10 years ago
  48. c73aed1 Remove getOrCreateSymbolData. There is no MCSymbolData anymore. by Rafael Espindola · 10 years ago
  49. 95fb9b9 Merge MCELF.h into MCSymbolELF.h. by Rafael Espindola · 10 years ago
  50. 2969650 [mips] [IAS] Add support for the .set softfloat/hardfloat directives. by Toma Tabacu · 10 years ago
  51. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  52. b5d316b Rename getOrCreateSymbolData to registerSymbol and return void. by Rafael Espindola · 10 years ago
  53. e3b2acf Pass MCSymbols to the helper functions in MCELF.h. by Rafael Espindola · 10 years ago
  54. b45fb36 [mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC. by Toma Tabacu · 10 years ago
  55. bb9a71c Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
  56. db0712f Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  57. 967d6a6 Stop forwarding (get|set)Aligment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  58. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  59. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  60. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 10 years ago
  61. c3434b3 Reverting r237234, "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 10 years ago
  62. aba4a34 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 10 years ago
  63. 2cc44f5 [mips] [IAS] Preserve microMIPS label marking for objects when assigning. by Toma Tabacu · 11 years ago
  64. 9ca5096 [mips] [IAS] Add support for the .insn directive. by Toma Tabacu · 11 years ago
  65. 29704e7 Revert "Use std::bitset for SubtargetFeatures" by Michael Kuperstein · 11 years ago
  66. c99ce68 [mips] Simplify boolean expressions in Mips target with `clang-tidy` by Simon Atanasyan · 11 years ago
  67. 774b441 Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  68. e95a491 [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC. by Toma Tabacu · 11 years ago
  69. 33866f1 Remove an unused variable. by Eric Christopher · 11 years ago
  70. 4e0cf8e [mips] [IAS] Add missing constraints and improve testing for the .module directive. by Toma Tabacu · 11 years ago
  71. efd7a96 Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures. by Michael Kuperstein · 11 years ago
  72. ba5b04c Use std::bitset for SubtargetFeatures by Michael Kuperstein · 11 years ago
  73. 1779314 [mips] Add backend support for Mips32r[35] and Mips64r[35]. by Daniel Sanders · 11 years ago
  74. 8874eac [mips] [IAS] Fix using .cpsetup with local labels (PR22518). by Toma Tabacu · 11 years ago
  75. 16a7449 [mips] Improve support for the .set at/noat assembler directives. by Toma Tabacu · 11 years ago
  76. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  77. a576281 Move the Mips target to storing the ABI in the TargetMachine rather by Eric Christopher · 11 years ago
  78. c4c202a [mips] Rename emit and parse functions for the .cpload assembler directive. NFC. by Toma Tabacu · 11 years ago
  79. 351b2fe [mips] Add assembler support for the .set nodsp directive. by Toma Tabacu · 11 years ago
  80. 2664779 [mips] Add assembler support for .set mips0 directive. by Toma Tabacu · 11 years ago
  81. 9db22db [mips] Add assembler support for .set push/pop directive. by Toma Tabacu · 11 years ago
  82. 85618b3 [mips] Add assembler support for .set arch=x directive. by Toma Tabacu · 11 years ago
  83. cdb45fa [mips] Rename [gs]etCanHaveModuleDir to more natural names by Daniel Sanders · 11 years ago
  84. 88f05ce [mips] Refactor calls to setCanHaveModuleDir. by Toma Tabacu · 11 years ago
  85. d97a634 Re-commit: [mips] Implement .ent, .end, .frame, .mask and .fmask. by Daniel Sanders · 11 years ago
  86. b9bc75b Revert r215359 - [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives by Daniel Sanders · 11 years ago
  87. 21cf026 [mips] Implement .ent, .end, .frame, .mask and .fmask assembler directives by Daniel Sanders · 11 years ago
  88. 4493443 [mips] Add assembler support for .set msa/nomsa directive. by Daniel Sanders · 11 years ago
  89. f0df221 [mips] Add assembler support for '.set mipsX'. by Daniel Sanders · 11 years ago
  90. 68c3747 [mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIPS.options by Daniel Sanders · 11 years ago
  91. 701e961 [mips] .reginfo is 8 byte aligned on N32. by Daniel Sanders · 11 years ago
  92. 7f70573 [mips] Correct ELF e_flags for the N32 ABI when using a mips-* triple rather than a mips64-* triple by Daniel Sanders · 11 years ago
  93. 16ec6c1 [mips] Fix ELF e_flags related to -mabicalls and -mplt. by Daniel Sanders · 11 years ago
  94. 41ffa5d Re-commit: [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags by Daniel Sanders · 11 years ago
  95. cb0d36e Revert: [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags by Daniel Sanders · 11 years ago
  96. 8e25416 [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags by Daniel Sanders · 11 years ago
  97. 7e52742 [mips] Add support for -modd-spreg/-mno-odd-spreg by Daniel Sanders · 11 years ago
  98. c7dbc63 [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit scope of related enums by Daniel Sanders · 11 years ago
  99. fb8a2a9 Mips.abiflags is a new implicitly generated section that will be present on all new modules. The section contains a versioned data structure which represents essentially information to allow a program loader to determine the requirements of the application. This patch implements mips.abiflags section and provides test cases for it. by Vladimir Medic · 11 years ago
  100. 950f48d [mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-V by Daniel Sanders · 11 years ago