1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 2c5b18f [mips] Factor out register class selection for global base register. NFC by Simon Atanasyan · 7 years ago
  3. d6dada1 [mips] Removal of microMIPS64R6 by Aleksandar Beserminji · 8 years ago
  4. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  5. 7c96ba1 evert "[mips] Fix test mips64fpldst.ll with machine verifier enabled" by Simon Dardis · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. b458b46 [mips] Fix test mips64fpldst.ll with machine verifier enabled by Sagar Thakur · 9 years ago
  8. 44e25f3 Move size and alignment information of regclass to TargetRegisterInfo by Krzysztof Parzyszek · 9 years ago
  9. dde94e4 [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  10. dcd8433 Fix spelling mistakes in MIPS target comments. NFC. by Simon Pilgrim · 9 years ago
  11. 941a705 MachineFunction: Return reference for getFrameInfo(); NFC by Matthias Braun · 9 years ago
  12. de7816b [mips][mips16] Fix machine verifier errors about incorrect register classes on load/stores. by Daniel Sanders · 9 years ago
  13. 11dd31d [mips][microMIPS] Fix for "Cannot copy registers" assertion by Hrvoje Varga · 10 years ago
  14. 2b7cc5a [mips][microMIPS] Revert commits r264245 and r264248. by Zoran Jovanovic · 10 years ago
  15. dbea1a1 [mips][microMIPS] Fix for "Cannot copy registers" assertion by Hrvoje Varga · 10 years ago
  16. 43dff0c [mips] Interrupt attribute support for mips32r2+. by Vasileios Kalintiris · 10 years ago
  17. 5659a2f PseudoSourceValue: Transform the mips subclass to target independent subclasses by Alex Lorenz · 10 years ago
  18. c49e4fe PseudoSourceValue: Introduce a 'PSVKind' enumerator. by Alex Lorenz · 10 years ago
  19. 727b505 [Mips] Use unique_ptr to manage ownership. by Benjamin Kramer · 11 years ago
  20. 71a33e2 [mips][microMIPS] Change register class for GP register by Zoran Jovanovic · 11 years ago
  21. 71f308a Re-sort #include lines using my handy dandy ./utils/sort_includes.py by Chandler Carruth · 11 years ago
  22. 96e72c6 Remove most of the TargetMachine::getSubtarget/getSubtargetImpl by Eric Christopher · 11 years ago
  23. 61e88f4 Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *' by Craig Topper · 11 years ago
  24. 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
  25. 7ddb0ab [mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1. by Daniel Sanders · 11 years ago
  26. b976fee [mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is by Sasa Stankovic · 11 years ago
  27. de3e36b Use range loop. by Rafael Espindola · 11 years ago
  28. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  29. ee909cc [mips] Simplify and optimize code. by Akira Hatanaka · 12 years ago
  30. 3fddccf MipsMachineFunction.cpp: Add missing #include <raw_ostream.h> by NAKAMURA Takumi · 12 years ago
  31. e0657b2 [mips] Define a derived class of PseudoSourceValue that represents a GOT entry by Akira Hatanaka · 12 years ago
  32. 13e6ccf [mips] Rename register classes CPURegs and CPU64Regs. by Akira Hatanaka · 12 years ago
  33. c0b0206 [mips] Lower EH_RETURN. by Akira Hatanaka · 13 years ago
  34. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  35. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  36. 3589dd7 This patch is for the implementation of mips16 complex pattern addr16. by Reed Kotler · 13 years ago
  37. 26e9ecb Add basic ability to setup call frame, and make procedure calls. by Akira Hatanaka · 13 years ago
  38. b49c68a6 Revert accidental commit. by Akira Hatanaka · 13 years ago
  39. f73e362 Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. by Akira Hatanaka · 13 years ago
  40. 3ecc527 Delete all functions that are no longer needed in MipsFunctionInfo, including by Akira Hatanaka · 13 years ago
  41. 2020e27 Do not use $gp as a dedicated global register if the target ABI is not O32. by Akira Hatanaka · 14 years ago
  42. c7242e0 Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent. by Craig Topper · 14 years ago
  43. f54f60f remove blanks, and some code format by Jia Liu · 14 years ago
  44. b049aef Add an option to use a virtual register as the global base register instead of by Akira Hatanaka · 14 years ago
  45. 9f61011 remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. by Jia Liu · 14 years ago
  46. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago