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
/
lib
/
Transforms
/
NaCl
/
ExpandVarArgs.cpp
Age
Commit message (
Expand
)
Author
2014-03-03
Fix alignment of vararg buffer allocas.
Dan Gohman
2014-02-25
Support GEP and ConstantExprs directly in the JSBackend.
Dan Gohman
2014-01-10
lower resume
Alon Zakai
2014-01-10
wip better approach to exceptions
Alon Zakai
2013-11-29
do not simplify varargs calls to jsargs emscripten intrinsics, that want norm...
Alon Zakai
2013-11-21
align varargs stack writes to the proper 4-byte boundaries
Alon Zakai
2013-06-03
PNaCl: ExpandVarArgs: Use memcpy() instead of struct load+store for struct args
Mark Seaborn
2013-05-29
PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bits
Mark Seaborn
2013-05-22
PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer types
Mark Seaborn
2013-05-09
PNaCl: Add NoAlias attributes in ExpandByVal and ExpandVarArgs passes
Mark Seaborn
2013-04-29
Use unique'ed types for varargs expansion instead of non-unique named types.
Jan Voung
2013-04-04
PNaCl: Change ExpandVarArgs to work around invalid use of va_arg
Mark Seaborn
2013-03-27
PNaCl: Fix ExpandVarArgs to handle "byval" struct arguments properly
Mark Seaborn
2013-03-21
PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls
Mark Seaborn