1. 4191b9e [Asm] Add debug tracing in table-generated assembly matcher by Oliver Stannard · 8 years ago
  2. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. 4b6ff6b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  4. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  5. b11ef08 Reduce the size of MCRelaxableFragment. by Akira Hatanaka · 10 years ago
  6. bd9fc28 [MCTargetAsmParser] Move the member varialbes that reference by Akira Hatanaka · 10 years ago
  7. fe2c8b8 [llvm-mc] Pushing plumbing through for --fatal-warnings flag. by Colin LeMahieu · 10 years ago
  8. 75f0b2f [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser. by Chad Rosier · 13 years ago
  9. 1142444 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 14 years ago[Renamed (64%) from llvm/lib/MC/MCParser/TargetAsmParser.cpp]
  10. f2596bc Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 14 years ago
  11. 22e9d8f TargetAsmParser doesn't need reference to Target. by Evan Cheng · 14 years ago
  12. eefe861 TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher. by Daniel Dunbar · 15 years ago
  13. 00646cf create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago[Renamed from llvm/lib/MC/TargetAsmParser.cpp]
  14. 8c6bad2 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 16 years ago