aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-11[ELF] Don't emit SHF_GNU_RETAIN on SolarisRainer Orth1-4/+7
2021-08-10[AIX] Don't crash on unimplemented lowerRelativeReferenceJinsong Ji1-1/+2
2021-08-05[PowerPC][AIX] Create multiple constant sections.Sean Fertile1-1/+14
2021-07-27[SystemZ][z/OS] Initial code to generate assembly files on z/OSAnirudh Prasad1-0/+22
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song1-4/+4
2021-07-15MachO: don't emit L... private symbols in do_not_dead_strip sections.Tim Northover1-5/+4
2021-06-11[ADT] Remove APInt/APSInt toString() std::string variantsSimon Pilgrim1-1/+1
2021-06-10[AIX] Add traceback ssp canary bit supportJinsong Ji1-0/+11
2021-05-26[MC][NFCI] Factor out ELF section unique ID calculationTomas Matheson1-61/+78
2021-05-12[WebAssembly] Add TLS data segment flag: WASM_SEG_FLAG_TLSSam Clegg1-1/+4
2021-05-10Reland: "[lld][WebAssembly] Initial support merging string data"Sam Clegg1-4/+17
2021-05-10Revert "[lld][WebAssembly] Initial support merging string data"Nico Weber1-17/+4
2021-05-10[lld][WebAssembly] Initial support merging string dataSam Clegg1-4/+17
2021-05-10[X86] Fix position-independent TType encodingHarald van Dijk1-1/+1
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-9/+11
2021-04-30[XCOFF][AIX] Add Global Variables Directly to TOC for 32 bit AIXSidharth Baveja1-0/+25
2021-04-29[XCOFF] Handle the case when personality routine is an aliasjasonliu1-2/+3
2021-04-29Basic block sections for functions with implicit-section-name attributeSriraman Tallam1-20/+40
2021-04-21[MC] Use COMDAT for LSDA only if IR comdat type is anyPetr Hosek1-1/+3
2021-03-02[AIX][TLS] Generate TLS variables in assembly filesVictor Huang1-8/+29
2021-02-26ELF: Create unique SHF_GNU_RETAIN sections for llvm.used global objectsFangrui Song1-8/+28
2021-02-25Support `#pragma clang section` directives on MachO targetsJon Roelofs1-11/+16
2021-02-24Revert "[InstrProfiling] Use nobits as __llvm_prf_cnts section type in ELF"Petr Hosek1-4/+0
2021-02-20[InstrProfiling] Use nobits as __llvm_prf_cnts section type in ELFPetr Hosek1-0/+4
2021-02-20[CodeGen] Fix two dots between text section name and symbol namePan, Tao1-1/+4
2021-02-18[MC][ELF] Fix unused variable warning (NFC)Yang Fan1-2/+0
2021-02-17[XCOFF][NFC] make csect properties optional for getXCOFFSectionChen Zheng1-21/+31
2021-02-16Basic block sections should enable function sections implicitly.Sriraman Tallam1-11/+27
2021-02-16[MC][ELF] Support for zero flag section groupsPetr Hosek1-16/+26
2021-02-05.gcc_except_table: Set SHF_LINK_ORDER if binutils>=2.36, and drop unneeded un...Fangrui Song1-20/+15
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song1-3/+5
2021-01-20[AArch64] Add support for the GNU ILP32 ABIAmanieu d'Antras1-5/+14
2021-01-12[llvm] Remove redundant string initialization (NFC)Kazu Hirata1-1/+1
2021-01-02[PowerPC] Add the LLVM triple for powerpcle [1/5]Brandon Bergren1-0/+1
2020-12-16[XCOFF][AIX] Emit EH information in traceback tablediggerlin1-0/+23
2020-12-14[NFC] cleanup cg-profile emission on TargetLowerinngZequan Wu1-84/+2
2020-12-10[CSSPGO] Pseudo probe encoding and emission.Hongtao Yu1-0/+24
2020-12-10Revert "[CSSPGO] Pseudo probe encoding and emission."Mitch Phillips1-24/+0
2020-12-10[CSSPGO] Pseudo probe encoding and emission.Hongtao Yu1-0/+24
2020-12-08[CodeGen] Add text section prefix for COFF object filePan, Tao1-2/+6
2020-12-02[XCOFF][AIX] Generate LSDA data and compact unwind section on AIXjasonliu1-1/+5
2020-11-19[llvm][IR] Add dso_local_equivalent ConstantLeonard Chan1-0/+19
2020-11-13[CGProfile] allows bitcast in metadata node storing function pointersYuanfang Chen1-1/+1
2020-11-09[XCOFF] Enable explicit sections on AIXjasonliu1-15/+33
2020-11-03[CodeGen] Fix regression from D83655Jessica Clarke1-1/+2
2020-11-02[AsmPrinter] Split up .gcc_except_tableFangrui Song1-0/+36
2020-10-14[llvm] Set the default for -bbsections-cold-text-prefix to .text.split.Snehasish Kumar1-1/+1
2020-10-02[XCOFF] Enable -fdata-sections on AIXjasonliu1-21/+29
2020-09-29[CodeGen] emit CG profile for COFF object fileZequan Wu1-10/+55
2020-09-27Revert "Reland [CodeGen] emit CG profile for COFF object file"Arthur Eubanks1-14/+52