index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
TargetLoweringObjectFileImpl.h
Age
Commit message (
Expand
)
Author
2010-08-30
nuke dead ivar which was supposed to be committed with r112496
Chris Lattner
2010-05-17
More data/parsing support for tls directives. Add a few more testcases
Eric Christopher
2010-05-17
Add some section and constant support for darwin TLS.
Eric Christopher
2010-05-07
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-04-08
delete a forwarding function.
Chris Lattner
2010-04-08
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-03-11
rename getSymbolForDwarf* to getExprForDwarf* since it returns
Chris Lattner
2010-02-21
It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...
Anton Korobeynikov
2010-02-19
Revert Anton's most recent EH patch (r96637), since it breaks a lot of
Bob Wilson
2010-02-19
Use the same encoding for EH stuff uniformly on all MachO targets.
Anton Korobeynikov
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov