1. 9643ac5 llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). by Daniel Dunbar · 16 years ago
  2. 28c251b llvm-mc: Move AsmExpr into MC lib (as MCExpr). by Daniel Dunbar · 16 years ago
  3. 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 16 years ago
  4. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 16 years ago
  5. b3f3c03 llvm-mc: Various section parsing fixes. by Daniel Dunbar · 16 years ago
  6. 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 16 years ago
  7. d0c14d6 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these by Daniel Dunbar · 16 years ago
  8. ff4bc46 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 16 years ago
  9. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 16 years ago
  10. a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 16 years ago
  11. 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 16 years ago
  12. e240beb Make expression parsing and error/warning reporting available through the by Daniel Dunbar · 16 years ago
  13. a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 16 years ago
  14. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 16 years ago
  15. 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 16 years ago
  16. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 16 years ago
  17. dbd692a Add MCAsmLexer interface. by Daniel Dunbar · 16 years ago
  18. a3af370 Add MCAsmParser interface. by Daniel Dunbar · 16 years ago
  19. 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 16 years ago
  20. 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 16 years ago
  21. 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 16 years ago
  22. 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 16 years ago
  23. 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 16 years ago
  24. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 16 years ago
  25. 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 16 years ago
  26. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 16 years ago
  27. 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 16 years ago
  28. 2c3f00c llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me by Daniel Dunbar · 16 years ago
  29. 46b6c52 llvm-mc/x86: Factor out ParseX86Register. by Daniel Dunbar · 16 years ago
  30. d9627e1 llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. by Daniel Dunbar · 16 years ago
  31. 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 16 years ago
  32. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  33. d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 16 years ago
  34. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 16 years ago
  35. 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 16 years ago
  36. c238b58 MC: Parse .org directives. by Daniel Dunbar · 16 years ago
  37. 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 16 years ago
  38. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 16 years ago
  39. 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 16 years ago
  40. 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 16 years ago
  41. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 16 years ago
  42. cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 16 years ago
  43. 29dfe7c refactor a bunch of X86 specific stuff out to its own file. by Chris Lattner · 16 years ago
  44. 8dfbe6c implement a trivial binary expression parser, we can now parse all of 176.gcc.llc.s by Chris Lattner · 16 years ago
  45. 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 16 years ago
  46. c419383 implement memory operand parsing. by Chris Lattner · 16 years ago
  47. 2cf5f14 start implementing some simple operand parsing. by Chris Lattner · 16 years ago
  48. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
  49. b0789ed set up the top-level parsing loop. by Chris Lattner · 16 years ago
  50. 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 16 years ago