aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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