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