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
/
tests
/
cases
Age
Commit message (
Expand
)
Author
2011-11-11
fix phi semantics with multiple dependent phis
Alon Zakai
2011-10-13
fix bug with externs
Alon Zakai
2011-10-12
test for LLVM structures in phi
Alon Zakai
2011-09-06
handle llvm funcs in aliases
Alon Zakai
2011-09-04
some updates for q1
Alon Zakai
2011-08-25
Added vprintf() test;
max99x
2011-08-21
add missing blockaddr support
Alon Zakai
2011-08-14
fix bug with storing aggregates
Alon Zakai
2011-07-09
Polish for emscripten.py and its tests.
max99x
2011-06-03
refactor call and invoke into a single method, so invoke supports all possibl...
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-24
remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix iss...
Alon Zakai
2011-05-11
testcase for last commit
Alon Zakai
2011-02-01
overflow checks in getelementptr
Alon Zakai
2011-01-17
handle odd llvm with branches in the middle of labels; all tests pass
Alon Zakai
2010-12-28
minimal support for 80-bit x87 floats
Alon Zakai
2010-12-09
proper support for bitfields
Alon Zakai
2010-12-02
handle bitcasts etc. of call() idents +test
Alon Zakai
2010-11-16
handle identifiers with quotes and ignore |hidden| +test
puffnfresh