1. 1cd693c Use range-based for loops. NFC by Craig Topper · 10 years ago
  2. fffc068 Fix spelling, NFC. by Yaron Keren · 10 years ago
  3. 4bbf563 [MC] Align fragments when -mc-relax-all flag is used by Petr Hosek · 10 years ago
  4. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  5. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  6. e0d4037 Devirtualize and pack MCFragment to reduce memory usage. by Pete Cooper · 10 years ago
  7. dfe2d35 Move IsUsedInReloc from MCSymbolELF to MCSymbol. by Rafael Espindola · 10 years ago
  8. 8b64355 MC: Add target hook to control symbol quoting by Matt Arsenault · 10 years ago
  9. 56ed0bb MC: Clean up the naming for MCMachObjectWriter. NFC. by Jim Grosbach · 11 years ago
  10. 36e60e9 MC: Clean up naming in MCObjectWriter. NFC. by Jim Grosbach · 11 years ago
  11. 499c99c The fragment implies the section, don't store both. by Rafael Espindola · 11 years ago
  12. a01780f [MC] Allow backends to decide relaxation for unresolved fixups. by Colin LeMahieu · 11 years ago
  13. 4eecd30 [WinCOFF] Add support for the .safeseh directive by David Majnemer · 11 years ago
  14. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 11 years ago
  15. 4d37b2a Remove getData. by Rafael Espindola · 11 years ago
  16. beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 11 years ago
  17. e45f0c1 Merge MCSymbol and MCSymbolData. by Rafael Espindola · 11 years ago
  18. 2229d33 Move Flags from MCSymbolData to MCSymbol. by Rafael Espindola · 11 years ago
  19. 1467250 Move common symbol related information from MCSectionData to MCSymbol. by Rafael Espindola · 11 years ago
  20. 3a5d3cc Remove a trivial forwarding function. NFC. by Rafael Espindola · 11 years ago
  21. a32d0e9 Delete MCSectionData. by Rafael Espindola · 11 years ago
  22. 8c05c6e Move getSubsectionInsertionPoint to MCSection. by Rafael Espindola · 11 years ago
  23. 64acc7f Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 11 years ago
  24. 5a1e80b Stop using MCSectionData in MCAsmLayout.h. by Rafael Espindola · 11 years ago
  25. 7549f87 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 11 years ago
  26. 8324c2f Store a MCSection in MCFragment. by Rafael Espindola · 11 years ago
  27. a554c05 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 11 years ago
  28. 25ffbe1 Insert MCSectionData into the section list directly in getOrCreateSectionData. by Rafael Espindola · 11 years ago
  29. cd62518 Move HasInstructions to MCSection. by Rafael Espindola · 11 years ago
  30. b028cc8 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 11 years ago
  31. b2ac19e Move LayoutOrder to MCSection. by Rafael Espindola · 11 years ago
  32. 6e6820a Stop forwarding getOrdinal and setOrdinal. by Rafael Espindola · 11 years ago
  33. 1f02022 Move Ordinal from MCSectionData to MCSection. NFC. by Rafael Espindola · 11 years ago
  34. 1247bbd MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFC by Duncan P. N. Exon Smith · 11 years ago
  35. 967d6a6 Stop forwarding (get|set)Aligment from MCSectionData to MCSection. by Rafael Espindola · 11 years ago
  36. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 11 years ago
  37. 5435aa4 MC: Simplify MCSymbolData initialization and remove MCSymbol pointer by Duncan P. N. Exon Smith · 11 years ago
  38. c3e709e MC: Add MCSymbolData back to MCAssembler dump by Duncan P. N. Exon Smith · 11 years ago
  39. fd27a1d MC: Update MCAssembler to use MCSymbol, NFC by Duncan P. N. Exon Smith · 11 years ago
  40. 2a40483 MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC by Duncan P. N. Exon Smith · 11 years ago
  41. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 11 years ago
  42. d81ba53 MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl() by Duncan P. N. Exon Smith · 11 years ago
  43. 09bfa58 MC: Change MCFragment::Atom to an MCSymbol, NFC by Duncan P. N. Exon Smith · 11 years ago
  44. e2eb3a5 MC: Merge MCSymbol and MCSymbolData by Duncan P. N. Exon Smith · 11 years ago
  45. 70528d7 MC: Reduce MCAssembler::Symbols API exposure, NFC by Duncan P. N. Exon Smith · 11 years ago
  46. 91df21f MC: Update MCCodeEmitter naming. NFC. by Jim Grosbach · 11 years ago
  47. 35d6189 Compute A-B when A or B is weak. by Rafael Espindola · 11 years ago
  48. 9e0c890 [MC] Write padding into fragments when -mc-relax-all flag is used by Petr Hosek · 11 years ago
  49. 972756b Remove unnecessary uses of AliasedSymbol. by Rafael Espindola · 11 years ago
  50. 94a88d7 Be consistent when deciding if a relocation is needed. by Rafael Espindola · 11 years ago
  51. aeed3cb Fix PR23025. by Rafael Espindola · 11 years ago
  52. f275ad8 Fix fixup evaluation when deciding what to relocate with. by Rafael Espindola · 11 years ago
  53. 44cc654 Fix warning on non-assert build. by Rafael Espindola · 11 years ago
  54. dbb4021 Produce an error instead of asserting on invalid .sleb128/.uleb128. by Rafael Espindola · 11 years ago
  55. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  56. 9f380a3 Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter by David Blaikie · 11 years ago
  57. 2658554 Add r224985 back with fixes. by Rafael Espindola · 11 years ago
  58. c569ac4 Produce errors when an assignment expression would use a common symbol. by Rafael Espindola · 11 years ago
  59. 7244bb3 Revert "Add r224985 back with two fixes." by Rafael Espindola · 11 years ago
  60. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  61. d9c3e30 Add r224985 back with two fixes. by Rafael Espindola · 11 years ago
  62. 1e923ec Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision by Lang Hames · 11 years ago
  63. 66f755f Revert r224935 "Refactor duplicated code. No intended functionality change." by Lang Hames · 11 years ago
  64. 04b37c4 Revert r225048: It broke ObjC on AArch64. by Lang Hames · 11 years ago
  65. 54b435e Add r224985 back with a fix. by Rafael Espindola · 11 years ago
  66. d4da904 Revert "Remove doesSectionRequireSymbols." by Rafael Espindola · 11 years ago
  67. b22d5aa Remove doesSectionRequireSymbols. by Rafael Espindola · 11 years ago
  68. bed67f3 Refactor duplicated code. by Rafael Espindola · 11 years ago
  69. 05fb735 [MC] Make bundle alignment mode setting idempotent and support nested bundles by Derek Schuff · 11 years ago
  70. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  71. 3e67db9 MC: Bit pack MCSymbolData. by Benjamin Kramer · 11 years ago
  72. 559b47d Add and update reset() and doInitialization() methods to MC* and passes. by Yaron Keren · 11 years ago
  73. adbe024 Add a helper to MCExpr for when an expression is know to be absolute. by Rafael Espindola · 11 years ago
  74. 752b91b If available, pass down the Fixup object to EvaluateAsRelocatable. by Joerg Sonnenberger · 11 years ago
  75. 82cb030 MC: make MCSymbolData::dump work on const objects by David Majnemer · 11 years ago
  76. 83120cd Avoid revocations when possible. by Rafael Espindola · 11 years ago
  77. 58eb5ab Report error for non-zero data in .bss by Weiming Zhao · 11 years ago
  78. 2aeac7a Move getBaseSymbol somewhere the COFF writer can use. by Rafael Espindola · 12 years ago
  79. fee224f Provide a version of getSymbolOffset that returns false on error. by Rafael Espindola · 12 years ago
  80. 5e09641 Grammar fix. by Rafael Espindola · 12 years ago
  81. bc03586 Simplify getSymbolOffset. by Rafael Espindola · 12 years ago
  82. b245927 Another missing include for MSVC. by Benjamin Kramer · 12 years ago
  83. b60c829 Centralize the handling of the thumb bit. by Rafael Espindola · 12 years ago
  84. f58e376 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  85. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  86. 4d3b043 Revert debug info compression support. by David Blaikie · 12 years ago
  87. 857497b Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer by David Blaikie · 12 years ago
  88. 53d3251 MachO: Add linker-optimisation hint framework to MC. by Tim Northover · 12 years ago
  89. 5904e12 Completely rewrite ELFObjectWriter::RecordRelocation. by Rafael Espindola · 12 years ago
  90. 7400a97 DebugInfo: Support for compressed debug info sections by David Blaikie · 12 years ago
  91. 448334a Darwin: Add assembler directives to create version-min load commands. by Jim Grosbach · 12 years ago
  92. 3d5d464 Try harder to evaluate expressions when printing assembly. by Rafael Espindola · 12 years ago
  93. 9784cef Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() by David Woodhouse · 12 years ago
  94. 808df67 Fix indentation. by Joerg Sonnenberger · 12 years ago
  95. ed420bb Move assert above first use of variable that we'd be asserting on. by Eric Christopher · 12 years ago
  96. 24a3ebb Use MCFillFragment for zero-initialized data. by Serge Pavlov · 12 years ago
  97. 32d725b by Ulrich Weigand · 12 years ago
  98. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  99. 1b276c5 Remove unused method and default values. by Rafael Espindola · 13 years ago
  100. b78e9e5 Fix unnecessary removal of const through cast machinery by David Blaikie · 13 years ago