index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ExecutionEngine
/
GenericValue.h
Age
Commit message (
Expand
)
Author
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-14
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-09-17
Implement x86 long double in jit (not really
Dale Johannesen
2007-03-06
Make GenericeValue into a struct with a union instead of just a union. This
Reid Spencer
2007-03-03
Add APIntVal as a possible GenericeValue.
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-02-25
Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)
Brian Gaeke
2003-12-12
Use uintptr_t for pointer values in the ExecutionEngine.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2002-12-24
Initial checkin of new LLI with JIT compiler
Chris Lattner