1. 953bdce [MC] Separate masm integer literal lexer support from inline asm by Reid Kleckner · 7 years ago
  2. 7b27454 [ADT] Normalize empty triple components by Petr Hosek · 7 years ago
  3. c17c8bf Support -fdebug-prefix-map in llvm-mc. This is useful to omit the by Paul Robinson · 7 years ago
  4. f69316c [DWARFv5] llvm-mc -dwarf-version does not imply -g. by Paul Robinson · 7 years ago
  5. 63062d9 MC: Introduce an ELF dwo object writer and teach llvm-mc about it. by Peter Collingbourne · 7 years ago
  6. f7b81db MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. by Peter Collingbourne · 7 years ago
  7. 6c0665e [MC] Change AsmParser to leverage Assembler during evaluation by Nirav Dave · 7 years ago
  8. 6b01b88 [MC] Undo spurious commit added into r331052. by Nirav Dave · 7 years ago
  9. 38b4b54 [MC] Provide default value for IsResolved. by Nirav Dave · 7 years ago
  10. 1b5533c [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI. by Nirav Dave · 7 years ago
  11. c976aa7 [llvm-mc] Make error handling more consistent. by Jonas Devlieghere · 7 years ago
  12. 197194b Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  13. 4333f97 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 7 years ago
  14. b271f31 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 7 years ago
  15. 202f809 Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Potapenko · 7 years ago
  16. 07480bd Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  17. e12a48b Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" by Alexander Kornienko · 8 years ago
  18. 4428e90 Reapply "[DWARFv5] Emit file 0 to the line table." by Paul Robinson · 8 years ago
  19. 5c032ce [Asm] Refactor debug printing of AsmToken by Oliver Stannard · 8 years ago
  20. 732e443 Revert "[DWARFv5] Emit file 0 to the line table." Caused an asan failure. by Paul Robinson · 8 years ago
  21. d5069ba [DWARFv5] Emit file 0 to the line table. by Paul Robinson · 8 years ago
  22. b22f751 Thread MCSubtargetInfo through Target::createMCAsmBackend by Alex Bradbury · 8 years ago
  23. 62602a4 Remove redundant includes from tools. by Michael Zolotukhin · 8 years ago
  24. eef5c23 Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular header as much as it is for stamping out some global/static variables by David Blaikie · 8 years ago
  25. 2241ffa [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  26. 02d3305 [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  27. 3fc649c [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
  28. 9f92995 Don't pass the code model to MC by Rafael Espindola · 8 years ago
  29. 1f62f57 sink DebugCompressionType into MC for exposing to clang by Saleem Abdulrasool · 8 years ago
  30. dccb4fe [DWARFv5] llvm-mc support for new unit header. by Paul Robinson · 9 years ago
  31. 9a561aa [llvm] Fix D26214: Move error handling out of MC and to the callers. by Mandeep Singh Grang · 9 years ago
  32. 3236007 [llvm] Implement support for -defsym assembler option by Mandeep Singh Grang · 9 years ago
  33. a9395af [MC] Make llvm-mc fail cleanly on invalid output asm variant. by Nirav Dave · 9 years ago
  34. 732afdd Turn cl::values() (for enum) from a vararg function to using C++ variadic template by Mehdi Amini · 9 years ago
  35. 055a702 Fix a typo, depricated -> deprecated by Martin Storsjo · 9 years ago
  36. 3feeb9c Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  37. cae9aee Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  38. 2ab623b [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%lo/%gp_rel/etc.). by Daniel Sanders · 9 years ago
  39. 373d7d3 MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC by Joel Jones · 9 years ago
  40. 53a72f4 Provide support for preserving assembly comments by Nirav Dave · 9 years ago
  41. e021e85 Change the default of -relax-relocations. by Rafael Espindola · 9 years ago
  42. 4ca41fd Run clang-tidy's performance-unnecessary-copy-initialization over LLVM. by Benjamin Kramer · 9 years ago
  43. 2ad6d48 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  44. 9768d73 Move RelaxELFRel out to llvm-mc. by Rafael Espindola · 9 years ago
  45. c91e38c Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections. by George Rimar · 9 years ago
  46. e79fc3e Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.) by George Rimar · 9 years ago
  47. 48dcd2b [llvm-mc] - Teach llvm-mc to generate zlib styled compression sections. by George Rimar · 9 years ago
  48. 699281c Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
  49. 8809c40 MC: Don't access the filesystem in MCContext's constructor by Justin Bogner · 10 years ago
  50. b3e8a6d Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs. by Benjamin Kramer · 10 years ago
  51. 03e2cc3 [MC, COFF] Support link /incremental conditionally by David Majnemer · 10 years ago
  52. ffec81c Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  53. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  54. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  55. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  56. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  57. 2c007d0 [llvm-mc] Better error handling in ENOENT case + test. by Davide Italiano · 10 years ago
  58. 669e5bf [llvm-mc] More meaningful error if input file doesn't exist. by Davide Italiano · 10 years ago
  59. f27fa2b Use named temporaries for directional labels. by Rafael Espindola · 10 years ago
  60. 8d8b13d Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  61. c535d93 [llvm-mc] The object form of the GNU triple should be the same as the string form. by Daniel Sanders · 10 years ago
  62. fa555dc Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  63. d6d12a1 Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC. by Daniel Sanders · 10 years ago
  64. 229a1e6 Teaching llvm-mc how to understand the defsym command line option. This allows integer-constant symbols to be defined on the command line and used during assembly. by Colin LeMahieu · 10 years ago
  65. 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 10 years ago
  66. 5682ce2 Simplify use of formatted_raw_ostream. by Rafael Espindola · 10 years ago
  67. f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 10 years ago
  68. 36a15cb Don't declare all text sections at the start of the .s by Rafael Espindola · 11 years ago
  69. f696df1 Pass in a "const Triple &T" instead of a raw StringRef. by Rafael Espindola · 11 years ago
  70. 0169e42 Remove the use of the subtarget in MCCodeEmitter creation and by Eric Christopher · 11 years ago
  71. f4498a4 llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm directives. by Peter Collingbourne · 11 years ago
  72. 4e05fc3 Pass output stream to AsLexInput instead of the whole tool_output_file. by Craig Topper · 11 years ago
  73. 8c8ee4d Use unique_ptr to remove an explicit delete. Change return type to pass the unique_ptr to caller. by Craig Topper · 11 years ago
  74. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  75. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  76. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  77. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  78. 8026bd0 This only needs a StringRef. by Rafael Espindola · 11 years ago
  79. a55b95b SourceMgr: make valid buffer IDs start from one by Alp Toker · 11 years ago
  80. 75556bc Simplify code a bit, no functionality change. by Rafael Espindola · 11 years ago
  81. 4c5bff3 Move -dwarf-version to an MC level command line option so it's by Eric Christopher · 11 years ago
  82. 23c6d1f 80-column fixups. by Eric Christopher · 11 years ago
  83. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  84. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  85. 3fdf7cf llvm-mc: Add option for prefering hex format disassembly. by Jim Grosbach · 11 years ago
  86. 472cee3 Move MCOptions that aren't shared between programs into their specific by Eric Christopher · 11 years ago
  87. dc3e9c7 This command line option is only used in one place. Move it there and by Eric Christopher · 11 years ago
  88. e6ece1a Unify command line handling of MCTargetOptions and remove extra by Eric Christopher · 11 years ago
  89. 566fcfe Remove the UseCFI option from createAsmStreamer. by Rafael Espindola · 11 years ago
  90. 7eacbd5 Record the DWARF version in MCContext by Oliver Stannard · 11 years ago
  91. e6cb63e [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  92. 0a951b7 Create MCTargetOptions. by Evgeniy Stepanov · 11 years ago
  93. 9c3857c Add missing include (for r205050) by David Blaikie · 12 years ago
  94. 9b620b4 llvm-mc: error when -compress-debug-sections is requested and zlib is not linked by David Blaikie · 12 years ago
  95. 7400a97 DebugInfo: Support for compressed debug info sections by David Blaikie · 12 years ago
  96. 52845cf Remove llvm-mc's disable-cfi option. by Rafael Espindola · 12 years ago
  97. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  98. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  99. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  100. b4eec1d Remove support for not using .loc directives. by Rafael Espindola · 12 years ago