1. 6dc4a8bc Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. by Craig Topper · 11 years ago
  2. 7ddb0ab [mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1. by Daniel Sanders · 11 years ago
  3. b976fee [mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is by Sasa Stankovic · 11 years ago
  4. de3e36b Use range loop. by Rafael Espindola · 11 years ago
  5. e73658d [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  6. ee909cc [mips] Simplify and optimize code. by Akira Hatanaka · 12 years ago
  7. 3fddccf MipsMachineFunction.cpp: Add missing #include <raw_ostream.h> by NAKAMURA Takumi · 12 years ago
  8. e0657b2 [mips] Define a derived class of PseudoSourceValue that represents a GOT entry by Akira Hatanaka · 12 years ago
  9. 13e6ccf [mips] Rename register classes CPURegs and CPU64Regs. by Akira Hatanaka · 12 years ago
  10. c0b0206 [mips] Lower EH_RETURN. by Akira Hatanaka · 13 years ago
  11. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  12. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  13. 3589dd7 This patch is for the implementation of mips16 complex pattern addr16. by Reed Kotler · 13 years ago
  14. 26e9ecb Add basic ability to setup call frame, and make procedure calls. by Akira Hatanaka · 13 years ago
  15. b49c68a6 Revert accidental commit. by Akira Hatanaka · 13 years ago
  16. f73e362 Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. by Akira Hatanaka · 13 years ago
  17. 3ecc527 Delete all functions that are no longer needed in MipsFunctionInfo, including by Akira Hatanaka · 13 years ago
  18. 2020e27 Do not use $gp as a dedicated global register if the target ABI is not O32. by Akira Hatanaka · 13 years ago
  19. c7242e0 Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent. by Craig Topper · 14 years ago
  20. f54f60f remove blanks, and some code format by Jia Liu · 14 years ago
  21. b049aef Add an option to use a virtual register as the global base register instead of by Akira Hatanaka · 14 years ago
  22. 9f61011 remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. by Jia Liu · 14 years ago
  23. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago