1. caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 15 years ago
  2. b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 15 years ago
  3. fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 15 years ago
  4. bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
  5. 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  6. d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 15 years ago
  7. d82ed5b In llvm-mc parse a Hash token as a full line comment. Allows handling of by Kevin Enderby · 15 years ago
  8. 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  9. cdfecc8 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
  10. e8e98d7 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
  11. 435279b Add support for .int. by Rafael Espindola · 15 years ago
  12. 110f22a Add support for .2byte, .4byte and .8byte. Fixes PR8631. by Rafael Espindola · 15 years ago
  13. af6b5808 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  14. 1fdfbc4 Parse and ignore some .cfi_* directives. by Rafael Espindola · 15 years ago
  15. db9835d Fix PR8565. by Rafael Espindola · 15 years ago
  16. c50a0fd Parse and remember discriminators in .loc line. I try to output them with by Rafael Espindola · 15 years ago
  17. e1a2587 Mark labels declared in tls sections as STT_TLS. This matches the behavior of by Rafael Espindola · 15 years ago
  18. 603abd5 Fix typo. by Daniel Dunbar · 15 years ago
  19. 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  20. cc3acee Add support for .value. by Rafael Espindola · 15 years ago
  21. 787c337 Add support for the .string directive. by Rafael Espindola · 15 years ago
  22. f9d1752 Use the IDVal directly as there's no need to convert to std::string. by Roman Divacky · 15 years ago
  23. 50e7a78 Implement .equ directive as a synonym to .set. by Roman Divacky · 15 years ago
  24. b1e0f76 MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. by Daniel Dunbar · 15 years ago
  25. 1cd9708 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 15 years ago
  26. 138abae MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
  27. 7d49004 MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
  28. c0c8df3 Fix Whitespace. by Michael J. Spencer · 15 years ago
  29. e90ea13 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
  30. e452b17 Add support for a fill value in the .zero directive. by Rafael Espindola · 15 years ago
  31. 3f55c24 Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! by Kevin Enderby · 15 years ago
  32. 083cf15 Add hook in MCSection to decide when to use "optimized nops", for each by Jan Wen Voung · 15 years ago
  33. c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 15 years ago
  34. a854a4b Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 15 years ago
  35. 7036f8b change the protocol TargetAsmPArser::MatchInstruction method to take an by Chris Lattner · 15 years ago
  36. d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  37. b95a079 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 15 years ago
  38. f7d4da0 fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 15 years ago
  39. f7c10a3 Implement support for .local and its "interesting" interactions with .comm. by Rafael Espindola · 15 years ago
  40. f3f95c9 Fix an MSVC warning. by Daniel Dunbar · 15 years ago
  41. cceba83 MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the by Daniel Dunbar · 15 years ago
  42. 2ea2ac7 Add support for the .zero directive. by Rafael Espindola · 15 years ago
  43. d80781b Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
  44. b98ac2a Add support for leb128 of absolute expressions. by Rafael Espindola · 15 years ago
  45. cbf8a98 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 15 years ago
  46. 1ab6f2f llvm-mc: Don't crash when using -n and we see a directive before the initial section. by Daniel Dunbar · 15 years ago
  47. 93bd4d1 llvm-mc: Make sure we exit != 0 if any errors are encountered. by Daniel Dunbar · 15 years ago
  48. 34e5314 change the MC "ParseInstruction" interface to make it the by Chris Lattner · 15 years ago
  49. 6d8f1a9 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
  50. c1840b3 First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
  51. e17edff MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
  52. 1f1b865 MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
  53. f1e29d4 MC/AsmParser: Push the burdon of emitting diagnostics about unmatched by Daniel Dunbar · 15 years ago
  54. 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
  55. e25c6b9 MC/AsmParser: Fix a bug in macro argument parsing, which was dropping by Daniel Dunbar · 15 years ago
  56. 5649130 MC: Destroy Macro instances. by Daniel Dunbar · 15 years ago
  57. 7cbf73a Added first bit of support for the dwarf .file directive. This patch collects by Kevin Enderby · 15 years ago
  58. 5d68ec2 Make .align parse correctly on platforms where .align is measured in bytes. by Eli Friedman · 15 years ago
  59. 1edf6ca MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
  60. 6a46d57 MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token by Daniel Dunbar · 15 years ago
  61. 7a570d0 MC/AsmParser: Add macro argument substitution support. by Daniel Dunbar · 15 years ago
  62. c64a0d7 MC/AsmParser: Add basic support for macro instantiation. by Daniel Dunbar · 15 years ago
  63. 6d8cf08 MC/AsmParser: Add basic parsing support for .macro definitions. by Daniel Dunbar · 15 years ago
  64. 3c802de MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't by Daniel Dunbar · 15 years ago
  65. 275ce39 MC/AsmParser: Use Error() instead of calling PrintMessage() directly. by Daniel Dunbar · 15 years ago
  66. aef87e3 MC/AsmParser: Hide the AsmParser implementation. by Daniel Dunbar · 15 years ago
  67. d1e3b44 MC/AsmParser: Lift Run() and TargetParser to base class. by Daniel Dunbar · 15 years ago
  68. a955853 fix indentation and 80 cols by Chris Lattner · 15 years ago
  69. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 15 years ago
  70. 5146a09 MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp. by Daniel Dunbar · 15 years ago
  71. 9c23d7f MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp. by Daniel Dunbar · 15 years ago
  72. 4d5fe97 MC/AsmParser: Move .section parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  73. 47f5608 MC/AsmParser: Move special section directive parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  74. 7a56fc2 MC/AsmParser: Add a basic ELFAsmParser extension. by Daniel Dunbar · 15 years ago
  75. 4c7c08b MC/AsmParser: Inline AsmParser::CreateSymbol into callers. by Daniel Dunbar · 15 years ago
  76. b6c3a60 MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  77. 492b7a2 MC/AsmParser: Move .desc parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  78. 38a4e2a MC/AsmParser: Move .lsym parsing to Darwin specific parser. by Daniel Dunbar · 15 years ago
  79. 9ac66b0 MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. by Daniel Dunbar · 15 years ago
  80. e474970 MC/AsmParser: Add a DarwinAsmParser extension. by Daniel Dunbar · 15 years ago
  81. 8f34bea MC/AsmParser: Switch a bunch of directive parsing to use accessors. by Daniel Dunbar · 15 years ago
  82. 81ea00f MCAsmParser: Pull some directive handling out into a helper class, and change by Daniel Dunbar · 15 years ago
  83. eceec05 MC/AsmParser: Switch some directive parsing to use accessor methods. by Daniel Dunbar · 15 years ago
  84. 5313198 MC: Add MCAsmParserExtension, a base class for all the target/object specific by Daniel Dunbar · 15 years ago
  85. dc4c7da MC: Move AsmParser::TokError to MCAsmParser(). by Daniel Dunbar · 15 years ago
  86. 3472766 Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  87. f59cac5 Added the darwin .weak_def_can_be_hidden directive. by Kevin Enderby · 15 years ago
  88. b570968 MC: Fix some stray hunks I didn't intend to commit. by Daniel Dunbar · 15 years ago
  89. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
  90. 839348a MC: Fix an error message. by Daniel Dunbar · 15 years ago
  91. 44886ac Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr. by Duncan Sands · 15 years ago
  92. f187ac5 Added the darwin .secure_log_unique and .secure_log_reset directives. by Kevin Enderby · 15 years ago
  93. 414c0c4 llvm-mc: Use EmitIntValue where possible, which makes the API calls from the AsmParser and CodeGen line up better. by Daniel Dunbar · 15 years ago
  94. 01777ff llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the input much more closely, and also makes the API calls from the AsmParser and CodeGen line up better. by Daniel Dunbar · 15 years ago
  95. 924c5e5 Add support for parsing the ELF .type assembler directive. by Matt Fleming · 15 years ago
  96. a7f1354 fix rdar://7986634 - match instruction opcodes case insensitively. by Chris Lattner · 15 years ago
  97. 4d01cbe Make EmitTBSSSymbol take a section argument so that we can find it later. by Eric Christopher · 15 years ago
  98. ebe7fcd Added support in MC for Directional Local Labels. by Kevin Enderby · 15 years ago
  99. c6177a4 More data/parsing support for tls directives. Add a few more testcases by Eric Christopher · 15 years ago
  100. 648ac51 MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sections, not all sections in the text segment. by Daniel Dunbar · 15 years ago