Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3e0c901b99821255fa6e17af6f6f68a183114aeb
/
lib
/
CodeGen
/
TargetLoweringObjectFileImpl.cpp
fdc794a
Add support for initialized global data for darwin tls. Update comments
by Eric Christopher
· 15 years ago
0f986f6
Add full bss data support for darwin tls variables.
by Eric Christopher
· 15 years ago
ba2a5e8
More data/parsing support for tls directives. Add a few more testcases
by Eric Christopher
· 15 years ago
d372b18
Add some section and constant support for darwin TLS.
by Eric Christopher
· 15 years ago
f0675ba
add COFF support for COMDAT sections, patch by Nathan Jeffords!
by Chris Lattner
· 15 years ago
8286805
switch MCSectionCOFF from a syntactic to semantic representation,
by Chris Lattner
· 15 years ago
a2a8871
add llvm codegen support for -ffunction-sections and -fdata-sections,
by Chris Lattner
· 15 years ago
cfe0685
delete a forwarding function.
by Chris Lattner
· 15 years ago
6ef2013
move elf section uniquing to MCContext. Along the way
by Chris Lattner
· 15 years ago
088d71c
remove the TargetLoweringObjectFileMachO::getMachoSection
by Chris Lattner
· 15 years ago
99b2ea9
move macho section uniquing from MCParser and TLOF to MCContext where
by Chris Lattner
· 15 years ago
8316f2d
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 15 years ago
3b19783
Rip out the 'is temporary' nonsense from the MCContext interface to
by Chris Lattner
· 15 years ago
12759ce
Now that the default for Darwin platforms is to place the LSDA into the TEXT
by Bill Wendling
· 15 years ago
f58a372
use Mang->getSymbol() more.
by Chris Lattner
· 15 years ago
359e0b2
fix MCSectionELF to not leak memory, just like I did for MCSymbol.
by Chris Lattner
· 15 years ago
8364cff
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
by Chris Lattner
· 15 years ago
d96b9ea
rename getSymbolForDwarf* to getExprForDwarf* since it returns
by Chris Lattner
· 15 years ago
ce99651
Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
by Bill Wendling
· 15 years ago
60313f8
move three lowering hooks from MAI to TLOF and make one of them
by Chris Lattner
· 15 years ago
72121e4
set the temporary bit on MCSymbols correctly.
by Chris Lattner
· 15 years ago
009f16a
tidy up
by Chris Lattner
· 15 years ago
1305dfe
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
by Charles Davis
· 16 years ago
c652eca
Revert...
by Bill Wendling
· 16 years ago
d3198e3
Okay. One last attempt:
by Bill Wendling
· 16 years ago
d273e99
The TType is always absptr on Mach-O...at least for now.
by Bill Wendling
· 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
84d365c
Move TLOF implementations to libCodegen to resolve layering violation.
by Anton Korobeynikov
· 16 years ago