aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/GenericValue.h
AgeCommit message (Expand)Author
2004-02-25Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke
2003-12-12Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner