- 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 · 11 years ago
- 7f4e07b Move AliasedSymbol to MachObjectWriter. by Rafael Espindola · 11 years ago
- 97fbdd5 [mc] Clean up emission of byte sequences by Benjamin Kramer · 11 years ago
- 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 11 years ago
- 94a88d7 Be consistent when deciding if a relocation is needed. by Rafael Espindola · 11 years ago
- 10d362c MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 11 years ago
- 949eb3f Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a cache." by Peter Collingbourne · 11 years ago
- 915a4b1 MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 11 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 · 12 years ago
- e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 12 years ago
- 583a31c Add range access to MCAssembler's symbol collection. by David Blaikie · 12 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 · 12 years ago
- 53d3251 MachO: Add linker-optimisation hint framework to MC. by Tim Northover · 12 years ago
- 5904e12 Completely rewrite ELFObjectWriter::RecordRelocation. by Rafael Espindola · 12 years ago
- 448334a Darwin: Add assembler directives to create version-min load commands. by Jim Grosbach · 12 years ago
- 3d5d464 Try harder to evaluate expressions when printing assembly. by Rafael Espindola · 12 years ago
- a063bdd Simplify a really complicated check for Arch == X86_64. by Rafael Espindola · 12 years ago
- 7b58305 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
- f907b89 Correct word hyphenations by Alp Toker · 12 years ago
- aff6a0c MachO: Improve backend diagnostic for overalignment. by Jim Grosbach · 12 years ago
- fe6813f Add names for mach-o permissions bits and use the symbol names in place of magic numbers by Nick Kledzik · 12 years ago
- 8bdfafd Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
- 3aeada2 The integrated darwin assembler can hang in an infinite loop (or get an assert by Kevin Enderby · 12 years ago
- 1827bd8 Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h." by Charles Davis · 12 years ago
- 0c6f71b Move everything depending on Object/MachOFormat.h over to Support/MachO.h. by Charles Davis · 12 years ago
- 34ea79f [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit. by Daniel Dunbar · 13 years ago
- eec0f32 [MC/Mach-O] Add support for linker options in Mach-O files. by Daniel Dunbar · 13 years ago
- b95c53e by Pedro Artigas · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- b12b71a Tidy up. 80 columns. by Jim Grosbach · 13 years ago
- 5485acd Fix Doxygen issues: by Dmitri Gribenko · 13 years ago
- d96ef19 MachO: Correctly mark symbol-difference variables as N_ABS. by Jim Grosbach · 13 years ago
- f29db27 Reduce duplicated hash map lookups. by Benjamin Kramer · 13 years ago
- 4b63d2a Refactor data-in-code annotations. by Jim Grosbach · 13 years ago
- 6e80c28 Prune some includes and forward declarations. by Craig Topper · 14 years ago
- 35bc8f9 ARM Darwin symbol ref differences w/o subsection-via-symbols. by Jim Grosbach · 14 years ago
- d4dbd09 MCAssembler tweak for determining when a symbol difference is resolved. by Jim Grosbach · 14 years ago
- 4045507 MC tweak symbol difference resolution for non-local symbols. by Jim Grosbach · 14 years ago
- d6ae4ba Darwin assembler improved relocs when w/o subsections_via_symbols. by Jim Grosbach · 14 years ago
- 46be301 Tidy up. Hard tabs. by Jim Grosbach · 14 years ago
- 18e2fe4 Switch MCAssembler to method names starting w/ lower-case. by Jim Grosbach · 14 years ago
- 460be99 Formatting and typo. by Eric Christopher · 14 years ago
- 7b46bb8 Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom by Kevin Enderby · 14 years ago
- 91ea511 MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead. This matches what as does. by Benjamin Kramer · 14 years ago
- a317160 Don't truncate MachO addresses. by Jim Grosbach · 14 years ago