aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86TargetObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-15use Mang->getSymbol() Chris Lattner1-7/+1
2010-03-15Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling1-0/+14
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner1-4/+4
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner1-2/+7
2010-02-21It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov1-64/+0
2010-02-19Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson1-0/+32
2010-02-19Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov1-32/+0
2010-02-17Use pointer-wide encoding for LSDA and FDE on Darwin.Anton Korobeynikov1-4/+4
2010-02-15Fix a silly darwin-only typo introduced during merge.Anton Korobeynikov1-7/+6
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov1-34/+150
2010-02-08switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner1-0/+1
2010-02-08add an x86 implementation of MCTargetExpr forChris Lattner1-3/+3
2010-02-03make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner1-1/+1
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner1-3/+4
2009-09-18Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner1-0/+31
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner1-0/+1
2009-09-16Big change #1 for personality function references:Chris Lattner1-0/+33