1. 33f67a2 [Sparc] Add support for 13-bit PIC by Daniel Cederman · 7 years ago
  2. 2e7fe0e [Sparc] Add .uahalf and .uaword directives by Daniel Cederman · 7 years ago
  3. 3fa69dd [Sparc] Use addAliasForDirective to support data directives by Alex Bradbury · 7 years ago
  4. 4191b9e [Asm] Add debug tracing in table-generated assembly matcher by Oliver Stannard · 8 years ago
  5. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  6. 3f37f07 [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  7. ef62c59 [Sparc] Fix parsing of double-precision %f18, %f20, and %f22 by Daniel Cederman · 9 years ago
  8. 58eba09 [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h by Alex Bradbury · 9 years ago
  9. 0da8630 Revert r283690, "MC: Remove unused entities." by Peter Collingbourne · 9 years ago
  10. f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
  11. cc723cc MC: Remove unused entities. by Peter Collingbourne · 9 years ago
  12. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  13. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  14. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  15. 04c7db3 Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots. by Eric Christopher · 9 years ago
  16. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  17. 699281c Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
  18. 7d8412f [Sparc][LEON] Add LEON-specific CASA instruction. by Chris Dewhurst · 9 years ago
  19. d0c11cf Sparc: silently ignore .proc assembler directive by Douglas Katzman · 10 years ago
  20. 52adb57 This change adds co-processor condition branching and conditional traps to the Sparc back-end. by Chris Dewhurst · 10 years ago
  21. 053826a The patch adds missing registers and instructions to complete all the registers supported by the Sparc v8 manual. by Chris Dewhurst · 10 years ago
  22. 829b104 Reverting breaking change. Sorry. by Chris Dewhurst · 10 years ago
  23. 9c3bf91 Reviewed at reviews.llvm.org/D17133 by Chris Dewhurst · 10 years ago
  24. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  25. b11ef08 Reduce the size of MCRelaxableFragment. by Akira Hatanaka · 10 years ago
  26. bd9fc28 [MCTargetAsmParser] Move the member varialbes that reference by Akira Hatanaka · 10 years ago
  27. 92cfdd7 [Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers. Should reduce the table size. by Craig Topper · 10 years ago
  28. 2626094 Make a bunch of static arrays const. by Craig Topper · 10 years ago
  29. 726e624 [SPARCv9] Add support for the rdpr/wrpr instructions. by Joerg Sonnenberger · 10 years ago
  30. c8d50d6 Fix relocation used for GOT references in non-PIC mode. Fix relocations by Joerg Sonnenberger · 10 years ago
  31. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  32. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  33. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  34. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  35. cf61aae SparcAsmParser.cpp: Appease msc x86. by NAKAMURA Takumi · 10 years ago
  36. 58195a2 [Sparc]: correct the 'set' synthetic instruction by Douglas Katzman · 10 years ago
  37. e5485c6 [SPARC] Enable writing to floating-point-state register. by Douglas Katzman · 10 years ago
  38. 7d180c5 Map %fprs to %asr6 in the Sparc assembler parser. by Joerg Sonnenberger · 10 years ago
  39. 685a7d1 [SPARC]: recognize '.' as the start of an assembler expression. by Douglas Katzman · 10 years ago
  40. 3994be8 [Sparc] Implement i64 load/store support for 32-bit sparc. by James Y Knight · 10 years ago
  41. 63d64da [SPARC] Don't compare arch name as a string, use the enum instead. by Douglas Katzman · 10 years ago
  42. fe2c8b8 [llvm-mc] Pushing plumbing through for --fatal-warnings flag. by Colin LeMahieu · 10 years ago
  43. 86ecbb7 Reverting r241058 because it's causing buildbot failures. by Ranjeet Singh · 10 years ago
  44. 5b11909 There are a few places where subtarget features are still by Ranjeet Singh · 10 years ago
  45. f90346f [SPARC] Repair GOT references to internal symbols. by James Y Knight · 10 years ago
  46. a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
  47. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  48. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  49. c49e788 Sparc: support the "set" synthetic instruction. by James Y Knight · 10 years ago
  50. f7e7017 Sparc: Support PSR, TBR, WIM read/write instructions. by James Y Knight · 10 years ago
  51. 24060be Sparc: Add the "alternate address space" load/store instructions. by James Y Knight · 10 years ago
  52. 807563d Add support for the Sparc implementation-defined "ASR" registers. by James Y Knight · 10 years ago
  53. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 10 years ago
  54. 9160e78 [Sparc] Really add sparcel architecture support. by Douglas Katzman · 11 years ago
  55. 9cb88b7 Make Sparc assembler accept parenthesized constant expressions. by Douglas Katzman · 11 years ago
  56. c09bdfa Sparc: Prefer reg+reg address encoding when only one register used. by James Y Knight · 11 years ago
  57. 589ceee Minor cleanup to all the switches after MatchInstructionImpl in all the AsmParsers. by Craig Topper · 11 years ago
  58. 26bb14e TableGen: allow use of uint64_t for available features mask. by Tim Northover · 11 years ago
  59. 2a30d78 Replace some assert(0)'s with llvm_unreachable. by Craig Topper · 11 years ago
  60. 960ea3f AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand by David Blaikie · 11 years ago
  61. b0c941b [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition by Craig Topper · 12 years ago
  62. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  63. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  64. 0a951b7 Create MCTargetOptions. by Evgeniy Stepanov · 12 years ago
  65. 07d3af2 [Sparc] Add return/rett instruction to Sparc backend. by Venkatraman Govindaraju · 12 years ago
  66. 600f390 [Sparc] Add support for parsing branches and conditional move instructions with %fcc1-%fcc3 conditional registers. by Venkatraman Govindaraju · 12 years ago
  67. 81aae57 [Sparc] Add support for parsing fcmp with %fcc registers. by Venkatraman Govindaraju · 12 years ago
  68. bac285f [Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3). by Venkatraman Govindaraju · 12 years ago
  69. 2286874 [Sparc] Add support for parsing annulled branch instructions. by Venkatraman Govindaraju · 12 years ago
  70. e0c5bff [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc. by Venkatraman Govindaraju · 12 years ago
  71. 9fc2909 [Sparc] Teach SparcAsmParser to emit correct relocations for PIC code. by Venkatraman Govindaraju · 12 years ago
  72. 6f2e08c [Sparc] Add support for parsing directives in SparcAsmParser. by Venkatraman Govindaraju · 12 years ago
  73. ced9226 [Sparc] Emit correct encoding for atomic instructions. Also, add support for parsing CAS instructions to test the CAS encoding. by Venkatraman Govindaraju · 12 years ago
  74. e6c13e4 Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
  75. 98aa7fa [Sparc] Correct quad register list in the asm parser. by Venkatraman Govindaraju · 12 years ago
  76. 7383d4a Fix out of bounds access to the double regs array. Given the by Eric Christopher · 12 years ago
  77. cd4d9ac [Sparc] Add support for parsing floating point instructions. by Venkatraman Govindaraju · 12 years ago
  78. 0d288d3 [Sparc] Add support for parsing jmpl instruction and make indirect call and jmp instructions as aliases to jmpl. by Venkatraman Govindaraju · 12 years ago
  79. b3b7c38 [Sparc] Add support for parsing branch instructions and conditional moves. by Venkatraman Govindaraju · 12 years ago
  80. 559c4ac [Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc., by Venkatraman Govindaraju · 12 years ago
  81. 0458b59 [Sparc] Add support for parsing memory operands in sparc AsmParser. by Venkatraman Govindaraju · 12 years ago
  82. c2dee7d [Sparc] Add the initial implementation of an asm parser for sparc/sparcv9. by Venkatraman Govindaraju · 12 years ago