llvm-6502/lib/ExecutionEngine
Brian Gaeke 9d20b71eca Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)
pair, and look up varargs in the execution stack every time, instead of
just pushing iterators (which can be invalidated during callFunction())
around.  (union GenericValue now has a "pair of uints" member, to support
this mechanism.) Fixes Bug 234.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11845 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-25 23:01:48 +00:00
..
Interpreter Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) 2004-02-25 23:01:48 +00:00
JIT Great sparc renaming fallout IV: Sparc --> SparcV9. 2004-02-25 22:09:36 +00:00
ExecutionEngine.cpp Make the JIT zero out globals with memset instead of an element at a time. This 2004-02-15 05:54:06 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00