summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/AsmParser.h
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Parse .org directives.Daniel Dunbar2009-06-251-0/+1
* MC: Parse .set and assignments.Daniel Dunbar2009-06-251-0/+2
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-241-0/+4
* implement a bunch of synonyms for section switching.Chris Lattner2009-06-241-1/+3
* add support for parsing and emitting .section directives. We can now parse Chris Lattner2009-06-241-0/+4
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-1/+4
* create an MCStreamer and provide it to AsmParser.Chris Lattner2009-06-241-1/+4
* refactor a bunch of X86 specific stuff out to its own file.Chris Lattner2009-06-231-2/+6
* implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner2009-06-231-0/+1
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-221-0/+2
* implement memory operand parsing.Chris Lattner2009-06-221-0/+2
* start implementing some simple operand parsing.Chris Lattner2009-06-221-1/+6
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-0/+2
* set up the top-level parsing loop.Chris Lattner2009-06-211-0/+3
* stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner2009-06-211-0/+34
OpenPOWER on IntegriCloud