summaryrefslogtreecommitdiff
path: root/tools/llvm-mc/AsmLexer.cpp
Commit message (Expand)AuthorAge
* llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.Daniel Dunbar2009-08-14
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* Expose Tokens to target specific assembly parsers.Daniel Dunbar2009-07-28
* Drop some AsmLexer methods in favor of their AsmToken equivalents.Daniel Dunbar2009-07-28
* llvm-mc: Sink token enum into AsmToken.Daniel Dunbar2009-07-28
* llvm-mc: Factor AsmToken class out of AsmLexer.Daniel Dunbar2009-07-28
* llvm-mc: Stop uniqueing string tokens, nothing actually uses this.Daniel Dunbar2009-07-28
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-23
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-29
* MC: Parse .set and assignments.Daniel Dunbar2009-06-25
* make the lexer unique strings it lexes instead of passing them back asChris Lattner2009-06-24
* implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner2009-06-23
* get a definition of strull on windows, thanks to Howard Su.Chris Lattner2009-06-23
* Include cstdio to get EOF, needed with gcc-4.4.Duncan Sands2009-06-22
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-22
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-21
* add string literals.Chris Lattner2009-06-21
* hopefully fix the build on linux.Chris Lattner2009-06-21
* implement enough of a lexer to get through Olden/health/Output/health.llc.sChris Lattner2009-06-21
* some baby steps.Chris Lattner2009-06-21