summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/AsmLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-221-304/+0
* remove some confused code that used strtoullChris Lattner2010-01-221-12/+5
* Moved handling of inclusion from the AsmLexer toSean Callanan2010-01-211-37/+16
* Changed the AsmParser to handle error messages itselfSean Callanan2010-01-201-5/+0
* Modified MCAsmLexer to return error information upwardSean Callanan2010-01-201-1/+2
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-141-1/+1
* avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2009-09-271-4/+2
* Fixed some problems with the logic of parsing line comments by addingKevin Enderby2009-09-161-8/+11
* Added AsmToken enum constants to MCAsmLexer.h for '[', ']', '{', and '}' inKevin Enderby2009-09-041-0/+4
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-041-5/+15
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-031-12/+1
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-141-4/+0
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-0/+11
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-281-1/+0
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-281-0/+4
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-281-41/+41
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-281-59/+60
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-281-17/+3
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-6/+9
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-0/+19
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-3/+4
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-5/+9
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-14/+25
* MC: Parse .set and assignments.Daniel Dunbar2009-06-251-0/+1
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-241-3/+21
* implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner2009-06-231-3/+22
* get a definition of strull on windows, thanks to Howard Su.Chris Lattner2009-06-231-0/+1
* Include cstdio to get EOF, needed with gcc-4.4.Duncan Sands2009-06-221-1/+2
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-221-0/+1
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-11/+5
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-211-6/+5
* add string literals.Chris Lattner2009-06-211-1/+24
* hopefully fix the build on linux.Chris Lattner2009-06-211-0/+1
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-211-5/+157
* some baby steps.Chris Lattner2009-06-211-0/+87
OpenPOWER on IntegriCloud