1. 390bce4 [MC] Add support for the .rva assembler directive for COFF targets by Martin Storsjo · 7 years ago
  2. 4d5b107 [MC] Error on a .zerofill directive in a non-virtual section by Francis Visoiu Mistrih · 7 years ago
  3. 57f661b [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup by Peter Smith · 7 years ago
  4. f7b81db MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. by Peter Collingbourne · 7 years ago
  5. db2736d Reland "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
  6. 07657a8 Don't create MCFillFragment directly. by Rafael Espindola · 8 years ago
  7. ce63a92 Revert "Emit Function IDs table for Control Flow Guard" by Adrian McCarthy · 8 years ago
  8. cf6e6c8 Emit Function IDs table for Control Flow Guard by Adrian McCarthy · 8 years ago
  9. 75248a7 NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment by Adrian McCarthy · 8 years ago
  10. 2241ffa [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  11. 02d3305 [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. by Lang Hames · 8 years ago
  12. e52d1e6 [SEH] Use reportError instead of report_fatal_error for bad directives by Reid Kleckner · 8 years ago
  13. 40a47a8 [MC] Allow assembling .secidx and .secrel32 for undefined symbols by Reid Kleckner · 8 years ago
  14. 9fa8af6 Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp by Sam Clegg · 8 years ago[Renamed (99%) from llvm/lib/MC/WinCOFFStreamer.cpp]
  15. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  16. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  17. 5b75fd9 MC: De-duplicate the object streamer implementations of EmitFileDirective into MCObjectStreamer. NFCI. by Peter Collingbourne · 9 years ago
  18. be99157 Move some error handling down to MCStreamer. by Rafael Espindola · 9 years ago
  19. 1d43552 [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  20. f7d84ee Reapply "[CodeGen] Fix invalid DWARF info on Win64" by Keno Fischer · 9 years ago
  21. d4ea4c1 Revert "[CodeGen] Fix invalid DWARF info on Win64" by Keno Fischer · 9 years ago
  22. 460218f [CodeGen] Fix invalid DWARF info on Win64 by Keno Fischer · 9 years ago
  23. 230bbfb [MC, COFF] Permit a variable to be redefined by David Majnemer · 9 years ago
  24. f9033bb [Object] Make .alt_entry directive parsing MachO specific. by Lang Hames · 9 years ago
  25. 6d22d8a [Object] Report an error if .alt_entry is used with ELF or COFF. by Lang Hames · 9 years ago
  26. 1a7e8b4 Simplify MCFillFragment. by Rafael Espindola · 10 years ago
  27. 9be59af [Assembler] Make fatal assembler errors non-fatal by Oliver Stannard · 10 years ago
  28. e3a20f5 Fix pr24486. by Rafael Espindola · 10 years ago
  29. 2f83437 Disallow assigning symbol a null section. by Rafael Espindola · 10 years ago
  30. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  31. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  32. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  33. 2bc93ca [WinEH] Emit .safeseh directives for all 32-bit exception handlers by Reid Kleckner · 10 years ago
  34. 6bf1f30 Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF. by Pete Cooper · 10 years ago
  35. ad9f9c3 Add MCSymbolCOFF class and use it to get and set the COFF type field. by Pete Cooper · 10 years ago
  36. a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
  37. 279306c [WinCOFF] Ignore .safeseh for non-x86 architectures by David Majnemer · 10 years ago
  38. 4eecd30 [WinCOFF] Add support for the .safeseh directive by David Majnemer · 10 years ago
  39. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  40. 4d37b2a Remove getData. by Rafael Espindola · 10 years ago
  41. beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 10 years ago
  42. b5d316b Rename getOrCreateSymbolData to registerSymbol and return void. by Rafael Espindola · 10 years ago
  43. 2229d33 Move Flags from MCSymbolData to MCSymbol. by Rafael Espindola · 10 years ago
  44. 1467250 Move common symbol related information from MCSectionData to MCSymbol. by Rafael Espindola · 10 years ago
  45. dba7ee9 Don't call utostr in Twine/raw_ostream contexts. by Benjamin Kramer · 10 years ago
  46. bb9a71c Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
  47. 8324c2f Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
  48. 967d6a6 Stop forwarding (get|set)Aligment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  49. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  50. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  51. 91df21f MC: Update MCCodeEmitter naming. NFC. by Jim Grosbach · 10 years ago
  52. 63661f8 MC: Update MCFixup naming. NFC. by Jim Grosbach · 10 years ago
  53. 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 10 years ago
  54. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  55. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  56. 2cc4bc77 MC, COFF: Use relocations for function references inside the section by David Majnemer · 11 years ago
  57. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  58. 5fcaeeb Fix COFF section index relocation should be 16 bits, not 32 by Timur Iskhodzhanov · 11 years ago
  59. d758604 COFF: Don't oversize COMMON symbols when targeting BFD ld by David Majnemer · 11 years ago
  60. 64d491e MC: add support for -aligncomm GNU extension by Saleem Abdulrasool · 11 years ago
  61. 48227a3 MC: Support aligned COMMON symbols for COFF by David Majnemer · 11 years ago
  62. 87a54c4 MC: cleanup includes by Saleem Abdulrasool · 11 years ago
  63. 7206a52 MC: rename EmitWin64EH routines by Saleem Abdulrasool · 11 years ago
  64. f491704 Print a=b as an assignment. by Rafael Espindola · 11 years ago
  65. 6663f8f MC: formalise some assertions into proper errors by Saleem Abdulrasool · 11 years ago
  66. aa02427 Make getOrCreateSymbolData non virtual. by Rafael Espindola · 11 years ago
  67. a8b1f72 MC: create X86WinCOFFStreamer for target specific behaviour by Saleem Abdulrasool · 11 years ago
  68. cf1a29f MC: rename WinCOFFStreamer and move declaration out-of-line by Saleem Abdulrasool · 11 years ago
  69. 8e4fee0 MC: style tweaks to WinCOFFStreamer by Saleem Abdulrasool · 11 years ago
  70. f58e376 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  71. a2bf05a COFF: add support for .file symbols by Saleem Abdulrasool · 11 years ago
  72. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  73. a9bdb32 WinCOFF: Emit common symbols as specified in the COFF spec by David Majnemer · 11 years ago
  74. 34a61bc [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  75. 8377085 Always print the implicit .text at the start of an asm file. by Rafael Espindola · 12 years ago
  76. 7b51496 Use the default values. by Rafael Espindola · 12 years ago
  77. 9784cef Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() by David Woodhouse · 12 years ago
  78. 6f3c73f Modify MCObjectStreamer EmitInstTo* interface by David Woodhouse · 12 years ago
  79. 24ea09e Construct the MCStreamer before constructing the MCTargetStreamer. by Rafael Espindola · 12 years ago
  80. 0e2ccb2 Simplify the logic for deciding when to initialize the sections. by Rafael Espindola · 12 years ago
  81. f281253 Inline trivial functions called only once or twice. by Rafael Espindola · 12 years ago
  82. f144034 InitToTextSection is redundant with InitSections. Remove it. by Rafael Espindola · 12 years ago
  83. e308c0c Remove duplicated info on what .text, .data and .bss look like. by Rafael Espindola · 12 years ago
  84. 09069e0 clang-format a couple of mis-formatted functions by Timur Iskhodzhanov · 12 years ago
  85. c1fb2d6 [COFF] Add support for the .secidx directive by Timur Iskhodzhanov · 12 years ago
  86. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  87. af7131d Output .eh_frames on COFF too now that the integrated as is used on mingw. by Rafael Espindola · 12 years ago
  88. edcf1ff Fix .comm and .lcomm on COFF. by Rafael Espindola · 12 years ago
  89. 3294e05 Refactor to make the .bss, .data and .text sections available for other uses. by Rafael Espindola · 12 years ago
  90. 60ec383 Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
  91. 5645bad Move .ident handling to MCStreamer. by Rafael Espindola · 12 years ago
  92. a17151a Add a MCTargetStreamer interface. by Rafael Espindola · 12 years ago
  93. ac4ad25 Remove some really nasty uses of hasRawTextSupport. by Rafael Espindola · 12 years ago
  94. 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
  95. 4208b61 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
  96. a37acf7 MC: Implement COFF .linkonce directive by Nico Rieck · 12 years ago
  97. de093ef Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 13 years ago
  98. 54b24e1 [MC][COFF] Delay handling symbol aliases when writing by Michael J. Spencer · 13 years ago
  99. cbb2514 Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 13 years ago
  100. 088925e [MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer version of EmitInstruction. by Michael J. Spencer · 13 years ago