Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2b8271e0298f4218d6dddc80b49b51b38a646353
/
lib
/
CodeGen
/
TargetLoweringObjectFileImpl.cpp
6a624a6
fix the definitions of ConstTextCoalSection/ConstDataCoalSection
by Chris Lattner
· 15 years ago
36335be
Fix a major regression on COFF targets introduced by r103267: 'discardable' section means that it is used only during the program load and can be discarded afterwards.
by Anton Korobeynikov
· 15 years ago
9461058
MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael
by Daniel Dunbar
· 15 years ago
07d3177
Revert r107205 and r107207.
by Bill Wendling
· 15 years ago
207855c
Introducing the "linker_weak" linkage type. This will be used for Objective-C
by Bill Wendling
· 15 years ago
02b46bc
Add support for initialized global data for darwin tls. Update comments
by Eric Christopher
· 15 years ago
8116ca5
Add full bss data support for darwin tls variables.
by Eric Christopher
· 15 years ago
c6177a4
More data/parsing support for tls directives. Add a few more testcases
by Eric Christopher
· 15 years ago
423c9e3
Add some section and constant support for darwin TLS.
by Eric Christopher
· 15 years ago
6e5ce28
add COFF support for COMDAT sections, patch by Nathan Jeffords!
by Chris Lattner
· 15 years ago
eb40a0f
switch MCSectionCOFF from a syntactic to semantic representation,
by Chris Lattner
· 15 years ago
43ac721
add llvm codegen support for -ffunction-sections and -fdata-sections,
by Chris Lattner
· 15 years ago
287df1b
delete a forwarding function.
by Chris Lattner
· 15 years ago
74aae47
move elf section uniquing to MCContext. Along the way
by Chris Lattner
· 15 years ago
2277221
remove the TargetLoweringObjectFileMachO::getMachoSection
by Chris Lattner
· 15 years ago
f0559e4
move macho section uniquing from MCParser and TLOF to MCContext where
by Chris Lattner
· 15 years ago
75361b6
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 15 years ago
9b97a73
Rip out the 'is temporary' nonsense from the MCContext interface to
by Chris Lattner
· 15 years ago
505ad8b
Now that the default for Darwin platforms is to place the LSDA into the TEXT
by Bill Wendling
· 15 years ago
4c6741f
use Mang->getSymbol() more.
by Chris Lattner
· 15 years ago
1f8008c
fix MCSectionELF to not leak memory, just like I did for MCSymbol.
by Chris Lattner
· 15 years ago
42263e2
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
by Chris Lattner
· 15 years ago
3192d14
rename getSymbolForDwarf* to getExprForDwarf* since it returns
by Chris Lattner
· 15 years ago
cebae36
Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
by Bill Wendling
· 15 years ago
09d53fe
move three lowering hooks from MAI to TLOF and make one of them
by Chris Lattner
· 15 years ago
98cdab5
set the temporary bit on MCSymbols correctly.
by Chris Lattner
· 15 years ago
98f15d2
tidy up
by Chris Lattner
· 15 years ago
314fef6
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
by Charles Davis
· 15 years ago
fec8657
Revert...
by Bill Wendling
· 15 years ago
d556155
Okay. One last attempt:
by Bill Wendling
· 15 years ago
4933a37
The TType is always absptr on Mach-O...at least for now.
by Bill Wendling
· 15 years ago
293d592
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
· 15 years ago
6b89aa5
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
by Bob Wilson
· 15 years ago
f0e7c87
Use the same encoding for EH stuff uniformly on all MachO targets.
by Anton Korobeynikov
· 15 years ago
362dd0b
Move TLOF implementations to libCodegen to resolve layering violation.
by Anton Korobeynikov
· 15 years ago