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-12-07
tests/cases/uadd_overflow is now ta2-dependent
Alon Zakai
2012-12-07
legalize illegal parts of structural types
Alon Zakai
2012-12-07
legalize insertvalue
Alon Zakai
2012-12-07
legalize select structurals
Alon Zakai
2012-12-07
start to legalize structural types
Alon Zakai
2012-12-07
add structural type param testcase
Alon Zakai
2012-12-07
ignore longjmp tests in asm
Alon Zakai
2012-12-07
disable some test_cases undefined behavior cases for asm
Alon Zakai
2012-11-27
update test_cases/gepoverflow
Alon Zakai
2012-11-27
fix test_cases_subnums
Alon Zakai
2012-11-15
emit libraries and globals in pre phase, which needs to parse globals anyhow,...
Alon Zakai
2012-11-12
handle as best we can surprising types for legalized bitcasts. fixes #701
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-09-11
fix test_cases
Alon Zakai
2012-08-08
test for llvm.expect.i32 being defined
Alon Zakai
2012-07-17
fix cases/514.ll for s_x_x
Alon Zakai
2012-07-16
add test for #514
Alon Zakai
2012-07-08
fix for getFastValue with subtracting a negative
Alon Zakai
2012-05-30
properly identify function pointers that return things like [64 x i16]*
Alon Zakai
2012-05-25
allow - in globals, aliases and types
Alon Zakai
2012-05-14
allow nonexistent phis in another location + add test
Alon Zakai
2012-05-11
fix bug with missing entry labels being misused between original labels and n...
Alon Zakai
2012-04-14
fix makeSetValue on complex structural types, fixes #386
Alon Zakai
2012-04-09
Merge pull request #370 from brson/frem
Alon Zakai
2012-04-09
allow anonmyous empty structs
Alon Zakai
2012-04-09
Support frem instruction
Brian Anderson
2012-04-08
add support for quoted labels; fixes #360
Alon Zakai
2012-04-07
handle dollar in alias names
Alon Zakai
2012-03-28
properly implement llvm_uadd|mul_with_overflow_i32
Alon Zakai
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
[next]