Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
3c00f8936502465d080aa1a79a3b51d0fb89820c
/
lib
/
Target
/
X86
/
X86TargetObjectFile.cpp
bb6c3dc
MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
by Daniel Dunbar
· 16 years ago
12759ce
Now that the default for Darwin platforms is to place the LSDA into the TEXT
by Bill Wendling
· 16 years ago
d8a8cb4
use Mang->getSymbol()
by Chris Lattner
· 16 years ago
9a80c2e
Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing
by Bill Wendling
· 16 years ago
d96b9ea
rename getSymbolForDwarf* to getExprForDwarf* since it returns
by Chris Lattner
· 16 years ago
72121e4
set the temporary bit on MCSymbols correctly.
by Chris Lattner
· 16 years ago
df708fc
It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there.
by Anton Korobeynikov
· 16 years ago
7455116
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
by Bob Wilson
· 16 years ago
6597f3c
Use the same encoding for EH stuff uniformly on all MachO targets.
by Anton Korobeynikov
· 16 years ago
2a0cc91
Use pointer-wide encoding for LSDA and FDE on Darwin.
by Anton Korobeynikov
· 16 years ago
d72d8bc
Fix a silly darwin-only typo introduced during merge.
by Anton Korobeynikov
· 16 years ago
d779bcb
Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there
by Anton Korobeynikov
· 16 years ago
4625c9b
switch ELF @GOTOFF references to use X86MCTargetExpr.
by Chris Lattner
· 16 years ago
bd0764b
add an x86 implementation of MCTargetExpr for
by Chris Lattner
· 16 years ago
7765306
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
by Chris Lattner
· 16 years ago
31a5474
move the mangler into libtarget from vmcore.
by Chris Lattner
· 16 years ago
f283fb2
Make a new X8632_MachoTargetObjectFile TLOF implementation whose
by Chris Lattner
· 16 years ago
ee62b04
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
by Chris Lattner
· 16 years ago
8886dc2
Big change #1 for personality function references:
by Chris Lattner
· 16 years ago