aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Bring r226038 back.Rafael Espindola1-14/+5
2015-01-16Revert r226242 - Revert Revert Don't create new comdats in CodeGenTimur Iskhodzhanov1-5/+14
2015-01-16Revert "Revert Don't create new comdats in CodeGen"Rafael Espindola1-14/+5
2015-01-15Revert Don't create new comdats in CodeGenTimur Iskhodzhanov1-5/+14
2015-01-14Don't create new comdats in CodeGen.Rafael Espindola1-14/+5
2015-01-09Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames1-54/+0
2015-01-06Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames1-0/+54
2014-12-30[COFF] Don't try to add quotes to already quoted linker directivesMichael Kuperstein1-1/+1
2014-12-29Refactor duplicated code.Rafael Espindola1-54/+0
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-4/+4
2014-11-21[Objective-C] Support a new special module flag that will be put into theManman Ren1-1/+2
2014-11-06Add three other sections when L symbols are allowed.Rafael Espindola1-0/+15
2014-11-06Allow L symbols in no_dead_strip sections.Rafael Espindola1-0/+4
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