index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2010-09-27
parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanup
alon@honor
2010-09-27
preprocessor requires variable>0 to consider it true
alon@honor
2010-09-27
ignore 'noalias' in function defs
alon@honor
2010-09-27
emscripten.h tweaks
alon@honor
2010-09-27
missing udiv
alon@honor
2010-09-27
simplify intertyping of store
alon@honor
2010-09-27
clean out parseBitcast
alon@honor
2010-09-27
cleanup parseGetElementPtr and ignore 'volatile'
alon@honor
2010-09-26
beginnings of SDL support; minor fixes for SDL; raytrace web demo
alon@honor
2010-09-25
add raytracing test
alon@honor
2010-09-25
fix for arrays of arrays +test
alon@honor
2010-09-25
optional memory alignment that matches c/c++; used in clang, not in llvm-gcc
alon@honor
2010-09-25
snippets ==> library
alon@honor
--HG-- rename : src/snippets.js => src/library.js
2010-09-25
improve snippets format, and a few additional library implementations
alon@honor
2010-09-25
additional function qualifiers to ignore
alon@honor
2010-09-25
parseNumerical in fastops
alon@honor
2010-09-25
getelementptr intertyping fix
alon@honor
2010-09-24
Infinity and NaN
alon@honor
2010-09-24
floating point fixes +test
alon@honor
2010-09-24
IEEE floats fixes
alon@honor
2010-09-23
iostream fixes
alon@honor
2010-09-23
proper print buffering, + cleanup
alon@honor
2010-09-22
several stdlib implementations
alon@honor
2010-09-22
handle a few minor parsing issues (negative IEEE doubles, []s in constants, ↵
alon@honor
aliases - ignored)
2010-09-22
disable relooping pending rewrite
alon@honor
2010-09-21
fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such ↵
alon@honor
problems
2010-09-20
optimize __lastLabel__/phi
alon@honor
2010-09-20
refactor into files
alon@honor
--HG-- rename : src/parser.js => src/compiler.js
2010-09-20
fix optimizer bugs with clang bitcode
Alon Zakai
2010-09-20
fixes for clang, including support for phi; all tests pass, but optimizer ↵
Alon Zakai
and relooper broken (on clang)
2010-09-15
rewrite enzymatic, compilation is x2.5 faster
alon@honor
2010-09-14
additional sauer tests+fixes
alon@honor
2010-09-14
load&bitcast combo support
alon@honor
2010-09-14
proper flattening of nested structures +test
alon@honor
2010-09-11
fallback if no |arguments| (like on the web)
alon@honor
2010-09-11
Catch a corner case with 0 in varargs
alon@honor
2010-09-11
better handling of NULL in printf, and varargs
alon@honor
2010-09-10
fix some print() corners
alon@honor
2010-09-10
Proper parsing of llvm strings
alon@honor
2010-09-10
tweaks to sauer, and strtol
alon@honor
2010-09-09
Allow overriding compiler settings.js
alon@honor
2010-09-09
fix some regexps that v8 and sm do not agree on
alon@honor
2010-09-08
Fix bug with strcat
alon@honor
2010-09-08
support for in-function statics
alon@honor
2010-09-08
simplify parser: remove consts, have only vars
alon@honor
2010-09-08
support for getelementptr inside loads, fixes a test
alon@honor
2010-09-07
strcat
alon@honor
2010-09-07
comments
alon@honor
2010-09-07
ES_SIZEOF: safe and portable sizeof
alon@honor
2010-09-06
fixes for null instead of 0, and makePointer on raw values instead of arrays
alon@honor
[next]