1. 49482f8 [WebAssembly] replaced .param/.result by .functype by Wouter van Oortmerssen · 7 years ago
  2. 953bdce [MC] Separate masm integer literal lexer support from inline asm by Reid Kleckner · 7 years ago
  3. 4cb2994 [MC] Fix regression tests on Windows when git “core.autocrlf” is set to true. by Zhen Cao · 8 years ago
  4. e827024 Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is set to true." by Rafael Espindola · 8 years ago
  5. ac35813 [MC] Fix regression tests on Windows when git “core.autocrlf” is set to true. by Zhen Cao · 8 years ago
  6. b0c9e0d [MC] Lex CRLF as one token by Reid Kleckner · 8 years ago
  7. 099960d [MC] - Don't assert when non-english characters are used. by George Rimar · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. 4b6ff6b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  10. 68e7c21 Add a comment consumer mechanism to MCAsmLexer by Oliver Stannard · 9 years ago
  11. 157891c Prevent out of order HashDirective lexing in AsmLexer. by Nirav Dave · 9 years ago
  12. e4c6153 Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer." by Nirav Dave · 9 years ago
  13. 36d33fc Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) by Mehdi Amini · 9 years ago
  14. 9f2bd4e [MC] Prevent out of order HashDirective lexing in AsmLexer. by Nirav Dave · 9 years ago
  15. 27ea29b (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block: by Yunzhong Gao · 9 years ago
  16. 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  17. 3feeb9c Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  18. cae9aee Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  19. 2ab623b [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  20. 8b3dc87 [MC] When emitting output hash comments always use standard line comment seperator by Nirav Dave · 9 years ago
  21. fd91041 Refactor and cleanup Assembly Parsing / Lexing by Nirav Dave · 9 years ago
  22. 280ecf6 Revert "Refactor and cleanup Assembly Parsing / Lexing" by Nirav Dave · 9 years ago
  23. c19c326 Refactor and cleanup Assembly Parsing / Lexing by Nirav Dave · 9 years ago
  24. 1180e689 Ignore Lexing errors in macro body definitions by Nirav Dave · 9 years ago
  25. 0143146 [MCParser] Accept uppercase radix variants 0X and 0B by Colin LeMahieu · 10 years ago
  26. 7a08381 Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  27. 1ee99a8 Extend MCAsmLexer so that it can peek forward several tokens by Benjamin Kramer · 10 years ago
  28. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  29. bb67af4 MC: AsmLexer: handle multi-character CommentStrings correctly by Saleem Abdulrasool · 11 years ago
  30. 8026bd0 This only needs a StringRef. by Rafael Espindola · 11 years ago
  31. 71ede29 MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment by Saleem Abdulrasool · 11 years ago
  32. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  33. a879fab MCParser: add a single token lookahead by Saleem Abdulrasool · 12 years ago
  34. f42a666 MC: Add AsmLexer::BigNum token for integers greater than 64 bits by David Woodhouse · 12 years ago
  35. 27aa001 Cache AllowAtInIdentifier as class variable in AsmLexer by David Peixotto · 12 years ago
  36. 2cdc56d Integrated assembler incorrectly lexes ARM-style comments by David Peixotto · 12 years ago
  37. ce69d77 MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm by Hans Wennborg · 12 years ago
  38. 1f25623 Support C99 hexadecimal floating-point literals in assembly by Tim Northover · 12 years ago
  39. 94a2260 AsmParser: More generic support for integer type suffices. by Jim Grosbach · 13 years ago
  40. 0e760da 'Hexadecimal' has two 'a's and only one 'i'. by Matt Beaumont-Gay · 13 years ago
  41. 86d5345 Revert r15266. This fixes llvm.org/pr15266. by Rafael Espindola · 13 years ago
  42. f72d06a [ms-inline asm] Add support for lexing binary integers with a [bB] suffix. by Chad Rosier · 13 years ago
  43. 559cea4 Update error message due to previous commit, r174926. by Chad Rosier · 13 years ago
  44. 8bc6556 [ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix. by Chad Rosier · 13 years ago
  45. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  46. 0550064 Add support for macro parameters/arguments delimited by spaces, by Preston Gurd · 13 years ago
  47. a9aa3c1 Handle missing newline at EOF more gracefully in MC AsmLexer. by Jim Grosbach · 14 years ago
  48. 1daf073 Move state var to private class member. by Jim Grosbach · 14 years ago
  49. 7255361 First step in supporting #line directives in assembler. This step parses the by Kevin Enderby · 14 years ago
  50. e8baa38 allow \r's in .s files. by Chris Lattner · 14 years ago
  51. 1134ab23 Basic support for macros with explicit arguments. by Rafael Espindola · 14 years ago
  52. ffc0e1f Match case for invalid constant error messages and add a new by Eric Christopher · 14 years ago
  53. 64749f2 Lex, and then fail on invalid constants. by Eric Christopher · 14 years ago
  54. a3df87f Clean up assembly statement separator support. by Jim Grosbach · 15 years ago
  55. 01af6c4 More whitespace cleanup... by Jim Grosbach · 15 years ago
  56. 03a102b Generalize a previous change, fixing PR8855 - an valid large immediate by Chris Lattner · 15 years ago
  57. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  58. 71d2916 Add support for lexing single quotes like 'c'. by Roman Divacky · 15 years ago
  59. 7484d2c MC/AsmLexer: Fix bug in source location for Slash token. by Daniel Dunbar · 15 years ago
  60. d116d8a MC/AsmParser: Handle exponents in floating point literals. by Daniel Dunbar · 15 years ago
  61. ce17f72 MC/AsmParser: Handle a missed case of floating literals in the lexer. by Daniel Dunbar · 15 years ago
  62. 3068a93 MC/Lexer: Add 'Real' token type for floating point literals. by Daniel Dunbar · 15 years ago
  63. 02db8f6 fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. by Chris Lattner · 15 years ago
  64. 4042c33 MC: Move getLoc() to MCAsmLexer(). by Daniel Dunbar · 15 years ago
  65. 41b4a6b Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  66. ec9d6fa Add support for parsing the ELF .type assembler directive. by Matt Fleming · 15 years ago
  67. 7bcc9e9 Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not by Kevin Enderby · 15 years ago
  68. 53e0631 Fixed the problem with a branch to "0b" that was not parsed by llvm-mc by Kevin Enderby · 15 years ago
  69. 0510b48 Added support in MC for Directional Local Labels. by Kevin Enderby · 15 years ago
  70. b0ceb76 Revert r103137, fix for $ in labels. It looks like we can't actually handle this by Daniel Dunbar · 15 years ago
  71. 482fa21 fix rdar://7946934 - in some limited cases, the assembler should by Chris Lattner · 15 years ago
  72. 6b55cb9 implement mc asmparser support for '.', which gets the by Chris Lattner · 15 years ago
  73. 341b1d2 add a hack to allow parsing negative minint. rdar://7751341 by Chris Lattner · 16 years ago
  74. e649401 stop using strtoll, it gives windows heartburn. by Chris Lattner · 16 years ago
  75. 5b0e01c move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 16 years ago[Renamed (99%) from llvm/tools/llvm-mc/AsmLexer.cpp]
  76. 6401c88 remove some confused code that used strtoull by Chris Lattner · 16 years ago
  77. 7a77eae Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
  78. 177934e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago
  79. 70855e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 16 years ago
  80. f29c0b6 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 16 years ago
  81. 10a1cfd avoid copying MCAsmInfo by value, add an (extremely low prio) fixme. by Chris Lattner · 16 years ago
  82. ecd879a Fixed some problems with the logic of parsing line comments by adding by Kevin Enderby · 16 years ago
  83. 9c0f7fc Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' in by Kevin Enderby · 16 years ago
  84. f92f990 Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation of by Kevin Enderby · 16 years ago
  85. 7d91218 Removed the non-target independent AsmToken::Register enum constant by Kevin Enderby · 16 years ago
  86. cbf4faf llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 16 years ago
  87. cb307a27 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 16 years ago
  88. 6d1e79d Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 16 years ago
  89. ee4465c Drop some AsmLexer methods in favor of their AsmToken equivalents. by Daniel Dunbar · 16 years ago
  90. f2dcd77 llvm-mc: Sink token enum into AsmToken. by Daniel Dunbar · 16 years ago
  91. 8368f4e llvm-mc: Factor AsmToken class out of AsmLexer. by Daniel Dunbar · 16 years ago
  92. 5cf338a llvm-mc: Stop uniqueing string tokens, nothing actually uses this. by Daniel Dunbar · 16 years ago
  93. 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  94. 693fbb8 implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 16 years ago
  95. c9dc78a Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  96. 6b22f9c llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 16 years ago
  97. 7e8d6c7 MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 16 years ago
  98. 2d2ee15 MC: Parse .set and assignments. by Daniel Dunbar · 16 years ago
  99. 4c501fc make the lexer unique strings it lexes instead of passing them back as by Chris Lattner · 16 years ago
  100. f97d8bb implement a trivial binary expression parser, we can now parse all of 176.gcc.llc.s by Chris Lattner · 16 years ago