aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* switch ELF @GOTOFF references to use X86MCTargetExpr.Chris Lattner2010-02-081-0/+1
* add an x86 implementation of MCTargetExpr forChris Lattner2010-02-081-3/+3
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-031-1/+1
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-3/+4
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-181-0/+31
* pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner2009-09-171-0/+1
* Big change #1 for personality function references:Chris Lattner2009-09-161-0/+33