1. 29c6ce5 [WebAssembly] Make assembler check for proper nesting of control flow. by Wouter van Oortmerssen · 7 years ago
  2. 98bbd07 [MC] Enable .file support on COFF and diagnose it on unsupported targets by Reid Kleckner · 7 years ago
  3. 41a9e53 [Dwarf/AArch64] Return address signing B key dwarf support by Luke Cheeseman · 7 years ago
  4. 1d2714b [MC] Support labels as offsets in .reloc directive by Vladimir Stefanovic · 7 years ago
  5. cc75e77 [WebAssembly] Added WasmAsmParser. by Wouter van Oortmerssen · 7 years ago
  6. 953bdce [MC] Separate masm integer literal lexer support from inline asm by Reid Kleckner · 7 years ago
  7. 1a41a11 [MC][DWARF][AsmParser] Ensure nested CFI frames are diagnosed. by Kristina Brooks · 7 years ago
  8. 627d146 [AsmParser] Return an error in the case of empty symbol ref in an expression by Francis Visoiu Mistrih · 7 years ago
  9. c81aff7 [MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer by Craig Topper · 7 years ago
  10. d2aab83 [MC] Return a std::string instead of taking it as an out parameter. Make two parser methods into static functions at file scope. NFC by Craig Topper · 7 years ago
  11. 3da977b [MC] Fix bad indentation and 80 column violations. Use StringRef::front instead of dereferencing StringRef::begin. NFC by Craig Topper · 7 years ago
  12. c06ee83 [MC] Replace NULL constant in code with nullptr. by Craig Topper · 7 years ago
  13. ec1efe4 Fix for bug 34002 - label generated before it block is finalized. Differential Revision: https://reviews.llvm.org/D52258 by Maya Madhavan · 7 years ago
  14. b1f9e4d [MC] Avoid inlining constant symbols with variants. by Nirav Dave · 7 years ago
  15. 06d02d0 [codeview] Add .cv_string directive for testing purposes by Reid Kleckner · 7 years ago
  16. 3e0ca57 [debuginfo] generate debug info with asm+.file by Brian Cain · 7 years ago
  17. 353f67a [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"' by Ana Pazos · 7 years ago
  18. 0ce64c8 [MC] Remove unused variable by Benjamin Kramer · 7 years ago
  19. 7fd992a [MC][X86] Enhance X86 Register expression handling to more closely match GCC. by Nirav Dave · 7 years ago
  20. e24fcd5 [MC] Fix nested macro body parsing by Nirav Dave · 7 years ago
  21. 3e22733 MC: Implement support for new .addrsig and .addrsig_sym directives. by Peter Collingbourne · 7 years ago
  22. cf2a9e2 [WebAssembly] Remove ELF file support. by Sam Clegg · 7 years ago
  23. 11539b0 [DWARFv5] Allow ".loc 0" to refer to the root file. by Paul Robinson · 7 years ago
  24. 547adca [DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier. by Paul Robinson · 7 years ago
  25. 37fbb92 Remove a redundant initialization. NFC by Paul Robinson · 7 years ago
  26. cc7344a [DWARFv5] Tolerate files not all having an MD5 checksum. by Paul Robinson · 7 years ago
  27. 57f661b [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup by Peter Smith · 7 years ago
  28. 05b5891 [MC][X86] Allow assembler variable assignment to register name. by Nirav Dave · 7 years ago
  29. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  30. 6c0665e [MC] Change AsmParser to leverage Assembler during evaluation by Nirav Dave · 7 years ago
  31. 6b01b88 [MC] Undo spurious commit added into r331052. by Nirav Dave · 7 years ago
  32. 38b4b54 [MC] Provide default value for IsResolved. by Nirav Dave · 7 years ago
  33. f009da2 [WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF directive parser. by Sam Clegg · 7 years ago
  34. 0195469 [DWARFv5] Fuss with asm syntax for conveying MD5 checksum. by Paul Robinson · 7 years ago
  35. 54fe208 [Support] Make line-number cache robust against access patterns. by Graydon Hoare · 7 years ago
  36. b271f31 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  37. 202f809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Potapenko · 8 years ago
  38. 07480bd Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  39. 938d9a0 [DWARF] Fix mixing assembler -g with DWARF .file directives. by Paul Robinson · 8 years ago
  40. b45fd56 Revert "[DWARF] Fix mixing assembler -g with DWARF .file directives." by Paul Robinson · 8 years ago
  41. 43095b2 [DWARF] Fix mixing assembler -g with DWARF .file directives. by Paul Robinson · 8 years ago
  42. e12a48b Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Kornienko · 8 years ago
  43. 4428e90 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  44. c3e7c6d [ARM][Asm] Fix layering violation introduced by r326795 by Oliver Stannard · 8 years ago
  45. 732e443 Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure. by Paul Robinson · 8 years ago
  46. d5069ba [DWARFv5] Emit file 0 to the line table. by Paul Robinson · 8 years ago
  47. 16c7bda [DebugInfo] Support DWARF v5 source code embedding extension by Scott Linder · 8 years ago
  48. 70def12 [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files by Paul Robinson · 8 years ago
  49. 22c38a0 Store defined macros in MCContext. by Rafael Espindola · 8 years ago
  50. 29f5f98 [DWARFv5] MC support for MD5 file checksums by Paul Robinson · 8 years ago
  51. 9cdd4df [codeview] Implement FPO data assembler directives by Reid Kleckner · 8 years ago
  52. 1661002 Remove unused variables. No functionality change. by Benjamin Kramer · 8 years ago
  53. 01e5320 [AsmParser] Support GAS's .print directive by Coby Tayree · 8 years ago
  54. 26fa1bf Re-land "Fix Bug 30978 by emitting cv file checksums." by Reid Kleckner · 8 years ago
  55. 913213c Revert "Fix Bug 30978 by emitting cv file checksums." by Eric Beckmann · 8 years ago
  56. 349746f Fix Bug 30978 by emitting cv file checksums. by Eric Beckmann · 8 years ago
  57. 06ff655 bpf: Add BPF AsmParser support in LLVM by Yonghong Song · 8 years ago
  58. a1e97a7 Untabify. by NAKAMURA Takumi · 8 years ago
  59. d891289 [X86AsmParser] Refactoring, (almost) NFC. by Coby Tayree · 8 years ago
  60. 9bd18aa [AsmParser] Recommit: Hash is not a comment on some targets by Oliver Stannard · 8 years ago
  61. a24e4cd Revert "[AsmParser] Hash is not a comment on some targets" by Ahmed Bougacha · 8 years ago
  62. 7f569a2 [AsmParser] Hash is not a comment on some targets by Oliver Stannard · 8 years ago
  63. d483a10 [AsmParser][GAS-compatibility] Ignore an empty 'p2align' directive by Coby Tayree · 8 years ago
  64. a219b3d MC: add support for cfi_return_column by Saleem Abdulrasool · 8 years ago
  65. b3c70c0 MC: clang-format enumeration (NFC) by Saleem Abdulrasool · 8 years ago
  66. 670109d [MC] Fix compiler crash in AsmParser::Lex by Nirav Dave · 8 years ago
  67. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  68. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  69. ff29879 chang type from 'int' to 'size_t'. This will fix revision number 302652 by Michael Zuckerman · 8 years ago
  70. 1f1a912 [LLVM][inline-asm] Altmacro string escape character '!' by Michael Zuckerman · 8 years ago
  71. 763e60e [LLVM][inline-asm][Altmacor] Altmacro string delimiter '<..>' by Michael Zuckerman · 8 years ago
  72. 5670461 [LLVM][inline-asm] Altmacro absolute expression '%' feature by Michael Zuckerman · 8 years ago
  73. c3c6723 PR31007 and PR27884 will be closed: a possibility to compile constants like 0bH is now supported in MS asm. by Andrew V. Tischenko · 8 years ago
  74. dc77b2e Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation by Konstantin Zhuravlyov · 8 years ago
  75. bedaae0 [AsmParser]Emit an error if a macro has two (or more) parameters sharing the same name by Coby Tayree · 8 years ago
  76. 3847be9 [X86][inline-asm] Add support for MS 'EVEN' directive by Coby Tayree · 8 years ago
  77. 9dfa6ad [Assembler] Add location info to unary expressions. by Sanne Wouda · 9 years ago
  78. 18eafb6 [WebAssembly] Add skeleton MC support for the Wasm container format by Dan Gohman · 9 years ago
  79. be99157 Move some error handling down to MCStreamer. by Rafael Espindola · 9 years ago
  80. 4b6ff6b [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  81. 2933875 [Assembler] Enable nicer diagnostics for inline assembly. by Sanne Wouda · 9 years ago
  82. 79add41 Revert "[Assembler] Enable nicer diagnostics for inline assembly." by Diana Picus · 9 years ago
  83. 09adc24 [Assembler] Enable nicer diagnostics for inline assembly. by Sanne Wouda · 9 years ago
  84. 13a79bb Change how we handle section symbols on ELF. by Rafael Espindola · 9 years ago
  85. 9245e12 [Assembler] Improve error when unable to evaluate expression. by Chad Rosier · 9 years ago
  86. 17c7f70 Replace APFloatBase static fltSemantics data members with getter functions by Stephan Bergmann · 9 years ago
  87. 268f42f [Assembler] Better error messages for .org directive by Oliver Stannard · 9 years ago
  88. cf26d56 [AsmParser] Diagnose empty symbol for .set directive by Weiming Zhao · 9 years ago
  89. e2369aa [MC] Fix comma typo in .loc parsing by Nirav Dave · 9 years ago
  90. 1a9044b [MC] Fix Various End Of Line Comment checkings by Nirav Dave · 9 years ago
  91. 445c952 Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help by Eric Christopher · 9 years ago
  92. d046332 [MC] Fix Error Location for ParseIdentifier by Nirav Dave · 9 years ago
  93. f43cc9f Add return type for checkForValidSection parsing function. NFC Intended. by Nirav Dave · 9 years ago
  94. 85b2f67 [MC] Support .ds directives in assembler parser by Petr Hosek · 9 years ago
  95. 4cb08ce [MC] Support .dcb directives in assembler parser by Petr Hosek · 9 years ago
  96. 2f4ac44 [MC] Support skip and count for .incbin directive by Petr Hosek · 9 years ago
  97. 2364748a Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  98. e204c48 Revert r281336 (and r281337), it caused PR30372. by Nico Weber · 9 years ago
  99. 9fa8af2 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  100. 04c7db3 Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots. by Eric Christopher · 9 years ago