aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-22MC: ReadOnlyWithRel section kinds should map to rdata in COFFDavid Majnemer1-4/+4
2014-09-20MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFFDavid Majnemer1-2/+2
2014-09-19Fix an it's vs. its typo.Hans Wennborg1-1/+1
2014-09-05Revert "Disable the fix for pr20793 because of a gnu ld bug."Rafael Espindola1-11/+0
2014-09-05Disable the fix for pr20793 because of a gnu ld bug.Rafael Espindola1-0/+11
2014-09-05Refactor to avoid code duplication. NFC.Rafael Espindola1-34/+25
2014-09-04Fix pr20793.Rafael Espindola1-24/+48
2014-09-04MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner1-19/+4
2014-08-28On MachO, don't put non-private constants in mergeable sections.Rafael Espindola1-1/+3
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-5/+10
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer1-3/+5
2014-07-07Make helper functions static.Benjamin Kramer1-1/+1
2014-06-27IR: Add COMDATs to the IRDavid Majnemer1-18/+115
2014-06-24CodeGen: Avoid multiple strlen callsDavid Majnemer1-5/+4
2014-06-06Fix a few issues with comdat handling on COFF.Rafael Espindola1-10/+8
2014-05-30Fix MIPS exception personality encoding.Logan Chien1-8/+4
2014-05-16Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner1-4/+33
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-5/+5
2014-04-08WinCOFF: Emit common symbols as specified in the COFF specDavid Majnemer1-3/+6
2014-03-25WinCOFF: Add support for -fdata-sectionsDavid Majnemer1-3/+9
2014-03-23WinCOFF: Add support for -ffunction-sectionsDavid Majnemer1-4/+9
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-9/+9
2014-03-06Remove shouldEmitUsedDirectiveFor.Rafael Espindola1-18/+0
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-9/+9
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-45/+78
2014-02-19Revert r201622 and r201608.Daniel Jasper1-78/+45
2014-02-19Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola1-3/+3
2014-02-18Fix PR18743.Rafael Espindola1-43/+76
2014-02-13Use __literal16. It has been supported by the linker since 2005.Rafael Espindola1-2/+2
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola1-23/+21
2014-02-08Pass the Mangler by reference.Rafael Espindola1-25/+25
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher1-5/+3
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher1-3/+5
2014-01-21Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao1-0/+18
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-12-02Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola1-12/+3
2013-11-27Use the same tls section name as msvc.Rafael Espindola1-1/+1
2013-11-27Use simple section names for COMDAT sections on COFF.Rafael Espindola1-21/+17
2013-11-19Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola1-1/+2
2013-11-17Revert "Micro-optimization"Bill Wendling1-4/+5
2013-10-29Move getSymbol to TargetLoweringObjectFile.Rafael Espindola1-7/+7
2013-08-13[-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer1-4/+7
2013-08-08Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer1-6/+6
2013-08-08Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer1-0/+3
2013-08-07Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling1-6/+6
2013-07-29Use proper section suffix for COFF weak symbolsNico Rieck1-4/+2
2013-07-09Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko1-6/+6
2013-07-08Stop emitting weak symbols into the "coal" sections.Bill Wendling1-6/+6
2013-07-06MC: Implement COFF .linkonce directiveNico Rieck1-3/+3