1. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  2. dba9a17 Replace tabs I added in this new line of code with spaces. by Kevin Enderby · 13 years ago
  3. 613b757 First part of support for generating dwarf for assembly source files with the by Kevin Enderby · 13 years ago
  4. 12ae527 Fix parsing of a line with only a # in it. by Rafael Espindola · 13 years ago
  5. 44d798d Add support for a new extension to the .file directive: by Nick Lewycky · 13 years ago
  6. 5efabcf Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. by Benjamin Kramer · 13 years ago
  7. 04a0426 PR11143: Save the old diagnostic handler and call it when munging diagnostics for #line directives. by Benjamin Kramer · 13 years ago
  8. 462b43c remove the dead 'ShowLine' argument from SMDiagnostic. by Chris Lattner · 13 years ago
  9. 3f2d5f6 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 13 years ago
  10. d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
  11. acbaecd Finish supporting cpp #file/line comments in assembler for error messages. So by Kevin Enderby · 13 years ago
  12. 10ec650 Assmebler symbol attribute directives don't work on temporary symbols. by Jim Grosbach · 13 years ago
  13. 70796ca Handle missing newline at EOF more gracefully in MC AsmLexer. by Jim Grosbach · 13 years ago
  14. 6148225 Move state var to private class member. by Jim Grosbach · 13 years ago
  15. f1c21a8 First step in supporting #line directives in assembler. This step parses the by Kevin Enderby · 13 years ago
  16. fbe1681 Fix AsmParser binary precedence for shift operators. by Jim Grosbach · 13 years ago
  17. 1b84cce Remove unused Target argument from AsmParser construction methods. by Jim Grosbach · 13 years ago
  18. 0ecd825 allow \r's in .s files. by Chris Lattner · 13 years ago
  19. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  20. bd27f5a Support .code32 and .code64 in X86 assembler. by Evan Cheng · 13 years ago
  21. 94b9550 Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. by Evan Cheng · 13 years ago
  22. f2a35fb Move some ELF directives into ELF asm parser. by Jim Grosbach · 13 years ago
  23. cc866d5 Tidy up. 80 columns. by Jim Grosbach · 13 years ago
  24. a7cfc08 Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 13 years ago
  25. 203576a Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 13 years ago
  26. e76a33b Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 13 years ago
  27. 0e6a052 Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 13 years ago
  28. 1be0e27 Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest by Evan Cheng · 13 years ago
  29. b7f689b Update MCParsedAsmOperand debug methods. by Jim Grosbach · 13 years ago
  30. 480cee5 TargetAsmParser doesn't need reference to Target. by Evan Cheng · 13 years ago
  31. 254cf03 Asm parser range checking on .<size> <value> directives. by Jim Grosbach · 13 years ago
  32. 5cc6491 MC: Allow .common as alias for .comm assembler directive. PR10116. by Hans Wennborg · 13 years ago
  33. e82b8ee Diagnostic for undefined assembler local symbols. by Jim Grosbach · 13 years ago
  34. 6c3044d Revert 133010. Self-hosted buildbot unhappy. by Jim Grosbach · 13 years ago
  35. c35dd25 Diagnostic for undefined assembler local symbols. by Jim Grosbach · 13 years ago
  36. 6536644 Basic support for macros with explicit arguments. by Rafael Espindola · 13 years ago
  37. 6f888a8 .cfi directive register parsing flexibility. by Jim Grosbach · 13 years ago
  38. dd13790 Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 13 years ago
  39. 410ef2b Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with them. by Charles Davis · 13 years ago
  40. 575630c Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the by Charles Davis · 13 years ago
  41. 4726816 Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another by Charles Davis · 13 years ago
  42. 3092132 Add a test for the .seh_handler directive. Fix problems with the parsing by Charles Davis · 13 years ago
  43. 3b32d02 Implement the rest of the SEH directive-parsing methods in the COFFAsmParser. by Charles Davis · 13 years ago
  44. 95ae09a Propagate error correctly in the MC Asm parser for leading '$' expressions. by Jim Grosbach · 13 years ago
  45. 16e1b3f Implement .seh_stackalloc and .seh_pushframe parsing. by Charles Davis · 13 years ago
  46. fbc539f Add methods to parse the SEH directives to the COFFAsmParser. Implement some by Charles Davis · 13 years ago
  47. f8cd708 Reapply 131644 including the missing header changes: by Joerg Sonnenberger · 13 years ago
  48. 8bd71a1 Revert r131644; it's breaking the build. by Eli Friedman · 13 years ago
  49. bae1c92 Introduce -fatal-assembler-warnings for the obvious purpose by Joerg Sonnenberger · 13 years ago
  50. f9efd83 Parsing and plumbing for .cfi_sections. by Rafael Espindola · 13 years ago
  51. 6db7fe8 MC/AsmParser: Generalize a check. by Daniel Dunbar · 13 years ago
  52. 3f3bf93 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 13 years ago
  53. 066c2f4 Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 13 years ago
  54. 5d7dcd3 Remove LastOffset from the asm parser. by Rafael Espindola · 13 years ago
  55. 25f492e Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. by Rafael Espindola · 13 years ago
  56. c575439 Implement .cfi_same_value. by Rafael Espindola · 13 years ago
  57. 05f9e4e Match case for invalid constant error messages and add a new by Eric Christopher · 13 years ago
  58. f3755b2 To avoid printing out multiple error messages for cases like: by Eric Christopher · 13 years ago
  59. 120fd2d Lex, and then fail on invalid constants. by Eric Christopher · 13 years ago
  60. a61842b Implement cfi_rel_offset by Rafael Espindola · 13 years ago
  61. 53abbe5 implement .cfi_adjust_cfa_offset. by Rafael Espindola · 13 years ago
  62. ce8463f Add support for .skip. Patch by Roman Divacky. Fixes PR9361. by Rafael Espindola · 14 years ago
  63. 360d8d7 Added support symbolic floating point constants in the MC assembler for Infinity by Kevin Enderby · 14 years ago
  64. 8b2b43c MC: Improve some diagnostics on uses of '.' pseudo-symbol. by Daniel Dunbar · 14 years ago
  65. 0143ac1 Tidyness. by Daniel Dunbar · 14 years ago
  66. d31d304 Clean up assembly statement separator support. by Jim Grosbach · 14 years ago
  67. 65c8bca Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
  68. 825dd96 Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
  69. 7257897 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
  70. 8d06ffc MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have by Daniel Dunbar · 14 years ago
  71. 8270da8 Darwin 'as' silently ignores the '.ident' directive. by Jim Grosbach · 14 years ago
  72. 93c65e6 Restore r125595 (reverted in r126336) with modifications: by Joerg Sonnenberger · 14 years ago
  73. 33b7beb Revert r125595, which is an X86-only undocumented assembly syntax extension by Jim Grosbach · 14 years ago
  74. a04663e Bug#9172: Don't use static in file scope, use an attribute on the parser. by Joerg Sonnenberger · 14 years ago
  75. 7768a9d Add support for pushsection and popsection. Patch by Joerg Sonnenberger. by Rafael Espindola · 14 years ago
  76. 738a00e Add support for parsing [expr]. by Roman Divacky · 14 years ago
  77. de2f5f4 More whitespace cleanup... by Jim Grosbach · 14 years ago
  78. 0fd90bc Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
  79. 720b918 Do not sign extend floating-point values in the asm parser. by Bob Wilson · 14 years ago
  80. bb6d14f by Roman Divacky · 14 years ago
  81. f6fbd84 Error on all .code* directives instead of just .code16 as they by Roman Divacky · 14 years ago
  82. cb72780 Error on .code16 instead of producing wrong (32bit) code. by Roman Divacky · 14 years ago
  83. 14e6655 Add support for parsing .float by Roman Divacky · 14 years ago
  84. 4c4c732 PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! by Nico Weber · 14 years ago
  85. 54b0f4f by Roman Divacky · 14 years ago
  86. 69c4ef3 Add support for parsing a Real value. It stores the Real value as its binary by Bill Wendling · 14 years ago
  87. 184640e Handle strings in section names the same way as gas: by Rafael Espindola · 14 years ago
  88. 0cf5e3d Delay the creation of eh_frame so that the user can change the defaults. by Rafael Espindola · 14 years ago
  89. 1c13026 Remove more duplicated code. by Rafael Espindola · 14 years ago
  90. c85dca6 Remove duplicated code. by Rafael Espindola · 14 years ago
  91. 4121e8a Make sure to propogate the error code when we fail to parse a modifier. by Jim Grosbach · 14 years ago
  92. caf1158 Correctly encode pcrel|indirect. by Rafael Espindola · 14 years ago
  93. b40a71f Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks by Rafael Espindola · 14 years ago
  94. fe024d0 Implement .cfi_remember_state and .cfi_restore_state. by Rafael Espindola · 14 years ago
  95. bdc3167 Add support for .cfi_lsda. by Rafael Espindola · 14 years ago
  96. 3a83c40 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 14 years ago
  97. 9897661 Add support for @note. Patch by Jörg Sonnenberger. by Rafael Espindola · 14 years ago
  98. d7c8cca Add basic support for .cfi_personality. by Rafael Espindola · 14 years ago
  99. 7ab3cc3 Generalize a previous change, fixing PR8855 - an valid large immediate by Chris Lattner · 14 years ago
  100. d82ed5b In llvm-mc parse a Hash token as a full line comment. Allows handling of by Kevin Enderby · 14 years ago