Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e7113ca907daa9f84992986f005e8ca6e6577481
/
llvm
/
lib
/
Target
/
X86
/
X86TargetObjectFile.cpp
31a9212
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
336c0a1
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
by Bob Wilson
· 16 years ago
9baeb02
Use the same encoding for EH stuff uniformly on all MachO targets.
by Anton Korobeynikov
· 16 years ago
cf1f5b0
Use pointer-wide encoding for LSDA and FDE on Darwin.
by Anton Korobeynikov
· 16 years ago
c9adb6a
Fix a silly darwin-only typo introduced during merge.
by Anton Korobeynikov
· 16 years ago
ae4ccc1
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
b8479fb
switch ELF @GOTOFF references to use X86MCTargetExpr.
by Chris Lattner
· 16 years ago
b6b2164
add an x86 implementation of MCTargetExpr for
by Chris Lattner
· 16 years ago
082f484
make MachineModuleInfoMachO hold non-const MCSymbol*'s instead
by Chris Lattner
· 16 years ago
f62e3ee
move the mangler into libtarget from vmcore.
by Chris Lattner
· 16 years ago
3a78ce3
Make a new X8632_MachoTargetObjectFile TLOF implementation whose
by Chris Lattner
· 16 years ago
a6ebba2
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
by Chris Lattner
· 16 years ago
b866602
Big change #1 for personality function references:
by Chris Lattner
· 16 years ago