Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
20b71e28cc7b33ccadb66737a805e7adb68e9106
/
llvm
/
lib
/
CodeGen
/
TargetLoweringObjectFileImpl.cpp
5b212a3
add llvm codegen support for -ffunction-sections and -fdata-sections,
by Chris Lattner
· 16 years ago
80c3459
delete a forwarding function.
by Chris Lattner
· 16 years ago
5418dd5
move elf section uniquing to MCContext. Along the way
by Chris Lattner
· 16 years ago
433d406
remove the TargetLoweringObjectFileMachO::getMachoSection
by Chris Lattner
· 16 years ago
2073112
move macho section uniquing from MCParser and TLOF to MCContext where
by Chris Lattner
· 16 years ago
2104b8d
rename llvm::llvm_report_error -> llvm::report_fatal_error
by Chris Lattner
· 16 years ago
9897043
Rip out the 'is temporary' nonsense from the MCContext interface to
by Chris Lattner
· 16 years ago
bbcaa40
Now that the default for Darwin platforms is to place the LSDA into the TEXT
by Bill Wendling
· 16 years ago
2ea586b
use Mang->getSymbol() more.
by Chris Lattner
· 16 years ago
632eb65
fix MCSectionELF to not leak memory, just like I did for MCSymbol.
by Chris Lattner
· 16 years ago
03627cb
fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference
by Chris Lattner
· 16 years ago
2562356
rename getSymbolForDwarf* to getExprForDwarf* since it returns
by Chris Lattner
· 16 years ago
a810bdf
Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that
by Bill Wendling
· 16 years ago
71c30c1
move three lowering hooks from MAI to TLOF and make one of them
by Chris Lattner
· 16 years ago
ac2361a
set the temporary bit on MCSymbols correctly.
by Chris Lattner
· 16 years ago
ef2f804
tidy up
by Chris Lattner
· 16 years ago
8545afe
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This
by Charles Davis
· 16 years ago
182eea8
Revert...
by Bill Wendling
· 16 years ago
ce153af
Okay. One last attempt:
by Bill Wendling
· 16 years ago
e7179e8
The TType is always absptr on Mach-O...at least for now.
by Bill Wendling
· 16 years ago
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
ab663a0
Move TLOF implementations to libCodegen to resolve layering violation.
by Anton Korobeynikov
· 16 years ago