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