1. 3f56104 Tidyness. by Daniel Dunbar · 15 years ago
  2. afb36fa Restore r125595 (reverted in r126336) with modifications: by Joerg Sonnenberger · 15 years ago
  3. 0c03a3a Revert r125595, which is an X86-only undocumented assembly syntax extension by Jim Grosbach · 15 years ago
  4. 4e0f495 Add support for parsing [expr]. by Roman Divacky · 15 years ago
  5. 01af6c4 More whitespace cleanup... by Jim Grosbach · 15 years ago
  6. 7b7caf5 Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. by Benjamin Kramer · 15 years ago
  7. 813bdf6 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 15 years ago
  8. 9a58919 by Roman Divacky · 15 years ago
  9. bd59dff Error on all .code* directives instead of just .code16 as they by Roman Divacky · 15 years ago
  10. cd9ae95 Error on .code16 instead of producing wrong (32bit) code. by Roman Divacky · 15 years ago
  11. 7e9e290 Add support for parsing .float by Roman Divacky · 15 years ago
  12. 4ada0d9 PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! by Nico Weber · 15 years ago
  13. ed5efb4 by Roman Divacky · 15 years ago
  14. cdbf17b Add support for parsing a Real value. It stores the Real value as its binary by Bill Wendling · 15 years ago
  15. 493c0fb Make sure to propogate the error code when we fail to parse a modifier. by Jim Grosbach · 15 years ago
  16. 46a5b05 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
  17. 290d716 Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
  18. 85d9198 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
  19. 1de2dd0 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
  20. 2ac8355 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  21. 9141b61 Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
  22. fa3c6f1 In llvm-mc parse a Hash token as a full line comment. Allows handling of by Kevin Enderby · 15 years ago
  23. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  24. 3c227b0 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
  25. 8be1441 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
  26. b67912d Add support for .int. by Rafael Espindola · 15 years ago
  27. 5c99689 Add support for .2byte, .4byte and .8byte. Fixes PR8631. by Rafael Espindola · 15 years ago
  28. c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  29. 3bbea57 Parse and ignore some .cfi_* directives. by Rafael Espindola · 15 years ago
  30. 46c79ef Fix PR8565. by Rafael Espindola · 15 years ago
  31. f01b622 Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
  32. 84d0318 Mark labels declared in tls sections as STT_TLS. This matches the behavior of by Rafael Espindola · 15 years ago
  33. 8a3c3f2 Fix typo. by Daniel Dunbar · 15 years ago
  34. 5e87498 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  35. 144fb8a Add support for .value. by Rafael Espindola · 15 years ago
  36. 63760ba Add support for the .string directive. by Rafael Espindola · 15 years ago
  37. 41e6ceb Use the IDVal directly as there's no need to convert to std::string. by Roman Divacky · 15 years ago
  38. fdac636 Implement .equ directive as a synonym to .set. by Roman Divacky · 15 years ago
  39. b3a48f3 MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. by Daniel Dunbar · 15 years ago
  40. 1898262 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 15 years ago
  41. 4d99878 MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
  42. c8dbdfd MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
  43. 530ce85 Fix Whitespace. by Michael J. Spencer · 15 years ago
  44. 3d89823 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
  45. b91bac6 Add support for a fill value in the .zero directive. by Rafael Espindola · 15 years ago
  46. a68d004 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  47. 87f77b5 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  48. e46564a This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
  49. c768287 Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 15 years ago
  50. b44fd24 change the protocol TargetAsmPArser::MatchInstruction method to take an by Chris Lattner · 15 years ago
  51. c758311 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  52. 2af1653 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 15 years ago
  53. 2bb9504d fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 15 years ago
  54. f0591c1 Implement support for .local and its "interesting" interactions with .comm. by Rafael Espindola · 15 years ago
  55. baad46c Fix an MSVC warning. by Daniel Dunbar · 15 years ago
  56. 55f1667 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 15 years ago
  57. 922e3f4 Add support for the .zero directive. by Rafael Espindola · 15 years ago
  58. f667d92 Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
  59. 12d73d1 Add support for leb128 of absolute expressions. by Rafael Espindola · 15 years ago
  60. a2a9d16 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 15 years ago
  61. e5444a8 llvm-mc: Don't crash when using -n and we see a directive before the initial section. by Daniel Dunbar · 15 years ago
  62. 43325c4 llvm-mc: Make sure we exit != 0 if any errors are encountered. by Daniel Dunbar · 15 years ago
  63. 91689c1 change the MC "ParseInstruction" interface to make it the by Chris Lattner · 15 years ago
  64. a71ab07 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
  65. 1264b7c First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
  66. 2476432 MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
  67. 3b96ffd MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
  68. 2ecc3bb MC/AsmParser: Push the burdon of emitting diagnostics about unmatched by Daniel Dunbar · 15 years ago
  69. 2eca025 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
  70. d215976 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 15 years ago
  71. b759a13 MC: Destroy Macro instances. by Daniel Dunbar · 15 years ago
  72. e5930f1 Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
  73. 20b0264 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 15 years ago
  74. 8897d47 MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
  75. 40a564f MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 15 years ago
  76. 6fb1c3a MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 15 years ago
  77. 4323571 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 15 years ago
  78. c1f58ec MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 15 years ago
  79. 828984f MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 15 years ago
  80. d8a1845 MC/AsmParser: Use Error() instead of calling PrintMessage() directly. by Daniel Dunbar · 15 years ago
  81. 2a2c6cf MC/AsmParser: Hide the AsmParser implementation. by Daniel Dunbar · 15 years ago
  82. 01e3607 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
  83. c2b3675 fix indentation and 80 cols by Chris Lattner · 15 years ago
  84. 92d8998 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
  85. ab058b8 MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp. by Daniel Dunbar · 15 years ago
  86. 0cb91cf MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp. by Daniel Dunbar · 15 years ago
  87. a5bf6b6 MC/AsmParser: Move .section parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  88. aa59cf2 MC/AsmParser: Move special section directive parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  89. 80be44a MC/AsmParser: Add a basic ELFAsmParser extension. by Daniel Dunbar · 15 years ago
  90. 101c14c MC/AsmParser: Inline AsmParser::CreateSymbol into callers. by Daniel Dunbar · 15 years ago
  91. d388c93 MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  92. 63a379d MC/AsmParser: Move .desc parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  93. b992f1a MC/AsmParser: Move .lsym parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  94. ae9da14 MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. by Daniel Dunbar · 15 years ago
  95. c501108 MC/AsmParser: Add a DarwinAsmParser extension. by Daniel Dunbar · 15 years ago
  96. dd41dcf MC/AsmParser: Switch a bunch of directive parsing to use accessors. by Daniel Dunbar · 15 years ago
  97. 8603340 MCAsmParser: Pull some directive handling out into a helper class, and change by Daniel Dunbar · 15 years ago
  98. cc21af1 MC/AsmParser: Switch some directive parsing to use accessor methods. by Daniel Dunbar · 15 years ago
  99. af3d1de MC: Add MCAsmParserExtension, a base class for all the target/object specific by Daniel Dunbar · 15 years ago
  100. 4be8f2f MC: Move AsmParser::TokError to MCAsmParser(). by Daniel Dunbar · 15 years ago