aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-07-25[XCOFF] Enable available_externally linkage for functions.esmeyi1-2/+2
2023-07-24[clang][CodeGen] Introduce `-frecord-command-line` for MachOAntonio Frighetto1-0/+5
2023-05-31[X86] Use "l" prefix for data sections under medium/large code modelArthur Eubanks1-7/+16
2023-04-25[MachO] Disable atexit()-based lowering when LTO'ing kernel/kext codeJulian Lettner1-1/+6
2023-03-23[AIX][CodeGen] Storage Locations for Constant PointersQiongsi Wu1-4/+16
2023-03-14Remove -lower-global-dtors-via-cxa-atexit flagJulian Lettner1-5/+1
2023-03-10MachO: support custom section names on global variablesTim Northover1-0/+14
2023-03-01[COFF][X86_64] Put jump table in .rdata for WindowsWei Xiao1-0/+17
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-05[AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_PE_pcrel personality/ls...Fangrui Song1-20/+8
2023-02-04Revert "[AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_PE_pcrel person...NAKAMURA Takumi1-8/+20
2023-02-03[AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_PE_pcrel personality/ls...Fangrui Song1-20/+8
2023-01-25Verifier: Add checks for associated metadataMatt Arsenault1-8/+1
2023-01-11[XCOFF] handle the toc-data for object file generation.esmeyi1-4/+8
2022-12-05[IR] llvm::Optional => std::optionalFangrui Song1-2/+2
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitValueToAlignmentGuillaume Chatelet1-1/+1
2022-11-09[SampleFDO] Persist profile staleness metrics into binarywlei1-0/+26
2022-10-08[LoongArch] Set correct encodings for DWARF exception handlingwanglei1-0/+8
2022-08-16[Windows] Put init_seg(compiler/lib) in llvm.global_ctorsArthur Eubanks1-3/+16
2022-08-12[PowerPC] omit location attribute for TLS variable on AIXChen Zheng1-0/+7
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-07[Metadata] Add 'exclude' metadata to add the exclude flags on globalsJoseph Huber1-3/+0
2022-07-07[Object] Add ELF section type for offloading objectsJoseph Huber1-0/+3
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-10/+10
2022-06-08[Target] Remove `startswith` for adding `SHF_EXCLUDE` to offload sectionJoseph Huber1-1/+1
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