summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/AsmLexer.h
Commit message (Expand)AuthorAgeFilesLines
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-221-72/+0
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-1/+1
* Moved handling of inclusion from the AsmLexer toSean Callanan2010-01-211-10/+3
* Changed the AsmParser to handle error messages itselfSean Callanan2010-01-201-2/+0
* fix parsing .comm directives on systems which do not represent alignmentsChris Lattner2010-01-191-1/+3
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner2009-09-271-1/+1
* Fixed some problems with the logic of parsing line comments by addingKevin Enderby2009-09-161-1/+2
* Added the AsmToken::Hash enum constant to MCAsmLexer.h in preparation ofKevin Enderby2009-09-041-1/+4
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-031-1/+0
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-0/+3
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-281-80/+6
* Switch AsmLexer::Lex to returning a reference to the current token.Daniel Dunbar2009-07-281-2/+2
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-281-14/+8
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-281-16/+19
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-281-24/+48
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-281-3/+1
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-271-2/+8
* Add MCAsmLexer interface.Daniel Dunbar2009-07-201-1/+2
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-0/+3
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-1/+1
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-1/+1
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-3/+5
* MC: Parse .set and assignments.Daniel Dunbar2009-06-251-1/+1
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-241-3/+7
* implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner2009-06-231-1/+4
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-221-2/+1
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-2/+1
* set up the top-level parsing loop.Chris Lattner2009-06-211-0/+2
* add string literals.Chris Lattner2009-06-211-1/+8
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-211-3/+13
* some baby steps.Chris Lattner2009-06-211-0/+92
OpenPOWER on IntegriCloud