aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-mc/AsmParser.cpp
AgeCommit message (Expand)Author
2009-06-23Start flushing out MCContext.Daniel Dunbar
2009-06-23refactor a bunch of X86 specific stuff out to its own file.Chris Lattner
2009-06-23implement a trivial binary expression parser, we can now parse all of 176.gcc...Chris Lattner
2009-06-22process memory operands with a parenthesized expression for a displacement,Chris Lattner
2009-06-22Implement full support for parsing primary expressions. We can now parseChris Lattner
2009-06-22implement parser support for '*' operands, as in "call *%eax".Chris Lattner
2009-06-22implement memory operand parsing.Chris Lattner
2009-06-22start implementing some simple operand parsing.Chris Lattner
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner
2009-06-21set up the top-level parsing loop.Chris Lattner
2009-06-21stub out parser for asm files. Change invariant on lexer to alwaysChris Lattner