1. d6dada1 [mips] Removal of microMIPS64R6 by Aleksandar Beserminji · 8 years ago
  2. 1255b16 [MIPS] Implement support for -mstack-alignment. by John Baldwin · 8 years ago
  3. 3a1a951 [mips] clang-format MipsSubtarget.cpp. by John Baldwin · 8 years ago
  4. ae719c5 [mips][mt][1/7] Add the MT ASE as a subtarget feature. by Simon Dardis · 8 years ago
  5. 64fb7a8 [mips] Add madd4 subtarget feature by Petar Jovanovic · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. 5725304 [mips] Remove unused class field. NFC by Simon Atanasyan · 8 years ago
  8. 039b02ec [mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFC by Simon Atanasyan · 8 years ago
  9. ca74dd7 [mips] Recommit: "N64 static relocation model support" by Simon Dardis · 9 years ago
  10. 5b67a4f Revert "[mips] N64 static relocation model support" by Simon Dardis · 9 years ago
  11. 09e65ef [mips] N64 static relocation model support by Simon Dardis · 9 years ago
  12. b30e66b Convert more cases to isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
  13. 43750eab [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remove it. by Daniel Sanders · 9 years ago
  14. 2e386d3 [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb implementation by Zoran Jovanovic · 10 years ago
  15. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  16. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  17. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  18. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  19. e4e83a7 [mips] Added support for various EVA ASE instructions. by Daniel Sanders · 10 years ago
  20. 3ebcaf6 [mips] Added support for the div, divu, ddiv and ddivu macros which use traps and breaks in the integrated assembler. by Daniel Sanders · 10 years ago
  21. 157e5a6 Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
  22. c81f450 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
  23. 39a2afc Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() by Matthias Braun · 10 years ago
  24. a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
  25. 506cfd0 [mips] Add the SoftFloat MipsSubtarget feature. by Toma Tabacu · 10 years ago
  26. 0218f8c Fix wording and grammar in Mips subtarget options. by Eric Christopher · 11 years ago
  27. bbe6ff5 Unify selectMipsCPU implementations. by Eric Christopher · 11 years ago
  28. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  29. a576281 Move the Mips target to storing the ABI in the TargetMachine rather by Eric Christopher · 11 years ago
  30. 9072428 Make the TargetMachine in MipsSubtarget a reference rather by Eric Christopher · 11 years ago
  31. 8985ba9 Remove unused variable, initializer, and accessor. by Eric Christopher · 11 years ago
  32. 8edbcad [mips] Enable code generation for MIPS-III. by Vasileios Kalintiris · 11 years ago
  33. b2dd15f [mips] Add preliminary support for the MIPS II target. by Vasileios Kalintiris · 11 years ago
  34. b38db1e [mips] Add the following MIPS options that control gp-relative addressing of by Sasa Stankovic · 11 years ago
  35. e2e25da [mips] Replace MipsABIEnum with a MipsABIInfo class. by Daniel Sanders · 11 years ago
  36. b152660 constify the TargetMachine being passed through the Mips subtarget creation. by Eric Christopher · 11 years ago
  37. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  38. feb6130 [mips] Invert the abicalls feature bit to be noabicalls so that it's possible for -mno-abicalls to take effect. by Daniel Sanders · 11 years ago
  39. 35837ac [mips] Initial implementation of -mabicalls/-mno-abicalls. by Daniel Sanders · 11 years ago
  40. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  41. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  42. 4e7d1e7 Fundamentally change the MipsSubtarget replacement machinery: by Eric Christopher · 11 years ago
  43. e54f10e FrameLowering depends only upon the Subtarget, so only take a subtarget by Eric Christopher · 11 years ago
  44. 8924d27 In preparation for replacing the whole subtarget on the target machine, by Eric Christopher · 11 years ago
  45. 675cb4d Make InstrInfo depend only upon the Subtarget getting passed in by Eric Christopher · 11 years ago
  46. f74faf4 Avoid caching the relocation model on the subtarget, this is for two reasons: by Eric Christopher · 11 years ago
  47. 7394e23 Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine by Eric Christopher · 11 years ago
  48. a2f658d Move Post RA Scheduling flag bit into SchedMachineModel by Sanjay Patel · 11 years ago
  49. 7ddb0ab [mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1. by Daniel Sanders · 11 years ago
  50. b976fee [mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is by Sasa Stankovic · 11 years ago
  51. 255d00d [mips] Added FPXX modeless calling convention. by Zoran Jovanovic · 11 years ago
  52. 7e52742 [mips] Add support for -modd-spreg/-mno-odd-spreg by Daniel Sanders · 11 years ago
  53. daa9dbb Move subtarget dependent features into the subtarget from the target by Eric Christopher · 11 years ago
  54. 5f9fd21 Move the data layout and selection dag info from the mips target machine by Eric Christopher · 11 years ago
  55. 5b336a2 Break out subtarget initialization that dependent variables need into by Eric Christopher · 11 years ago
  56. a4d901f Unify these two lines. by Eric Christopher · 11 years ago
  57. 1f51ddd Move MipsJITInfo to the subtarget rather than the target machine. by Eric Christopher · 11 years ago
  58. 387fc15 [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu=mips(2|32) does not accept them by Daniel Sanders · 11 years ago
  59. 07cdea2 [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=mips[1234] does not accept them by Daniel Sanders · 11 years ago
  60. 070fd1c [mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64 by Daniel Sanders · 11 years ago
  61. fcea810 [mips] Fold FeatureSEInReg into FeatureMips32r2 by Daniel Sanders · 11 years ago
  62. 39d0051 [mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2 by Daniel Sanders · 11 years ago
  63. 94eda2e [mips] Replace FeatureFPIdx with FeatureMips4_32r2 by Daniel Sanders · 11 years ago
  64. e57d866 [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=mips[123] does not accept them by Daniel Sanders · 11 years ago
  65. 395b818 [mips] Remove unused CondMov feature bit by Daniel Sanders · 11 years ago
  66. f2056be [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu=mips[12] does not accept them by Daniel Sanders · 11 years ago
  67. b7f1c6f [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6 by Daniel Sanders · 11 years ago
  68. d240953 [mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-V by Daniel Sanders · 11 years ago
  69. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  70. d174b72 [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some by Chandler Carruth · 12 years ago
  71. 0051f2d [mips] Add initial support for NaN2008 in the back-end. by Matheus Almeida · 12 years ago
  72. a024fb0 [mips] Correct r206370 to account for non-Linux targets using the small data section. by Daniel Sanders · 12 years ago
  73. 5e94e68 [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's by Daniel Sanders · 12 years ago
  74. 93fe5e8 [MIPS] Add cpu octeon and some instructions by Kai Nacke · 12 years ago
  75. 737285e [mips] Treat -mcpu=generic the same way as an empty CPU string. by Daniel Sanders · 12 years ago
  76. 5a1449d [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler. by Daniel Sanders · 12 years ago
  77. e70897f [mips] Make mips64 the default CPU for the mips64 architecture by Daniel Sanders · 12 years ago
  78. 9725016 [mips] Add NaCl target and forbid indexed loads and stores for it by Petar Jovanovic · 12 years ago
  79. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  80. 0d409e2 Check in conditional branches for constant islands. Still need to finish by Reed Kotler · 12 years ago
  81. 1093afe2 [Mips] Adjust float ABI settings in case of MIPS16 mode. by Simon Atanasyan · 12 years ago
  82. 3048b02 [mips] Compute stack alignment on the fly. by Akira Hatanaka · 12 years ago
  83. 6b2d841 [mips] Align the stack to 16-bytes for mfp64. by Akira Hatanaka · 12 years ago
  84. 91ae982 Make first substantial checkin of my port of ARM constant islands code to Mips. by Reed Kotler · 12 years ago
  85. 1b1e25b [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal error when using it in FR=0 mode. by Daniel Sanders · 12 years ago
  86. c03807a Fix a problem with dual mips16/mips32 mode. When the underlying processor by Reed Kotler · 12 years ago
  87. 0eae85f Fix a subtle difference between running clang vs llc for mips16. by Reed Kotler · 12 years ago
  88. 3a2c2d4 [Mips][msa] Added initial MSA support. by Jack Carter · 12 years ago
  89. 13e6ccf [mips] Rename register classes CPURegs and CPU64Regs. by Akira Hatanaka · 12 years ago
  90. 783c794 Checkin in of first of several patches to finish implementation of by Reed Kotler · 12 years ago
  91. fe94cc3 This is for an experimental option -mips-os16. The idea is to compile all by Reed Kotler · 13 years ago
  92. 1595f36 This patch enables llvm to switch between compiling for mips32/mips64 by Reed Kotler · 13 years ago
  93. 1454ed8 [mips] Remove android calling convention. by Akira Hatanaka · 13 years ago
  94. 428a06c This patch that sets the Mips ELF header flag for MicroMips architectures. by Jack Carter · 13 years ago
  95. 7f37810 This patch implements runtime Mips specific setting of ELF header e_flags. by Jack Carter · 13 years ago
  96. c5dc055 [mips] Delete unused sub-target features. by Akira Hatanaka · 13 years ago
  97. 3bc1beb [mips] Add predicate HasFPIdx for floating-point indexed load instruction by Akira Hatanaka · 13 years ago
  98. a9d01f1 Initialize boolean variables in MipsSubtarget's constructor. by Akira Hatanaka · 13 years ago
  99. ad49502 Add register Mips::GP to the list of reserved registers if target is bare-metal by Akira Hatanaka · 13 years ago
  100. 5fd2248 Fix coding style violations. Remove white spaces and tabs. by Akira Hatanaka · 13 years ago