1. a08b587 make pcrel immediate values relative to the start of the field, by Chris Lattner · 14 years ago
  2. b779033 add encoder support and tests for rdtscp by Chris Lattner · 14 years ago
  3. e9a60eb MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we avoid fixups for obvious cases like '-(16)'. by Daniel Dunbar · 14 years ago
  4. f068304 rip out the 'heinous' x86 MCCodeEmitter implementation. by Chris Lattner · 14 years ago
  5. a599de2 remove special cases for vmlaunch, vmresume, vmxoff, and swapgs by Chris Lattner · 14 years ago
  6. 9c60f53 MC/X86: Push immediate operands as immediates not expressions when possible. by Daniel Dunbar · 14 years ago
  7. ca3eeb3 add some disassemble testcases for weird instructions by Chris Lattner · 14 years ago
  8. 4a2e5ed implement the rest of correct x86-64 encoder support for by Chris Lattner · 14 years ago
  9. c4d3f66 fix the encodings of monitor and mwait, which were completely by Chris Lattner · 14 years ago
  10. 1c5bcac Remove the few # TAILCALL comments that snuck in. As they may fail on linux. by Kevin Enderby · 14 years ago
  11. ac175e2 Update the X86 assembler matcher test case now that a few more things match by Kevin Enderby · 14 years ago
  12. 1b6c060 MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL by Daniel Dunbar · 14 years ago
  13. ac6dd79 XFAIL this on linux until I figure out what is happening. by Daniel Dunbar · 14 years ago
  14. d901690 Replace this file containing 4 tests of x86 32-bit encodings with a file by Kevin Enderby · 14 years ago
  15. 40fe18f Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66 by Kevin Enderby · 14 years ago
  16. 9e8528f fix X86 encoder to output [disp] only addresses with no SIB byte by Chris Lattner · 14 years ago
  17. e16b0fc Implement x86 asm parsing support for %st and %st(4) by Chris Lattner · 15 years ago
  18. 8f60e4d fix incorrect encoding of SBB8mi that Kevin noticed. by Chris Lattner · 15 years ago
  19. 3f11183 fix a case where we'd mis-encode fisttp because of an incorrect (and by Chris Lattner · 15 years ago
  20. c8296a0 remove fixme by Chris Lattner · 15 years ago
  21. 12ce0de Added support for X86 instruction prefixes so llvm-mc can assemble them. The by Kevin Enderby · 15 years ago
  22. e7070e9 AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need by Daniel Dunbar · 15 years ago
  23. 4105155 remove the # TAILCALL markers, which was causing the to fail. by Chris Lattner · 15 years ago
  24. 197f1f0 MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of by Daniel Dunbar · 15 years ago
  25. e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago
  26. 1de46a4 this apparently depends on the host somehow. by Chris Lattner · 15 years ago
  27. d56f803 disable this test for now. by Chris Lattner · 15 years ago
  28. 82a5946 Added another version of the X86 assembler matcher test case. by Kevin Enderby · 15 years ago
  29. b834f5d MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing by Daniel Dunbar · 15 years ago
  30. 5045958 MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. by Daniel Dunbar · 15 years ago
  31. d32e803 wirte up .file and .file to the mc asmparser. by Chris Lattner · 15 years ago
  32. 75f265f fix a parsing problem on instructions like: by Chris Lattner · 15 years ago
  33. 12e555c teach MCAsmStreamer::EmitBytes to use .ascii and .asciz by Chris Lattner · 15 years ago
  34. 8a3ee71 Mark EH_RETURN64 as CodeGenOnly. by Daniel Dunbar · 15 years ago
  35. 6113b3d add an MCAsmStreamer::EmitFill specialization of EmitFill that by Chris Lattner · 15 years ago
  36. f4d9a55 only darwin has zerofill by Chris Lattner · 15 years ago
  37. 516088d specify a triple to use, fixing the test on non-x86-64 hosts. by Chris Lattner · 15 years ago
  38. 665e947 various cleanups, make the disassemble reject lines with too much by Chris Lattner · 15 years ago
  39. 2adbef0 rewrite the file parser for the disassembler, implementing support for by Chris Lattner · 15 years ago
  40. db196e8 Force triple in tests. by Daniel Dunbar · 15 years ago
  41. 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 15 years ago
  42. fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 15 years ago
  43. 5440f63 Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so by Kevin Enderby · 15 years ago
  44. 06e483d Move ARM and X86 specific AsmParser tests into separate subdirectories, and only by Daniel Dunbar · 15 years ago
  45. e895c61 Add an intel syntax MCInstPrinter implementation. You can now by Chris Lattner · 15 years ago
  46. ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 15 years ago
  47. b92c363 unbreak this test by working around an asmparser bug. by Chris Lattner · 15 years ago
  48. cd60c1f Unbreak these tests. Chris, please verify that these changes are intended. by Dan Gohman · 15 years ago
  49. 0892a6d use a darwin triple by Chris Lattner · 15 years ago
  50. 17b9abb adjust expected lines. by Chris Lattner · 15 years ago
  51. 2f0adae update test for alignment value in hex by Chris Lattner · 15 years ago
  52. 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 15 years ago
  53. e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 15 years ago
  54. 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 15 years ago
  55. 3a3cb6c Update test. by Daniel Dunbar · 15 years ago
  56. 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 15 years ago
  57. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
  58. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
  59. e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
  60. b1126e6 For now, only run MC tests if X86 is configured. by Daniel Dunbar · 15 years ago
  61. 7c0a334 llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text by Daniel Dunbar · 15 years ago
  62. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  63. 6009db4 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 15 years ago
  64. 3f6a960 llvm-mc/Mach-O: Add support for relocations. by Daniel Dunbar · 15 years ago
  65. 573e536 llvm-mc: Fix tests for python variations in int printing, sigh. by Daniel Dunbar · 15 years ago
  66. 6742e34 llvm-mc/Mach-O: Add section padding where needed (to align the next section). by Daniel Dunbar · 15 years ago
  67. 5e83596 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 15 years ago
  68. ad7c3d5 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 15 years ago
  69. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  70. 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
  71. 605187e Force triple for these tests. by Daniel Dunbar · 15 years ago
  72. 2330df6 llvm-mc: Improve handling of implicit alignment for magic section directives by Daniel Dunbar · 15 years ago
  73. d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 15 years ago
  74. 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 15 years ago
  75. bc38ca7 llvm-mc: Accept .fill size of 8. by Daniel Dunbar · 15 years ago
  76. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
  77. c21d588 Fix typo by Daniel Dunbar · 15 years ago
  78. 6e579c6 fix asmstreaming of 2/4 byte elements with pow-2 alignments. by Chris Lattner · 15 years ago
  79. e44313e llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. by Daniel Dunbar · 15 years ago
  80. b2d0b6b llvm-mc: When handling a .set, make sure to print subsequent references to the by Daniel Dunbar · 15 years ago
  81. 12de0df llvm-mc: zerofill shouldn't print quotes around the section,segment. by Daniel Dunbar · 15 years ago
  82. 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 15 years ago
  83. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  84. 1095f2a llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') by Daniel Dunbar · 15 years ago
  85. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 15 years ago
  86. 0db68f4 llvm-mc/X86: Parse '*' correctly (in the way the matcher expects). by Daniel Dunbar · 15 years ago
  87. 1e840b2 llvm-mc: Accept .word as a synonym for .short by Daniel Dunbar · 15 years ago
  88. d0c14d6 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these by Daniel Dunbar · 15 years ago
  89. ace6312 llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' by Daniel Dunbar · 15 years ago
  90. ea6408f llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. by Daniel Dunbar · 15 years ago
  91. 44f63f9 llvm-mc/AsmParser: Disambiguate i64i8imm. by Daniel Dunbar · 15 years ago
  92. fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 15 years ago
  93. a62b02a Disable this test for now, we don't check for super classes when matching yet. by Daniel Dunbar · 15 years ago
  94. 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 15 years ago
  95. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 15 years ago
  96. a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 15 years ago
  97. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 15 years ago
  98. 7ddca30 Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on by Daniel Dunbar · 15 years ago
  99. 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 15 years ago
  100. a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 15 years ago