- 1f13d47 Sink COFF.h MC include into .cpp files by Reid Kleckner · 10 years ago
- df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
- 5c0fa58 Remove DataLayout from TargetLoweringObjectFile, redirect to Module by Mehdi Amini · 10 years ago
- 1feef2e COFF: Do not assign linker-weak symbols to selectany comdat sections. by Peter Collingbourne · 10 years ago
- aef3659 Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. by Peter Collingbourne · 10 years ago
- a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
- 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
- 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
- 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
- 8ca44f0 Implement unique sections with an unique ID. by Rafael Espindola · 10 years ago
- 7db449a COFF: Let globals with private linkage reside in their own section by David Majnemer · 11 years ago
- 63b1d99 Revert "COFF: Let globals with private linkage reside in their own section" by David Majnemer · 11 years ago
- 21fecf9 Revert "Address review comments" by David Majnemer · 11 years ago
- 564404c Address review comments by David Majnemer · 11 years ago
- 47e3842 COFF: Let globals with private linkage reside in their own section by David Majnemer · 11 years ago
- ab447e4 Put jump tables in unique sections on COFF. by Rafael Espindola · 11 years ago
- 618c67a [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents by Bruno Cardoso Lopes · 11 years ago
- 4491d0d Put jump tables in distinct sections if -ffunction-sections is used. by Rafael Espindola · 11 years ago
- 8bc9ccc Support SHF_MERGE sections in COMDATs. by Rafael Espindola · 11 years ago
- 9075f77 Use short names for jumptable sections. by Rafael Espindola · 11 years ago
- df19519 Add r228939 back with a fix. by Rafael Espindola · 11 years ago
- 68fa249 Add r228980 back. by Rafael Espindola · 11 years ago
- fc3e626 Fix quoting of #pragma comment for MS compat, LLVM part. by Michael Kuperstein · 11 years ago
- 33cc107 Revert "On ELF, put PIC jump tables in a non executable section." by Matthias Braun · 11 years ago
- d99f427 Revert a series of commits starting at r228886 which is triggering some by Chandler Carruth · 11 years ago
- b6a812e Add support for having multiple sections with the same name and comdat. by Rafael Espindola · 11 years ago
- 203c5b9 On ELF, put PIC jump tables in a non executable section. by Rafael Espindola · 11 years ago
- 29786d4 Put each jump table in an independent section if the function is too. by Rafael Espindola · 11 years ago
- 25d2c20 Don't repeat name in comment and clang-format a function. by Rafael Espindola · 11 years ago
- f8d662a Add a FIXME. by Rafael Espindola · 11 years ago
- a092f17 Don' try to make sections in comdats SHF_MERGE. by Rafael Espindola · 11 years ago
- ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
- 093dcc4 Use isMergeableConst now that it is sane. by Rafael Espindola · 11 years ago
- fad3901 Don't create multiple mergeable sections with -fdata-sections. by Rafael Espindola · 11 years ago
- a05b3b7 Simplify code. NFC. by Rafael Espindola · 11 years ago
- 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
- 12ca34f Bring r226038 back. by Rafael Espindola · 11 years ago
- 60b7213 Revert r226242 - Revert Revert Don't create new comdats in CodeGen by Timur Iskhodzhanov · 11 years ago
- 67a79e7 Revert "Revert Don't create new comdats in CodeGen" by Rafael Espindola · 11 years ago
- f5adf13 Revert Don't create new comdats in CodeGen by Timur Iskhodzhanov · 11 years ago
- fad1639 Don't create new comdats in CodeGen. 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
- c43b063 [COFF] Don't try to add quotes to already quoted linker directives by Michael Kuperstein · 11 years ago
- bed67f3 Refactor duplicated code. by Rafael Espindola · 11 years ago
- 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
- c98ec0e [Objective-C] Support a new special module flag that will be put into the by Manman Ren · 11 years ago
- 83f0ea8 Add three other sections when L symbols are allowed. by Rafael Espindola · 11 years ago
- bf77ed6 Allow L symbols in no_dead_strip sections. by Rafael Espindola · 11 years ago
- 597be2d MC: ReadOnlyWithRel section kinds should map to rdata in COFF by David Majnemer · 11 years ago
- b8dbebb MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF by David Majnemer · 11 years ago
- c0f0c51 Fix an it's vs. its typo. by Hans Wennborg · 11 years ago
- b582372 Revert "Disable the fix for pr20793 because of a gnu ld bug." by Rafael Espindola · 11 years ago
- 7eb3b06 Disable the fix for pr20793 because of a gnu ld bug. by Rafael Espindola · 11 years ago
- 7c7d7b9 Refactor to avoid code duplication. NFC. by Rafael Espindola · 11 years ago
- c4b4253 Fix pr20793. by Rafael Espindola · 11 years ago
- 7c4059e MC Win64: Put unwind info for COMDAT code into the same COMDAT group by Reid Kleckner · 11 years ago
- b43d51d On MachO, don't put non-private constants in mergeable sections. by Rafael Espindola · 11 years ago
- d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
- 8bce66b CodeGen: Stick constant pool entries in COMDAT sections for WinCOFF by David Majnemer · 11 years ago
- 6cbe670 Make helper functions static. by Benjamin Kramer · 11 years ago
- dad0a64 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
- 102ff69 CodeGen: Avoid multiple strlen calls by David Majnemer · 11 years ago
- 0766ae0 Fix a few issues with comdat handling on COFF. by Rafael Espindola · 11 years ago
- c002981 Fix MIPS exception personality encoding. by Logan Chien · 11 years ago
- fceb76f Add comdat key field to llvm.global_ctors and llvm.global_dtors by Reid Kleckner · 11 years ago
- c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
- a9bdb32 WinCOFF: Emit common symbols as specified in the COFF spec by David Majnemer · 11 years ago
- 273bff4 WinCOFF: Add support for -fdata-sections by David Majnemer · 12 years ago
- 9338984 WinCOFF: Add support for -ffunction-sections by David Majnemer · 12 years ago
- 7b58305 MC: Remove superfluous section attribute flag definitions by David Majnemer · 12 years ago
- 3b30cb4 Remove shouldEmitUsedDirectiveFor. by Rafael Espindola · 12 years ago
- 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
- a3ad4e6 move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
- daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
- 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
- b9ea63c Avoid an infinite cycle with private linkage and -f{data|function}-sections. by Rafael Espindola · 12 years ago
- 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
- 1f3de49 Use __literal16. It has been supported by the linker since 2005. by Rafael Espindola · 12 years ago
- 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
- 2037caf Revert r199871 and replace it with a simple check in the debug info by Eric Christopher · 12 years ago
- 15abef6 Add a variable to track whether or not we've used a unique section, by Eric Christopher · 12 years ago
- a88d7ab Adding new LTO APIs to parse metadata nodes and extract linker options and by Yunzhong Gao · 12 years ago
- 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
- f4e6b29 Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- 3c8e147 Use the same tls section name as msvc. by Rafael Espindola · 12 years ago
- 2d30ae2 Use simple section names for COMDAT sections on COFF. by Rafael Espindola · 12 years ago
- 60ec383 Support multiple COFF sections with the same name but different COMDAT. by Rafael Espindola · 12 years ago
- 25b61db Revert "Micro-optimization" by Bill Wendling · 12 years ago
- e133ed8 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
- 3d96acb [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF by David Majnemer · 12 years ago
- c31c2de Revert "Reapply r185872 now that the address sanitizer has been changed to support this." by Arnold Schwaighofer · 12 years ago
- f76d6b3 Revert "coff also doesn't have a ReadOnlySection yet, (!)" by David Majnemer · 12 years ago
- b80f979 Reapply r185872 now that the address sanitizer has been changed to support this. by Bill Wendling · 12 years ago
- 7fdaee8 Use proper section suffix for COFF weak symbols by Nico Rieck · 12 years ago
- 8d2d79d Revert r185872 - "Stop emitting weak symbols into the "coal" sections" by Alexander Potapenko · 12 years ago
- 0176708 Stop emitting weak symbols into the "coal" sections. by Bill Wendling · 12 years ago
- a37acf7 MC: Implement COFF .linkonce directive by Nico Rieck · 12 years ago
- 1b01ae8 PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation by David Blaikie · 12 years ago