aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Use the correct ctor/dtor section for dynamic-no-pic.Rafael Espindola1-1/+1
2016-08-29Move code only used by codegen out of MC. NFC.Rafael Espindola1-5/+55
2016-07-01Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher1-4/+2
2016-06-27[ARM] Fix Thumb text sections' flags under COFF/WindowsRenato Golin1-5/+7
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-1/+1
2016-05-17Simplify handling of hidden stub.Rafael Espindola1-3/+1
2016-05-16Remove .hot and .unlikely prefixes from function section names.Easwaran Raman1-16/+2
2016-05-02[MC] Create unique .pdata sections for every .text sectionReid Kleckner1-10/+13
2016-04-30CodeGen: convert to range based loopsSaleem Abdulrasool1-36/+20
2016-04-22CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne1-0/+21
2016-02-23Add prefix based function layout when profile is available.Dehao Chen1-0/+16
2016-02-23Revert "Add prefix based function layout when profile is available."Duncan P. N. Exon Smith1-16/+0
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer1-2/+6
2016-02-22Add prefix based function layout when profile is available.Dehao Chen1-0/+16
2016-02-21[X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer1-2/+4
2016-02-18Stop creating covmap as note section on ELFXinliang David Li1-3/+0
2016-01-29[Objective-C] Support a new special module flag.Manman Ren1-0/+1
2016-01-14[PGO] [Coverage] put covmap into note section with no 'alloc flag' (Linux)Xinliang David Li1-0/+8
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-5/+3
2015-11-17Drop prelink support.Rafael Espindola1-5/+0
2015-11-03CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.Peter Collingbourne1-3/+28
2015-09-03Sink COFF.h MC include into .cpp filesReid Kleckner1-0/+1
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