summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-08Fix some comment typos.Benjamin Kramer1-1/+1
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini1-17/+16
2015-06-30COFF: Do not assign linker-weak symbols to selectany comdat sections.Peter Collingbourne1-2/+0
2015-06-29Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne1-18/+33
2015-06-02Create a MCSymbolELF.Rafael Espindola1-3/+4
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-8/+8
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-38/+31
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-4/+4
2015-04-04Implement unique sections with an unique ID.Rafael Espindola1-7/+14
2015-03-17COFF: Let globals with private linkage reside in their own sectionDavid Majnemer1-0/+16
2015-03-17Revert "COFF: Let globals with private linkage reside in their own section"David Majnemer1-24/+0
2015-03-17Revert "Address review comments"David Majnemer1-2/+7
2015-03-17Address review commentsDavid Majnemer1-7/+2
2015-03-17COFF: Let globals with private linkage reside in their own sectionDavid Majnemer1-0/+24
2015-03-11Put jump tables in unique sections on COFF.Rafael Espindola1-0/+25
2015-03-06[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-0/+66
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