- afa75d7 [macho] save the SDK version stored in module metadata into the version min and by Alex Lorenz · 7 years ago
- 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
- f78650a Remove trailing space by Fangrui Song · 7 years ago
- 438390f MC: Have the object writers return the number of bytes written. NFCI. by Peter Collingbourne · 7 years ago
- f17b149 MC: Change object writers to use endian::Writer. NFCI. by Peter Collingbourne · 7 years ago
- 147db3e MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a raw_ostream. NFCI. by Peter Collingbourne · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- db456ef [MC] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 7 years ago
- bf82e99 [MC] Issue error message when data region is not terminated by Gerolf Hoflehner · 8 years ago
- 0148c88 MC: Add support for mach-o build_version by Matthias Braun · 8 years ago
- 60fbc7c [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter by Lang Hames · 8 years ago
- 9b206a7 [MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter by Lang Hames · 8 years ago
- ceecfe5b Simplify interface now that we don't need to pass IsPCRel. NFC. by Rafael Espindola · 8 years ago
- 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 1d43552 [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- 06ac79c Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
- 39751af Misc improvements to StringTableBuilder. by Rafael Espindola · 9 years ago
- 9ddfb04 Revert "Use getSize instead of data().size(). NFC." by Rafael Espindola · 9 years ago
- 4bb425e Use getSize instead of data().size(). NFC. by Rafael Espindola · 9 years ago
- 4397837 Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr."" by Tim Northover · 9 years ago
- 5a55a029 Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr." by Renato Golin · 9 years ago
- cbba0ab ARM: put correct symbol index on indirect pointers in __thread_ptr. by Tim Northover · 9 years ago
- 5c3140f ARM: put extern __thread stubs in a special section. by Tim Northover · 9 years ago
- 1b640e0 [MachO] Add MachO alt-entry directive support. by Lang Hames · 10 years ago
- da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
- 2d4d161 ARM: support .watchos_version_min and .tvos_version_min. by Tim Northover · 10 years ago
- 21956e4 Add a RAW mode to StringTableBuilder. by Rafael Espindola · 10 years ago
- e3a20f5 Fix pr24486. by Rafael Espindola · 10 years ago
- 0a7d0ad Untabify. by NAKAMURA Takumi · 10 years ago
- a9cb538 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
- abdb2d2a [MC] Allow MCObjectWriter's output stream to be swapped out by David Majnemer · 10 years ago
- 75c0c70 [MC/MachO] Make some MachObjectWriter methods more generic. NFC. by Frederic Riss · 10 years ago
- 41de802 Revert r240302 ("Bring r240130 back."). by Daniel Jasper · 10 years ago
- 2d6bae2 Bring r240130 back. by Rafael Espindola · 10 years ago
- 67e715f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
- 284a750 Make all temporary symbols unnamed. by Rafael Espindola · 10 years ago
- 4915dd0 Remove includes of MCMachOSymbolFlags.h after it was deleted by Pete Cooper · 10 years ago
- 916f79e Move all flags logic to MCSymbolMachO. by Pete Cooper · 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
- 1ec70d8 [MachOWriter] Use for-range and roll some duplicated code into loops. by Benjamin Kramer · 10 years ago
- 7c76b4c MC: Remove obsolete MachO UseAggressiveSymbolFolding. by Jim Grosbach · 10 years ago
- 249af2a MC: Tidy up LOH naming a bit. NFC. by Jim Grosbach · 10 years ago
- 63702e2 Store a bit in MCSection saying if it was registered with MCAssembler. by Rafael Espindola · 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
- b5d316b Rename getOrCreateSymbolData to registerSymbol and return void. 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
- aad34d9 Remove uses of MCSectionData from MachObjectWriter.cpp. 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
- 61e724a Stop using MCSectionData in MCMachObjectWriter.h. by Rafael Espindola · 10 years ago
- 079027e Stop using MCSectionData in MCExpr.h. by Rafael Espindola · 10 years ago
- 7549f87 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
- a554c05 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 10 years ago
- cd62518 Move HasInstructions to MCSection. by Rafael Espindola · 10 years ago
- b2ac19e Move LayoutOrder to MCSection. 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
- 24f4775 MC: Remove last use of MCSymbolData::getSymbol(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 08b8726 MC: Use MCSymbol in MachObjectWriter, NFC by Duncan P. N. Exon Smith · 10 years ago
- 99d8a8e MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), 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
- 6e23e5a MC: Use MCSymbol in RelAndSymbol, NFC by Duncan P. N. Exon Smith · 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
- f48de1c MC: Change MCAssembler::Symbols to store MCSymbol, NFC by Duncan P. N. Exon Smith · 10 years ago
- d4e08a0 MC: Avoid some UB caused by left shifting a negative value. NFC by Justin Bogner · 10 years ago
- 35d6189 Compute A-B when A or B is weak. by Rafael Espindola · 10 years ago
- 7f4e07b Move AliasedSymbol to MachObjectWriter. by Rafael Espindola · 10 years ago
- 97fbdd5 [mc] Clean up emission of byte sequences by Benjamin Kramer · 10 years ago
- 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 10 years ago
- 94a88d7 Be consistent when deciding if a relocation is needed. by Rafael Espindola · 10 years ago
- 10d362c MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 10 years ago
- 949eb3f Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a cache." by Peter Collingbourne · 10 years ago
- 915a4b1 MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 10 years ago
- 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
- 2658554 Add r224985 back with fixes. by Rafael Espindola · 11 years ago
- 7244bb3 Revert "Add r224985 back with two fixes." by Rafael Espindola · 11 years ago
- d9c3e30 Add r224985 back with two fixes. by Rafael Espindola · 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
- d0b6b7f Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
- bfd0f01 Don't produce relocations for a difference in a section with no symbols. by Rafael Espindola · 11 years ago
- 3e67db9 MC: Bit pack MCSymbolData. by Benjamin Kramer · 11 years ago
- 1b1a399 MachObjectWriter: optimize the string table for common suffices by Hans Wennborg · 11 years ago
- 752b91b If available, pass down the Fixup object to EvaluateAsRelocatable. by Joerg Sonnenberger · 11 years ago
- eaef074 MachO: support N_INDR aliases in assembly files. by Tim Northover · 11 years ago
- b60c829 Centralize the handling of the thumb bit. by Rafael Espindola · 11 years ago
- e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 11 years ago
- 583a31c Add range access to MCAssembler's symbol collection. by David Blaikie · 11 years ago
- 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
- 53d3251 MachO: Add linker-optimisation hint framework to MC. by Tim Northover · 11 years ago
- 5904e12 Completely rewrite ELFObjectWriter::RecordRelocation. by Rafael Espindola · 11 years ago