aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetObjectFile.cpp
AgeCommit message (Expand)Author
2013-01-10Remove heavy and unused #inclues from X86TargetObjectFile.cpp.Jakub Staszak
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-06-26Rename to match other X86_64* names.Bill Wendling
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola
2012-03-27Prune some includesCraig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-05-01Remove an unused variable from this function introduced in r130637,Chandler Carruth
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-04-27Remove unnecessary argument.Rafael Espindola
2011-04-27Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola
2011-04-22Compute the size of the FDE encoding instead of hard coding it. UpdateRafael Espindola
2010-03-15MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling
2010-03-15use Mang->getSymbol() Chris Lattner
2010-03-15Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointingBill Wendling
2010-03-11rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner
2010-03-10set the temporary bit on MCSymbols correctly.Chris Lattner
2010-02-21It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov
2010-02-19Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson
2010-02-19Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov
2010-02-17Use pointer-wide encoding for LSDA and FDE on Darwin.Anton Korobeynikov
2010-02-15Fix a silly darwin-only typo introduced during merge.Anton Korobeynikov
2010-02-15Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov
2010-02-08switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner
2010-02-08add an x86 implementation of MCTargetExpr forChris Lattner
2010-02-03make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2009-09-18Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner