aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86TargetObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-22CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne1-34/+11
2016-02-22[X86] Create mergeable constant pool entries for AVXDavid Majnemer1-0/+5
2016-02-21[X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer1-6/+19
2015-09-03Sink COFF.h MC include into .cpp filesReid Kleckner1-0/+1
2015-07-16Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini1-4/+3
2015-06-26Revert "Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionF...David Majnemer1-36/+28
2015-06-26Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant"Hans Wennborg1-25/+37
2015-06-26[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstantDavid Majnemer1-37/+25
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-8/+8
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2015-03-11Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff1-1/+2
2015-03-06[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-7/+5
2015-03-06[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-1/+1
2015-03-06X86: Form IMGREL relocations for LLVM FunctionsDavid Majnemer1-9/+7
2015-03-03[X86][ELF] Correct relocation for DWARF TLS referencesPaul Robinson1-6/+5
2015-03-02Revert r230979, should apply to all X86 ELF.Paul Robinson1-5/+0
2015-03-02[PS4] Correct relocation for DWARF TLS references.Paul Robinson1-0/+5
2015-02-23[AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes1-0/+16
2014-07-15X86: Simplify X86WindowsTargetObjectFile::getSectionForConstantDavid Majnemer1-9/+3
2014-07-15CodeGen: Handle ConstantVector and undef in WinCOFF constant poolsDavid Majnemer1-13/+21
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer1-0/+61
2014-04-30Restore condition incorrectly changed in r96289 to the older state.Joerg Sonnenberger1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-6/+6
2014-02-19move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola1-3/+3
2014-02-19Add back r201608, r201622, r201624 and r201625Rafael Espindola1-12/+14
2014-02-19Revert r201622 and r201608.Daniel Jasper1-14/+12
2014-02-18Fix PR18743.Rafael Espindola1-12/+14
2014-02-09Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola1-9/+8
2014-02-08Pass the Mangler by reference.Rafael Espindola1-6/+6
2014-01-15WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer1-0/+52
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-1/+1
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-10-29Move getSymbol to TargetLoweringObjectFile.Rafael Espindola1-2/+2
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/+6
2013-01-10Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak1-5/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov1-4/+4
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/+9
2012-03-27Prune some includesCraig 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-76/+0
2011-05-01Remove an unused variable from this function introduced in r130637,Chandler Carruth1-1/+0
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola1-3/+10
2011-04-27Remove unnecessary argument.Rafael Espindola1-1/+1
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola1-0/+6
2011-04-22Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola1-10/+1
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar1-2/+2
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling1-13/+0