summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86TargetObjectFile.h
AgeCommit message (Expand)Author
2025-03-20Move X86-specific MCSymbolRefExpr::VariantKind to X86MCExpr::SpecifierFangrui Song
2024-01-18[X86] Fix RTTI proxy emission for 32-bit (#78622)Shoaib Meenai
2023-11-15[llvm] Support indirect symbol replacement with GOTPCREL for x86_64 ELF (#67754)PiJoules
2020-09-03Fix spelling mistake. NFC.Simon Pilgrim
2020-04-23X86TargetObjectFile.h - remove unnecessary TargetLoweringObjectFile.h include...Simon Pilgrim
2020-03-21[X86] Delete unneeded X86ELFTargetObjectFile::Initialize. NFCFangrui Song
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song
2020-03-20Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization ...Eric Christopher
2020-03-20[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObje...Fangrui Song
2019-12-17Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips
2019-12-16Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar
2019-08-22[MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is localFrancis Visoiu Mistrih
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-12[MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFFReid Kleckner
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-23Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-21[Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86)Davide Italiano
2016-10-06[Triple] Add triple for FuchsiaPetr Hosek
2016-09-26[CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD.Davide Italiano
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-04-22CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne
2016-02-21[X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2015-03-11Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff
2015-03-06[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes
2015-03-06[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes
2015-03-03[X86][ELF] Correct relocation for DWARF TLS referencesPaul Robinson
2015-03-02Revert r230979, should apply to all X86 ELF.Paul Robinson
2015-03-02[PS4] Correct relocation for DWARF TLS references.Paul Robinson
2015-02-23[AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer
2014-03-19Prune includes in X86 target.Craig Topper
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola
2014-02-19Revert r201622 and r201608.Daniel Jasper
2014-02-18Fix PR18743.Rafael Espindola
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-02-08Add LLVM_OVERRIDE to a few declarations.Rafael Espindola
2014-01-15WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer
2013-07-02[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand
2013-07-01PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-06-26Rename to match other X86_64* names.Bill Wendling
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper