aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song1-3/+3
2022-05-18[SystemZ][z/OS] Add the PPA1 to SystemZAsmPrinterYusra Syeda1-2/+2
2022-05-05[XCOFF][AIX] Use unique section names for LSDA and EH info sections with -ffu...Xing Xue1-0/+14
2022-04-14[OpenMP] Make offloading sections have the SHF_EXCLUDE flagJoseph Huber1-3/+11
2022-03-23Reland "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Julian Lettner1-2/+10
2022-03-23Revert "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"Zequan Wu1-10/+2
2022-03-17Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner1-2/+10
2022-03-15Revert rG9c542a5a4e1ba36c24e48185712779df52b7f7a6 "Lower `@llvm.global_dtors`...Simon Pilgrim1-10/+2
2022-03-14Lower `@llvm.global_dtors` using `__cxa_atexit` on MachOJulian Lettner1-2/+10
2022-02-23[MC][ELF] Use SHF_SUNW_NODISCARD instead of SHF_GNU_RETAIN on SolarisRainer Orth1-9/+13
2022-02-21[OpenMP] Ensure offloading sections do not have SHF_ALLOC flagJoseph Huber1-1/+2
2022-02-06[CodeGen] Use = default (NFC)Kazu Hirata1-1/+1
2022-01-12[MachO] Port call graph profile section and directiveLeonard Grey1-0/+1
2022-01-07[llvm] Remove redundant member initialization (NFC)Kazu Hirata1-6/+3
2022-01-04[ELF] Handle .init_array prefix consistentlyNikita Popov1-3/+8
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata1-3/+6
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata1-6/+3
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski1-2/+2
2021-10-06[IR][NFC] Rename getBaseObject to getAliaseeObjectItay Bookstein1-8/+8
2021-09-09[APInt] Normalize naming on keep constructors / predicate methods.Chris Lattner1-1/+1
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