1. db196e8 Force triple in tests. by Daniel Dunbar · 15 years ago
  2. 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 15 years ago
  3. fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 15 years ago
  4. 5440f63 Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so by Kevin Enderby · 15 years ago
  5. 06e483d Move ARM and X86 specific AsmParser tests into separate subdirectories, and only by Daniel Dunbar · 15 years ago
  6. e895c61 Add an intel syntax MCInstPrinter implementation. You can now by Chris Lattner · 15 years ago
  7. ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 15 years ago
  8. b92c363 unbreak this test by working around an asmparser bug. by Chris Lattner · 15 years ago
  9. cd60c1f Unbreak these tests. Chris, please verify that these changes are intended. by Dan Gohman · 15 years ago
  10. 0892a6d use a darwin triple by Chris Lattner · 15 years ago
  11. 17b9abb adjust expected lines. by Chris Lattner · 15 years ago
  12. 2f0adae update test for alignment value in hex by Chris Lattner · 15 years ago
  13. 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 15 years ago
  14. e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 15 years ago
  15. 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 15 years ago
  16. 3a3cb6c Update test. by Daniel Dunbar · 15 years ago
  17. 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 15 years ago
  18. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
  19. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
  20. e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
  21. b1126e6 For now, only run MC tests if X86 is configured. by Daniel Dunbar · 15 years ago
  22. 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 15 years ago
  23. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  24. 6009db4 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 15 years ago
  25. 3f6a960 llvm-mc/Mach-O: Add support for relocations. by Daniel Dunbar · 15 years ago
  26. 573e536 llvm-mc: Fix tests for python variations in int printing, sigh. by Daniel Dunbar · 15 years ago
  27. 6742e34 llvm-mc/Mach-O: Add section padding where needed (to align the next section). by Daniel Dunbar · 15 years ago
  28. 5e83596 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 15 years ago
  29. ad7c3d5 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 15 years ago
  30. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  31. 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
  32. 605187e Force triple for these tests. by Daniel Dunbar · 15 years ago
  33. 2330df6 llvm-mc: Improve handling of implicit alignment for magic section directives by Daniel Dunbar · 15 years ago
  34. d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 15 years ago
  35. 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 15 years ago
  36. bc38ca7 llvm-mc: Accept .fill size of 8. by Daniel Dunbar · 15 years ago
  37. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
  38. c21d588 Fix typo by Daniel Dunbar · 15 years ago
  39. 6e579c6 fix asmstreaming of 2/4 byte elements with pow-2 alignments. by Chris Lattner · 15 years ago
  40. e44313e llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. by Daniel Dunbar · 15 years ago
  41. b2d0b6b llvm-mc: When handling a .set, make sure to print subsequent references to the by Daniel Dunbar · 15 years ago
  42. 12de0df llvm-mc: zerofill shouldn't print quotes around the section,segment. by Daniel Dunbar · 15 years ago
  43. 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 15 years ago
  44. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  45. 1095f2a llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') by Daniel Dunbar · 15 years ago
  46. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 15 years ago
  47. 0db68f4 llvm-mc/X86: Parse '*' correctly (in the way the matcher expects). by Daniel Dunbar · 15 years ago
  48. 1e840b2 llvm-mc: Accept .word as a synonym for .short by Daniel Dunbar · 15 years ago
  49. d0c14d6 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these by Daniel Dunbar · 15 years ago
  50. ace6312 llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' by Daniel Dunbar · 15 years ago
  51. ea6408f llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. by Daniel Dunbar · 15 years ago
  52. 44f63f9 llvm-mc/AsmParser: Disambiguate i64i8imm. by Daniel Dunbar · 15 years ago
  53. fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 15 years ago
  54. a62b02a Disable this test for now, we don't check for super classes when matching yet. by Daniel Dunbar · 15 years ago
  55. 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 15 years ago
  56. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 15 years ago
  57. a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 15 years ago
  58. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 15 years ago
  59. 7ddca30 Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on by Daniel Dunbar · 15 years ago
  60. 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 15 years ago
  61. a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 15 years ago
  62. 35ee93b llvm-mc: Add -triple, and fix some typos by Daniel Dunbar · 15 years ago
  63. ad4555c llvm-mc: Fix .s output to quote section & symbol names when necessary. by Daniel Dunbar · 15 years ago
  64. c09e411 llvm-mc: A few more parsing / match tweaks. by Daniel Dunbar · 15 years ago
  65. 76c4d76 llvm-mc: Support quoted identifiers. by Daniel Dunbar · 15 years ago
  66. 022e2a8 llvm-mc/X86: Sketch match functions for immediates and memory operands. by Daniel Dunbar · 15 years ago
  67. b6804e9 Add this test back, the check pattern was too strict. by Daniel Dunbar · 15 years ago
  68. 527695d Remove this test while I figure out why it is failing. by Daniel Dunbar · 15 years ago
  69. a027d22 llvm-mc: Match a few X86 instructions. by Daniel Dunbar · 15 years ago
  70. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
  71. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 15 years ago
  72. b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 15 years ago
  73. 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 15 years ago
  74. 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 15 years ago
  75. 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 15 years ago
  76. 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 15 years ago
  77. 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 15 years ago
  78. 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 15 years ago
  79. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
  80. 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  81. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  82. 096e728 Switch all the MC tests to use FileCheck. by Chris Lattner · 15 years ago
  83. 648f997 convert to FileCheck style. by Chris Lattner · 15 years ago
  84. 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 15 years ago
  85. 0a93771 llvm-mc/x86: Test case for x86 operand parsing. by Daniel Dunbar · 15 years ago
  86. 374d8bd llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are by Daniel Dunbar · 15 years ago
  87. f4b830f llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. by Daniel Dunbar · 15 years ago
  88. d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 15 years ago
  89. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 15 years ago
  90. 1ad7edc llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  91. 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 15 years ago
  92. c238b58 MC: Parse .org directives. by Daniel Dunbar · 15 years ago
  93. 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 15 years ago
  94. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 15 years ago