aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-26Put jump tables in distinct sections if -ffunction-sections is used.Rafael Espindola1-20/+28
2015-02-25Support SHF_MERGE sections in COMDATs.Rafael Espindola1-77/+48
2015-02-20Use short names for jumptable sections.Rafael Espindola1-29/+25
2015-02-17Add r228939 back with a fix.Rafael Espindola1-0/+7
2015-02-17Add r228980 back.Rafael Espindola1-14/+17
2015-02-16Fix quoting of #pragma comment for MS compat, LLVM part.Michael Kuperstein1-14/+3
2015-02-14Revert "On ELF, put PIC jump tables in a non executable section."Matthias Braun1-7/+0
2015-02-13Revert a series of commits starting at r228886 which is triggering someChandler Carruth1-17/+14
2015-02-12Add support for having multiple sections with the same name and comdat.Rafael Espindola1-14/+17
2015-02-12On ELF, put PIC jump tables in a non executable section.Rafael Espindola1-0/+7
2015-02-12Put each jump table in an independent section if the function is too.Rafael Espindola1-0/+22
2015-02-11Don't repeat name in comment and clang-format a function.Rafael Espindola1-14/+20
2015-02-05Add a FIXME.Rafael Espindola1-0/+3
2015-02-04Don' try to make sections in comdats SHF_MERGE.Rafael Espindola1-4/+4
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-26/+15
2015-01-29Use isMergeableConst now that it is sane.Rafael Espindola1-3/+1
2015-01-29Don't create multiple mergeable sections with -fdata-sections.Rafael Espindola1-9/+10
2015-01-28Simplify code. NFC.Rafael Espindola1-3/+1
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-9/+5
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