1. 2c3f00c llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me by Daniel Dunbar · 16 years ago
  2. 46b6c52 llvm-mc/x86: Factor out ParseX86Register. by Daniel Dunbar · 16 years ago
  3. d9627e1 llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. by Daniel Dunbar · 16 years ago
  4. 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 16 years ago
  5. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  6. d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 16 years ago
  7. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 16 years ago
  8. 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 16 years ago
  9. c238b58 MC: Parse .org directives. by Daniel Dunbar · 16 years ago
  10. 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 16 years ago
  11. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 16 years ago
  12. 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 16 years ago
  13. 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 16 years ago
  14. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  15. cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 16 years ago
  16. 29dfe7c refactor a bunch of X86 specific stuff out to its own file. by Chris Lattner · 16 years ago
  17. 8dfbe6c implement a trivial binary expression parser, we can now parse all of 176.gcc.llc.s by Chris Lattner · 16 years ago
  18. 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 16 years ago
  19. c419383 implement memory operand parsing. by Chris Lattner · 16 years ago
  20. 2cf5f14 start implementing some simple operand parsing. by Chris Lattner · 16 years ago
  21. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
  22. b0789ed set up the top-level parsing loop. by Chris Lattner · 16 years ago
  23. 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 16 years ago