summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename to match other X86_64* names.Bill Wendling2012-06-261-2/+2
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-0/+9
* Prune some includesCraig Topper2012-03-271-1/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-76/+0
* Remove an unused variable from this function introduced in r130637,Chandler Carruth2011-05-011-1/+0
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-3/+10
* Remove unnecessary argument.Rafael Espindola2011-04-271-1/+1
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-271-0/+6
* Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola2011-04-221-10/+1
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-151-2/+2
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-13/+0
* use Mang->getSymbol() Chris Lattner2010-03-151-7/+1
* Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling2010-03-151-0/+14
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-4/+4
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-2/+7
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-211-64/+0
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-191-0/+32
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-191-32/+0
* Use pointer-wide encoding for LSDA and FDE on Darwin.Anton Korobeynikov2010-02-171-4/+4
* Fix a silly darwin-only typo introduced during merge.Anton Korobeynikov2010-02-151-7/+6
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-34/+150
OpenPOWER on IntegriCloud