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
2014-03-02
add test for phi with unreachable source with a 64-bit value
Alon Zakai
2014-02-28
Make this testcase pass the verifier.
Dan Gohman
2014-02-25
Update the tests to use asmjs-unknown-emscripten.
Dan Gohman
2014-02-20
enable indirectbr tests in fastcomp
Alon Zakai
2014-02-19
add function with $ in its name testcase
Alon Zakai
2014-02-19
add atomicrmw sub test
Alon Zakai
2014-02-14
add testcase for i1 constants being properly unsigned
Alon Zakai
2014-02-13
i96_ashr testcase
Alon Zakai
2014-02-12
add another longjmp testcase
Alon Zakai
2014-02-11
add longjmp testcase for keeping stuff together and in proper dominance order
Alon Zakai
2014-02-05
add testcase for odd large doubles
Alon Zakai
2014-01-30
mark new testcase as ta2-only
Alon Zakai
2014-01-30
add fuzz testcase
Alon Zakai
2014-01-29
add legalizer_b testcase
Alon Zakai
2014-01-29
improve i96 test
Alon Zakai
2014-01-29
add testcase for i96 shifts
Alon Zakai
2014-01-22
fastcomp updates and a test for fptosi|ui on floats and doubles
Alon Zakai
2014-01-21
update tests to allow exceptions and setjmp together in fastcomp
Alon Zakai
2014-01-20
updates and fixes for test_cases
Alon Zakai
2014-01-13
clean up some more tests/cases
Alon Zakai
2014-01-13
fix testcase to validate as llvm ir
Alon Zakai
2014-01-13
remove old test that cannot be done in fastcomp, relies on code miscompilatio...
Alon Zakai
2014-01-11
more i64 switch tests
Alon Zakai
2014-01-07
properly overflow gep arguments; fixes #1975
Alon Zakai
2013-12-25
properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...
Alon Zakai
2013-12-19
fix tests/cases/phientryimplicit.ll
Alon Zakai
2013-12-16
handle a single empty alloca; fixes #1919
Alon Zakai
2013-12-15
final test_cases fixes for fastcomp
Alon Zakai
2013-12-15
tests/cases fixes for fastcomp
Alon Zakai
2013-12-15
test/cases fixes for fastcomp
Alon Zakai
2013-12-13
yet more fixes for test_cases for fastcomp
Alon Zakai
2013-12-13
more fixes for test_cases for fastcomp
Alon Zakai
2013-12-13
various fixes for test_cases for fastcomp
Alon Zakai
2013-11-08
emit proper large float constants when js opts are to be run
Alon Zakai
2013-11-04
add testcase for select fix
Alon Zakai
2013-10-30
fix tests/cases/caall.ll
Alon Zakai
2013-10-25
improve [2 x i40] testcase
Alon Zakai
2013-10-25
handle internal illegal iX fields in calculateStructAlignment
Alon Zakai
2013-10-24
handle empty inline asms; fixes #1729
Alon Zakai
2013-10-14
properly parse ctors fully; fixes #1155
Alon Zakai
2013-10-11
use full params when legalizing phis, not just their idents; fixes #1702
Alon Zakai
2013-10-10
do not assert on output of numeric 0 from a js handler
Alon Zakai
2013-10-02
remove obsolete fp80 test
Alon Zakai
2013-09-23
asm coerce in atomicrmw; fixes #1637
Alon Zakai
2013-09-12
do not switchify illegally-typed switches
Alon Zakai
2013-08-27
fix test_cases/callwithstructural
Alon Zakai
2013-08-26
handle illegal values in structural constants in calls; fixes #1318
Alon Zakai
2013-08-26
handle structural constants in calls
Alon Zakai
2013-08-26
re-parse function types after types are fully analyzed, so we get the signatu...
Alon Zakai
2013-08-13
properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319
Alon Zakai
[next]