summaryrefslogtreecommitdiff
path: root/tools/llvm-mc
Commit message (Expand)AuthorAge
* 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
* process memory operands with a parenthesized expression for a displacement,Chris Lattner2009-06-22
* Implement full support for parsing primary expressions. We can now parseChris Lattner2009-06-22
* implement parser support for '*' operands, as in "call *%eax".Chris Lattner2009-06-22
* implement memory operand parsing.Chris Lattner2009-06-22
* start implementing some simple operand parsing.Chris Lattner2009-06-22
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* set up the top-level parsing loop.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
* oh yeah, cmake needs to be told explicitly about new files :)Chris Lattner2009-06-21
* some baby steps.Chris Lattner2009-06-21
* start wiring up support for asm parsing.Chris Lattner2009-06-21
* fix build problem pointed out by John Thompson!Chris Lattner2009-06-18
* fix file headerChris Lattner2009-06-18
* Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner2009-06-18