1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 49482f8 [WebAssembly] replaced .param/.result by .functype by Wouter van Oortmerssen · 7 years ago
  3. c81aff7 [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer by Craig Topper · 7 years ago
  4. 5c032ce [Asm] Refactor debug printing of AsmToken by Oliver Stannard · 8 years ago
  5. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  6. 5670461 [LLVM][inline-asm] Altmacro absolute expression '%' feature by Michael Zuckerman · 9 years ago
  7. 4b6ff6b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  8. 68e7c21 Add a comment consumer mechanism to MCAsmLexer by Oliver Stannard · 9 years ago
  9. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  10. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  11. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  12. 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
  13. c0c0f7a1 [MC] Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  14. 1180e689 Ignore Lexing errors in macro body definitions by Nirav Dave · 9 years ago
  15. a4c85d4 [AsmParser] Allow tokens to be put back in to the token stream. by Colin LeMahieu · 10 years ago
  16. ef638fe [mips] Print warning when using register names not available in N32/64 by Daniel Sanders · 11 years ago
  17. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  18. e8f1eae Change SMRange to be half-open (exclusive end) instead of closed (inclusive) by Jordan Rose · 13 years ago
  19. 0550064 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 13 years ago
  20. 1930b00 Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. by Benjamin Kramer · 14 years ago
  21. 4042c33 MC: Move getLoc() to MCAsmLexer(). by Daniel Dunbar · 15 years ago
  22. 00646cf create a new MCParser library and move some stuff into it. by Chris Lattner · 16 years ago[Renamed (93%) from llvm/lib/MC/MCAsmLexer.cpp]
  23. cbf4faf llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 16 years ago
  24. 6d1e79d Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 16 years ago
  25. 2b11c7d Add MCAsmLexer interface. by Daniel Dunbar · 16 years ago