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