aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86TargetObjectFile.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-22CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne1-2/+8
2016-02-21[X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer1-1/+2
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini1-1/+1
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-2/+2
2015-03-11Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff1-3/+3
2015-03-06[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-5/+4
2015-03-06[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-2/+2
2015-03-03[X86][ELF] Correct relocation for DWARF TLS referencesPaul Robinson1-4/+8
2015-03-02Revert r230979, should apply to all X86 ELF.Paul Robinson1-6/+0
2015-03-02[PS4] Correct relocation for DWARF TLS references.Paul Robinson1-0/+6
2015-02-23[AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes1-0/+6
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer1-0/+5
2014-03-19Prune includes in X86 target.Craig Topper1-1/+0
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-11/+8
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-5/+7
2014-02-19Revert r201622 and r201608.Daniel Jasper1-7/+5
2014-02-18Fix PR18743.Rafael Espindola1-5/+7
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola1-2/+2
2014-02-08Pass the Mangler by reference.Rafael Espindola1-3/+3
2014-02-08Add LLVM_OVERRIDE to a few declarations.Rafael Espindola1-11/+14
2014-01-15WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer1-0/+6
2013-07-02[DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand1-1/+1
2013-07-01PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie1-0/+3
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov1-3/+3
2012-06-26Rename to match other X86_64* names.Bill Wendling1-2/+2
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola1-0/+6
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+0
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu1-1/+1
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-22/+0
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola1-2/+2
2011-04-27Remove unnecessary argument.Rafael Espindola1-2/+2
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola1-0/+6
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling1-10/+1
2010-03-15Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling1-3/+11
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner1-2/+3
2010-02-21It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov1-18/+0
2010-02-19Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson1-0/+8
2010-02-19Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov1-8/+0
2010-02-16Minor warning fixes (semicolons, newline at EOF).Benjamin Kramer1-2/+2
2010-02-15Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov1-0/+1
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov1-7/+38
2009-09-18Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner1-0/+11
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner1-0/+1
2009-09-16Big change #1 for personality function references:Chris Lattner1-0/+28