diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2009-11-23 23:35:19 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-11-23 23:35:19 +0000 |
commit | f2ad57144363decdd185dbcc6da16c9a6440dfb0 (patch) | |
tree | 4aae7b9a6f4abc76e47790acfad50fe9a553bc22 /clang/lib/Driver | |
parent | bf2956a88b016026c549fcfe29f2799c129533e7 (diff) | |
download | bcm5719-llvm-f2ad57144363decdd185dbcc6da16c9a6440dfb0.tar.gz bcm5719-llvm-f2ad57144363decdd185dbcc6da16c9a6440dfb0.zip |
* Move stub allocation inside the JITEmitter, instead of exposing a
way for each TargetJITInfo subclass to allocate its own stubs. This
means stubs aren't as exactly-sized anymore, but it lets us get rid of
TargetJITInfo::emitFunctionStubAtAddr(), which lets ARM and PPC
support the eager JIT, fixing http://llvm.org/PR4816.
* Rename the JITEmitter's stub creation functions to describe the kind
of stub they create. So far, all of them create lazy-compilation
stubs, but they sometimes get used when far-call stubs are needed.
Fixing http://llvm.org/PR5201 will involve fixing this.
llvm-svn: 89715
Diffstat (limited to 'clang/lib/Driver')
0 files changed, 0 insertions, 0 deletions