[llvm-commits] [PATCH] Allow more than one stub to be being generated at the same time
jyasskin at gmail.com
jyasskin at gmail.com
Tue Nov 17 19:12:09 PST 2009
Reviewers: echristo_apple.com,
Message:
This will make it easier to fix a mistake I made in
http://codereview.appspot.com/153044.
http://codereview.appspot.com/download/issue156053_9.diff
Please review this at http://codereview.appspot.com/156053
Affected files:
M include/llvm/CodeGen/JITCodeEmitter.h
M include/llvm/CodeGen/MachineCodeEmitter.h
M lib/ExecutionEngine/JIT/JITEmitter.cpp
M lib/Target/ARM/ARMJITInfo.cpp
M lib/Target/Alpha/AlphaJITInfo.cpp
M lib/Target/PowerPC/PPCJITInfo.cpp
M lib/Target/X86/X86JITInfo.cpp
More information about the llvm-commits
mailing list