aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-01[PseudoProbe] Support emitting to COFF object (#123870)Haohai Wen1-0/+7
2025-08-28[TargetLoweringObjectFile] Handle riscv BE (#155166)Djordje Todorovic1-0/+2
2025-08-03MCSymbolXCOFF: Migrate away from classofFangrui Song1-7/+9
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-2/+3
2025-08-03MCSymbolELF: Migrate away from classofFangrui Song1-2/+2
2025-07-29[ELF][AsmPrinter] Emit trailing dot for constant pool section when it has a h...Mingming Liu1-7/+7
2025-07-28[COFF] Set .llvmbc and .llvmcmd to metadata section (#150879)Haohai Wen1-1/+2
2025-07-26MCSectionXCOFF: Remove classofFangrui Song1-5/+7
2025-07-25MCSectionCOFF: Remove classofFangrui Song1-2/+2
2025-07-25MCSectionELF: Remove classofFangrui Song1-1/+1
2025-07-23[llvm] Remove unused includes (NFC) (#150265)Kazu Hirata1-1/+0
2025-07-15[NFC] Hoist pseudo probe desc emission code for reuse (#148756)Haohai Wen1-22/+1
2025-06-26[GOFF] Add writing of section symbols (#133799)Kai Nacke1-5/+73
2025-06-15RISCV: Replace RISCVMCExpr with MCSpecifierExprFangrui Song1-1/+1
2025-05-28Warn on misuse of DiagnosticInfo classes that hold Twines (#137397)Justin Bogner1-1/+1
2025-05-07[Cygwin] Emit COMDAT name correctly for Cygwin (#138621)Tomohiro Kashiwada1-1/+1
2025-04-08AsmPrinter: Remove ELF's special lowerRelativeReference for unnamed_addr func...Fangrui Song1-18/+0
2025-04-01Revert "AsmPrinter: Remove ELF's special lowerRelativeReference for unnamed_a...Petr Hosek1-0/+18
2025-03-31AsmPrinter: Remove ELF's special lowerRelativeReference for unnamed_addr func...Fangrui Song1-18/+0
2025-03-29[CodeGen][StaticDataSplitter]Support constant pool partitioning (#129781)Mingming Liu1-0/+35
2025-03-29[RISCV] Replace @plt/@gotpcrel in data directives with %pltpcrel %gotpcrelFangrui Song1-26/+51
2025-03-23AsmPrinter: Remove unneeded lowerRelativeReference overridesFangrui Song1-26/+0
2025-03-23[NFC]Don't use else after a return (#132644)Mingming Liu1-4/+4
2025-03-23MCValue: Simplify code with getSubSymFangrui Song1-1/+1
2025-03-21[CodeGen] Rename PLTRelativeVariantKind. NFCFangrui Song1-2/+2
2025-03-05[MC] Remove unneeded VK_None argument from MCSymbolRefExpr::create. NFCFangrui Song1-6/+3
2025-02-14[AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (#125687)Csanád Hajdú1-6/+10
2025-02-12[MC] Replace MCContext::GenericSectionID with MCSection::NonUniqueID (#126202)Haohai Wen1-11/+11
2025-02-06[IR] Generalize Function's {set,get}SectionPrefix to GlobalObjects, the base ...Mingming Liu1-0/+5
2025-01-28[AsmPrinter][ELF] Support profile-guided section prefix for jump tables' (rea...Mingming Liu1-8/+29
2025-01-26[NFC][CodeGen] Fix typos in code comments. (#124382)Alexey Bader1-2/+2
2025-01-21[TLOF][NFC] Make emitLinkerDirectives virtual and public. (#123773)Jason Eckhardt1-23/+34
2025-01-21[clang] Implement #pragma clang section on COFF targets (#112714)Vinicius Tadeu Zein1-31/+23
2024-12-16[PAC][ELF][AArch64] Support signed personality function pointer (#119361)Daniil Kovalev1-2/+9
2024-12-10Revert "[PAC][ELF][AArch64] Support signed personality function pointer" (#11...Daniil Kovalev1-9/+1
2024-12-10[PAC][ELF][AArch64] Support signed personality function pointer (#113148)Daniil Kovalev1-1/+9
2024-10-15[Coverage][WebAssembly] Add initial support for WebAssembly/WASI (#111332)Yuta Saito1-1/+5
2024-07-19CodeGen: Avoid some references to MachineFunction's getMMI (#99652)Matt Arsenault1-1/+1
2024-06-30[MC] Move Mach-O specific getAtom and isSectionAtomizableBySymbols to Mach-O ...Fangrui Song1-1/+2
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov1-3/+3
2024-06-22[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song1-3/+2
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke1-24/+16
2024-05-21[CodeGen] Assign SHT_LLVM_LTO to .llvm.lto section (#92856)Fangrui Song1-0/+2
2024-05-08MIPS: Use pcrel|sdata4 for eh_frame (#91291)YunQiang Su1-3/+1
2024-05-07[Analysis, CodeGen, DebugInfo] Use StringRef::operator== instead of StringRef...Kazu Hirata1-1/+1
2024-05-07[Clang] -fseparate-named-sections option (#91028)Petr Hosek1-3/+8
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks1-10/+1
2024-03-15[AIX] Support per global code model. (#79202)Sean Fertile1-13/+26
2024-03-01[PowerPC] Support local-dynamic TLS relocation on AIX (#66316)Felix (Ting Wang)1-5/+18
2024-02-21[WebAssembly] Add segment RETAIN flag to support private retained data (#81539)Yuta Saito1-7/+22