1. b7f689b Update MCParsedAsmOperand debug methods. by Jim Grosbach · 14 years ago
  2. 254cf03 Asm parser range checking on .<size> <value> directives. by Jim Grosbach · 14 years ago
  3. 5cc6491 MC: Allow .common as alias for .comm assembler directive. PR10116. by Hans Wennborg · 14 years ago
  4. e82b8ee Diagnostic for undefined assembler local symbols. by Jim Grosbach · 14 years ago
  5. 6c3044d Revert 133010. Self-hosted buildbot unhappy. by Jim Grosbach · 14 years ago
  6. c35dd25 Diagnostic for undefined assembler local symbols. by Jim Grosbach · 14 years ago
  7. 6536644 Basic support for macros with explicit arguments. by Rafael Espindola · 14 years ago
  8. 6f888a8 .cfi directive register parsing flexibility. by Jim Grosbach · 14 years ago
  9. dd13790 Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 14 years ago
  10. 95ae09a Propagate error correctly in the MC Asm parser for leading '$' expressions. by Jim Grosbach · 14 years ago
  11. f8cd708 Reapply 131644 including the missing header changes: by Joerg Sonnenberger · 14 years ago
  12. 8bd71a1 Revert r131644; it's breaking the build. by Eli Friedman · 14 years ago
  13. bae1c92 Introduce -fatal-assembler-warnings for the obvious purpose by Joerg Sonnenberger · 14 years ago
  14. f9efd83 Parsing and plumbing for .cfi_sections. by Rafael Espindola · 14 years ago
  15. 6db7fe8 MC/AsmParser: Generalize a check. by Daniel Dunbar · 14 years ago
  16. 3f3bf93 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 14 years ago
  17. 066c2f4 Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 14 years ago
  18. 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 14 years ago
  19. 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 14 years ago
  20. c575439 Implement .cfi_same_value. by Rafael Espindola · 14 years ago
  21. f3755b2 To avoid printing out multiple error messages for cases like: by Eric Christopher · 14 years ago
  22. a61842b Implement cfi_rel_offset by Rafael Espindola · 14 years ago
  23. 53abbe5 implement .cfi_adjust_cfa_offset. by Rafael Espindola · 14 years ago
  24. ce8463f Add support for .skip. Patch by Roman Divacky. Fixes PR9361. by Rafael Espindola · 14 years ago
  25. 360d8d7 Added support symbolic floating point constants in the MC assembler for Infinity by Kevin Enderby · 14 years ago
  26. 8b2b43c MC: Improve some diagnostics on uses of '.' pseudo-symbol. by Daniel Dunbar · 14 years ago
  27. 0143ac1 Tidyness. by Daniel Dunbar · 14 years ago
  28. 93c65e6 Restore r125595 (reverted in r126336) with modifications: by Joerg Sonnenberger · 14 years ago
  29. 33b7beb Revert r125595, which is an X86-only undocumented assembly syntax extension by Jim Grosbach · 14 years ago
  30. 738a00e Add support for parsing [expr]. by Roman Divacky · 14 years ago
  31. de2f5f4 More whitespace cleanup... by Jim Grosbach · 15 years ago
  32. 0fd90bc Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
  33. 720b918 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 15 years ago
  34. bb6d14f by Roman Divacky · 15 years ago
  35. f6fbd84 Error on all .code* directives instead of just .code16 as they by Roman Divacky · 15 years ago
  36. cb72780 Error on .code16 instead of producing wrong (32bit) code. by Roman Divacky · 15 years ago
  37. 14e6655 Add support for parsing .float by Roman Divacky · 15 years ago
  38. 4c4c732 PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! by Nico Weber · 15 years ago
  39. 54b0f4f by Roman Divacky · 15 years ago
  40. 69c4ef3 Add support for parsing a Real value. It stores the Real value as its binary by Bill Wendling · 15 years ago
  41. 4121e8a Make sure to propogate the error code when we fail to parse a modifier. by Jim Grosbach · 15 years ago
  42. caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
  43. b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
  44. fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
  45. bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
  46. 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  47. d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
  48. d82ed5b In llvm-mc parse a Hash token as a full line comment. Allows handling of by Kevin Enderby · 15 years ago
  49. 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  50. cdfecc8 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
  51. e8e98d7 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
  52. 435279b Add support for .int. by Rafael Espindola · 15 years ago
  53. 110f22a Add support for .2byte, .4byte and .8byte. Fixes PR8631. by Rafael Espindola · 15 years ago
  54. af6b5808 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  55. 1fdfbc4 Parse and ignore some .cfi_* directives. by Rafael Espindola · 15 years ago
  56. db9835d Fix PR8565. by Rafael Espindola · 15 years ago
  57. c50a0fd Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
  58. e1a2587 Mark labels declared in tls sections as STT_TLS. This matches the behavior of by Rafael Espindola · 15 years ago
  59. 603abd5 Fix typo. by Daniel Dunbar · 15 years ago
  60. 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  61. cc3acee Add support for .value. by Rafael Espindola · 15 years ago
  62. 787c337 Add support for the .string directive. by Rafael Espindola · 15 years ago
  63. f9d1752 Use the IDVal directly as there's no need to convert to std::string. by Roman Divacky · 15 years ago
  64. 50e7a78 Implement .equ directive as a synonym to .set. by Roman Divacky · 15 years ago
  65. b1e0f76 MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. by Daniel Dunbar · 15 years ago
  66. 1cd9708 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 15 years ago
  67. 138abae MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
  68. 7d49004 MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
  69. c0c8df3 Fix Whitespace. by Michael J. Spencer · 15 years ago
  70. e90ea13 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
  71. e452b17 Add support for a fill value in the .zero directive. by Rafael Espindola · 15 years ago
  72. 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  73. 083cf15 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  74. c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
  75. a854a4b Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 15 years ago
  76. 7036f8b change the protocol TargetAsmPArser::MatchInstruction method to take an by Chris Lattner · 15 years ago
  77. d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  78. b95a079 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 15 years ago
  79. f7d4da0 fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 15 years ago
  80. f7c10a3 Implement support for .local and its "interesting" interactions with .comm. by Rafael Espindola · 15 years ago
  81. f3f95c9 Fix an MSVC warning. by Daniel Dunbar · 15 years ago
  82. cceba83 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 15 years ago
  83. 2ea2ac7 Add support for the .zero directive. by Rafael Espindola · 15 years ago
  84. d80781b Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
  85. b98ac2a Add support for leb128 of absolute expressions. by Rafael Espindola · 15 years ago
  86. cbf8a98 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 15 years ago
  87. 1ab6f2f llvm-mc: Don't crash when using -n and we see a directive before the initial section. by Daniel Dunbar · 15 years ago
  88. 93bd4d1 llvm-mc: Make sure we exit != 0 if any errors are encountered. by Daniel Dunbar · 15 years ago
  89. 34e5314 change the MC "ParseInstruction" interface to make it the by Chris Lattner · 15 years ago
  90. 6d8f1a9 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
  91. c1840b3 First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
  92. e17edff MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
  93. 1f1b865 MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
  94. f1e29d4 MC/AsmParser: Push the burdon of emitting diagnostics about unmatched by Daniel Dunbar · 15 years ago
  95. 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
  96. e25c6b9 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 15 years ago
  97. 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 15 years ago
  98. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
  99. 5d68ec2 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 15 years ago
  100. 1edf6ca MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago