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
2012-01-09
fix crash bug in processing a mathop with a param2 without an ident
Alon Zakai
2012-01-08
fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...
Alon Zakai
2012-01-05
handle various possible namings for an implicitly named entry
Alon Zakai
2012-01-05
handle the case where there is no explicit label for the entry, and the name ...
Alon Zakai
2012-01-04
fix test_cases/gepoverflow
Alon Zakai
2012-01-04
fix bug with investigating types in the main pass, and in rare cases defining...
Alon Zakai
2011-12-31
handle truncation inside ptrtoint when needed, and fix some potential bugs (a...
Alon Zakai
2011-12-31
support ptrtoint into i64 in i64 mode 1
Alon Zakai
2011-12-21
move test for issue 39 into test_cases
Alon Zakai
2011-12-17
fix alignment in test
Alon Zakai
2011-12-17
test for last commit
Alon Zakai
2011-12-15
rewrite variable analysis code. eliminate unused variables without side effec...
Alon Zakai
2011-12-08
properly resolve multilevel function aliases, fixes bug with adding indexing ...
Alon Zakai
2011-12-08
remove workaround with not indexizing aliases
Alon Zakai
2011-12-07
add failing test case
Alon Zakai
2011-12-03
fixes for using node as both compiler engine and code running engine. node is...
Alon Zakai
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-28
fix test_cases (2)
Alon Zakai
2011-11-28
fix test_cases
Alon Zakai
2011-11-25
fix varargs calls in function pointers
Alon Zakai
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