summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Honor -fuse-init-array when os is not specified on x86"Mitch Phillips2019-12-171-1/+22
* Honor -fuse-init-array when os is not specified on x86Kamlesh Kumar2019-12-161-22/+1
* [MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is localFrancis Visoiu Mistrih2019-08-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MS][ARM64] Hoist __ImageBase handling into TargetLoweringObjectFileCOFFReid Kleckner2018-06-121-97/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86)Davide Italiano2017-06-211-0/+6
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* CodeGen: simplify TargetMachine::getSymbol interface. NFC.Tim Northover2016-11-221-3/+3
* [Triple] Add triple for FuchsiaPetr Hosek2016-10-061-0/+7
* [CodeGen] Add support for emitting .init_array instead of .ctors on FreeBSD.Davide Italiano2016-09-261-0/+7
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-10/+10
* CodeGen: Use PLT relocations for relative references to unnamed_addr functions.Peter Collingbourne2016-04-221-34/+11
* [X86] Create mergeable constant pool entries for AVXDavid Majnemer2016-02-221-0/+5
* [X86] Use the correct alignment for COMDAT constant pool entriesDavid Majnemer2016-02-211-6/+19
* Sink COFF.h MC include into .cpp filesReid Kleckner2015-09-031-0/+1
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-161-4/+3
* Revert "Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionF...David Majnemer2015-06-261-36/+28
* Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant"Hans Wennborg2015-06-261-25/+37
* [X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstantDavid Majnemer2015-06-261-37/+25
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-8/+8
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Make NaCl's use of .init_array for static constructors match LinuxDerek Schuff2015-03-111-1/+2
* [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-7/+5
* [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-1/+1
* X86: Form IMGREL relocations for LLVM FunctionsDavid Majnemer2015-03-061-9/+7
* [X86][ELF] Correct relocation for DWARF TLS referencesPaul Robinson2015-03-031-6/+5
* Revert r230979, should apply to all X86 ELF.Paul Robinson2015-03-021-5/+0
* [PS4] Correct relocation for DWARF TLS references.Paul Robinson2015-03-021-0/+5
* [AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes2015-02-231-0/+16
* X86: Simplify X86WindowsTargetObjectFile::getSectionForConstantDavid Majnemer2014-07-151-9/+3
* CodeGen: Handle ConstantVector and undef in WinCOFF constant poolsDavid Majnemer2014-07-151-13/+21
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-0/+61
* Restore condition incorrectly changed in r96289 to the older state.Joerg Sonnenberger2014-04-301-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-6/+6
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-191-3/+3
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-191-12/+14
* Revert r201622 and r201608.Daniel Jasper2014-02-191-14/+12
* Fix PR18743.Rafael Espindola2014-02-181-12/+14
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-091-9/+8
* Pass the Mangler by reference.Rafael Espindola2014-02-081-6/+6
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-151-0/+52
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-131-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+2
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-1/+1
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-011-0/+6
* Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak2013-01-101-5/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-4/+4
OpenPOWER on IntegriCloud