1. f17d48e [MC] Don't crash when trying to emit a relocation against .bss. by Davide Italiano · 9 years ago
  2. 8603062 Fix branch relaxation in 16-bit mode. by Nirav Dave · 9 years ago
  3. f0ea220 There's no reason to use _ to name variables different just for construction. by Eric Christopher · 9 years ago
  4. 485d905 [MCAssembler] Allow backend to finalize layout post-relaxation. by Colin LeMahieu · 9 years ago
  5. 408b5e6 [MC] Add support for encoding CodeView variable definition ranges by David Majnemer · 10 years ago
  6. 1fcd610 [codeview] Wire up the .cv_inline_linetable directive by Reid Kleckner · 10 years ago
  7. a39d305 Use larger write sizes for MCFillFragment. by Rafael Espindola · 10 years ago
  8. 1a7e8b4 Simplify MCFillFragment. by Rafael Espindola · 10 years ago
  9. 8d73623 [ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler by Chandler Carruth · 10 years ago
  10. 03e2cc3 [MC, COFF] Support link /incremental conditionally by David Majnemer · 10 years ago
  11. 9be59af [Assembler] Make fatal assembler errors non-fatal by Oliver Stannard · 10 years ago
  12. 04d3926 Simplify .org processing and make it a bit more powerful. by Rafael Espindola · 10 years ago
  13. a5f45da MC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  14. ece6162 MC: Stop using Fragment::getNextNode() by Duncan P. N. Exon Smith · 10 years ago
  15. e3a20f5 Fix pr24486. by Rafael Espindola · 10 years ago
  16. 28de224 Move registerSection out of line and reduce #includes. NFC. by Rafael Espindola · 10 years ago
  17. 83c862a [MC] Remove MCAssembler's copy of OS by David Majnemer · 10 years ago
  18. 74b9882 [MC] Split the layout part of MCAssembler::finish() into its own method. NFC. by Frederic Riss · 10 years ago
  19. c30c7c4 Fix symbol value computation when part of the expression is weak. by Rafael Espindola · 10 years ago
  20. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  21. a5ab844 [MC/Dwarf] Allow to specify custom parameters for linetable emission. by Frederic Riss · 10 years ago
  22. 1cd693c Use range-based for loops. NFC by Craig Topper · 10 years ago
  23. fffc068 Fix spelling, NFC. by Yaron Keren · 10 years ago
  24. 4bbf563 [MC] Align fragments when -mc-relax-all flag is used by Petr Hosek · 10 years ago
  25. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  26. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  27. e0d4037 Devirtualize and pack MCFragment to reduce memory usage. by Pete Cooper · 10 years ago
  28. dfe2d35 Move IsUsedInReloc from MCSymbolELF to MCSymbol. by Rafael Espindola · 10 years ago
  29. 8b64355 MC: Add target hook to control symbol quoting by Matt Arsenault · 10 years ago
  30. 56ed0bb MC: Clean up the naming for MCMachObjectWriter. NFC. by Jim Grosbach · 10 years ago
  31. 36e60e9 MC: Clean up naming in MCObjectWriter. NFC. by Jim Grosbach · 10 years ago
  32. 499c99c The fragment implies the section, don't store both. by Rafael Espindola · 10 years ago
  33. a01780f [MC] Allow backends to decide relaxation for unresolved fixups. by Colin LeMahieu · 10 years ago
  34. 4eecd30 [WinCOFF] Add support for the .safeseh directive by David Majnemer · 10 years ago
  35. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  36. 4d37b2a Remove getData. by Rafael Espindola · 10 years ago
  37. beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 10 years ago
  38. e45f0c1 Merge MCSymbol and MCSymbolData. by Rafael Espindola · 10 years ago
  39. 2229d33 Move Flags from MCSymbolData to MCSymbol. by Rafael Espindola · 10 years ago
  40. 1467250 Move common symbol related information from MCSectionData to MCSymbol. by Rafael Espindola · 10 years ago
  41. 3a5d3cc Remove a trivial forwarding function. NFC. by Rafael Espindola · 10 years ago
  42. a32d0e9 Delete MCSectionData. by Rafael Espindola · 10 years ago
  43. 8c05c6e Move getSubsectionInsertionPoint to MCSection. by Rafael Espindola · 10 years ago
  44. 64acc7f Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 10 years ago
  45. 5a1e80b Stop using MCSectionData in MCAsmLayout.h. by Rafael Espindola · 10 years ago
  46. 7549f87 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
  47. 8324c2f Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
  48. a554c05 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 10 years ago
  49. 25ffbe1 Insert MCSectionData into the section list directly in getOrCreateSectionData. by Rafael Espindola · 10 years ago
  50. cd62518 Move HasInstructions to MCSection. by Rafael Espindola · 10 years ago
  51. b028cc8 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  52. b2ac19e Move LayoutOrder to MCSection. by Rafael Espindola · 10 years ago
  53. 6e6820a Stop forwarding getOrdinal and setOrdinal. by Rafael Espindola · 10 years ago
  54. 1f02022 Move Ordinal from MCSectionData to MCSection. NFC. by Rafael Espindola · 10 years ago
  55. 1247bbd MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFC by Duncan P. N. Exon Smith · 10 years ago
  56. 967d6a6 Stop forwarding (get|set)Aligment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  57. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  58. 5435aa4 MC: Simplify MCSymbolData initialization and remove MCSymbol pointer by Duncan P. N. Exon Smith · 10 years ago
  59. c3e709e MC: Add MCSymbolData back to MCAssembler dump by Duncan P. N. Exon Smith · 10 years ago
  60. fd27a1d MC: Update MCAssembler to use MCSymbol, NFC by Duncan P. N. Exon Smith · 10 years ago
  61. 2a40483 MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC by Duncan P. N. Exon Smith · 10 years ago
  62. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  63. d81ba53 MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl() by Duncan P. N. Exon Smith · 10 years ago
  64. 09bfa58 MC: Change MCFragment::Atom to an MCSymbol, NFC by Duncan P. N. Exon Smith · 10 years ago
  65. e2eb3a5 MC: Merge MCSymbol and MCSymbolData by Duncan P. N. Exon Smith · 10 years ago
  66. 70528d7 MC: Reduce MCAssembler::Symbols API exposure, NFC by Duncan P. N. Exon Smith · 10 years ago
  67. 91df21f MC: Update MCCodeEmitter naming. NFC. by Jim Grosbach · 10 years ago
  68. 35d6189 Compute A-B when A or B is weak. by Rafael Espindola · 10 years ago
  69. 9e0c890 [MC] Write padding into fragments when -mc-relax-all flag is used by Petr Hosek · 10 years ago
  70. 972756b Remove unnecessary uses of AliasedSymbol. by Rafael Espindola · 10 years ago
  71. 94a88d7 Be consistent when deciding if a relocation is needed. by Rafael Espindola · 10 years ago
  72. aeed3cb Fix PR23025. by Rafael Espindola · 11 years ago
  73. f275ad8 Fix fixup evaluation when deciding what to relocate with. by Rafael Espindola · 11 years ago
  74. 44cc654 Fix warning on non-assert build. by Rafael Espindola · 11 years ago
  75. dbb4021 Produce an error instead of asserting on invalid .sleb128/.uleb128. by Rafael Espindola · 11 years ago
  76. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  77. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  78. 2658554 Add r224985 back with fixes. by Rafael Espindola · 11 years ago
  79. c569ac4 Produce errors when an assignment expression would use a common symbol. by Rafael Espindola · 11 years ago
  80. 7244bb3 Revert "Add r224985 back with two fixes." by Rafael Espindola · 11 years ago
  81. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  82. d9c3e30 Add r224985 back with two fixes. by Rafael Espindola · 11 years ago
  83. 1e923ec Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision by Lang Hames · 11 years ago
  84. 66f755f Revert r224935 "Refactor duplicated code. No intended functionality change." by Lang Hames · 11 years ago
  85. 04b37c4 Revert r225048: It broke ObjC on AArch64. by Lang Hames · 11 years ago
  86. 54b435e Add r224985 back with a fix. by Rafael Espindola · 11 years ago
  87. d4da904 Revert "Remove doesSectionRequireSymbols." by Rafael Espindola · 11 years ago
  88. b22d5aa Remove doesSectionRequireSymbols. by Rafael Espindola · 11 years ago
  89. bed67f3 Refactor duplicated code. by Rafael Espindola · 11 years ago
  90. 05fb735 [MC] Make bundle alignment mode setting idempotent and support nested bundles by Derek Schuff · 11 years ago
  91. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  92. 3e67db9 MC: Bit pack MCSymbolData. by Benjamin Kramer · 11 years ago
  93. 559b47d Add and update reset() and doInitialization() methods to MC* and passes. by Yaron Keren · 11 years ago
  94. adbe024 Add a helper to MCExpr for when an expression is know to be absolute. by Rafael Espindola · 11 years ago
  95. 752b91b If available, pass down the Fixup object to EvaluateAsRelocatable. by Joerg Sonnenberger · 11 years ago
  96. 82cb030 MC: make MCSymbolData::dump work on const objects by David Majnemer · 11 years ago
  97. 83120cd Avoid revocations when possible. by Rafael Espindola · 11 years ago
  98. 58eb5ab Report error for non-zero data in .bss by Weiming Zhao · 11 years ago
  99. 2aeac7a Move getBaseSymbol somewhere the COFF writer can use. by Rafael Espindola · 11 years ago
  100. fee224f Provide a version of getSymbolOffset that returns false on error. by Rafael Espindola · 11 years ago