aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetObjectFile.cpp
AgeCommit message (Expand)Author
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