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-02-29
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
properly handle illegal phi literals
Alon Zakai
2012-02-27
legalize switch i64
Alon Zakai
2012-02-27
improve legalizer test
Alon Zakai
2012-02-20
handle setjmp without an explicit entry
Alon Zakai
2012-02-14
parse negative iBig numbers
Alon Zakai
2012-02-14
handle the case of the initial alloca being a variable one
Alon Zakai
2012-02-11
fix test_cases
Alon Zakai
2012-02-11
remove variable eliminator in analyzer; we do that in the eliminator in -O1 a...
Alon Zakai
2012-02-08
improve legalize testcase with a phi
Alon Zakai
2012-02-07
fix for unaligned stores of non-nativized doubles
Alon Zakai
2012-02-05
adjust test_gep_overflow
Alon Zakai
2012-02-02
fix bug with using an implicit label in a phi more than once
Alon Zakai
2012-01-31
unfolding in legalizer for load and store
Alon Zakai
2012-01-29
legalization for and, or, xor
Alon Zakai
2012-01-28
improve legalizer test and fix remaining pieces; test now passes
Alon Zakai
2012-01-28
preparations for legalizing zext
Alon Zakai
2012-01-28
legalize trunc
Alon Zakai
2012-01-28
legalize shl
Alon Zakai
2012-01-28
improve legalizer test
Alon Zakai
2012-01-27
first working part of legalizing stores
Alon Zakai
2012-01-27
test fixes
Alon Zakai
2012-01-27
add testcase for legalizer
Alon Zakai
2012-01-26
fix 2 phi bugs with multiple phis and self-refing phis
Alon Zakai
2012-01-20
fix bug with atomic ops not marked as having side effects, so we eliminated t...
Alon Zakai
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
[next]