1. 87380cb add some of the new tokens, others are still missing. by Chris Lattner · 16 years ago
  2. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  3. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 16 years ago
  4. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  5. cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 16 years ago
  6. 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 16 years ago
  7. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
  8. 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 16 years ago
  9. 10a907d add string literals. by Chris Lattner · 16 years ago
  10. 4651bca implement enough of a lexer to get through Olden/health/Output/health.llc.s by Chris Lattner · 16 years ago
  11. a59e877 some baby steps. by Chris Lattner · 16 years ago
  12. b23677e start wiring up support for asm parsing. by Chris Lattner · 16 years ago
  13. bb4688a fix file header by Chris Lattner · 16 years ago
  14. f9f065e Add a skeleton driver for new machine code level fun. llvm-mc is meant by Chris Lattner · 16 years ago