aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AggressiveAntiDepBreaker.cpp
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-11-23 23:35:19 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-11-23 23:35:19 +0000
commitf8f9acf65f39634e24604568f1cab3cca14ff18b (patch)
treef6a58b2c3951066ba79198ca44ee230de6f632a3 /lib/CodeGen/AggressiveAntiDepBreaker.cpp
parentbf095c3301eabc23c9be57bd86209f98afc4fd13 (diff)
downloadexternal_llvm-f8f9acf65f39634e24604568f1cab3cca14ff18b.zip
external_llvm-f8f9acf65f39634e24604568f1cab3cca14ff18b.tar.gz
external_llvm-f8f9acf65f39634e24604568f1cab3cca14ff18b.tar.bz2
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AggressiveAntiDepBreaker.cpp')
0 files changed, 0 insertions, 0 deletions