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-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
2013-08-12
legalize add etc. of < 32-bit illegal values properly; fixes #1505
Alon Zakai
2013-08-02
improve testcase
Alon Zakai
2013-08-02
accept phi subItems that are parsable LLVM functions
Alon Zakai
2013-07-29
make i24_mem test ta2 only
Alon Zakai
2013-07-24
properly handle loads of i24s and similar illegal values
Alon Zakai
2013-07-23
properly handle generation of instances of structures ending in [0 x ..]
Alon Zakai
2013-07-23
fix structure size when it has a [0 x ..] at the end - that should add nothing
Alon Zakai
2013-07-19
simplify and correct the logic for falling back to the entry ident when an in...
Alon Zakai
2013-07-15
fix both number of arguments and return type based on implementation informat...
Alon Zakai
2013-07-15
when we are calling an implemented function, call it using the signature it i...
Alon Zakai
2013-07-09
only remove unneeded arguments based on library sigs for llvm intrinsics (whi...
Alon Zakai
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-03
disable some test_cases tests in s_x_x
Alon Zakai
2013-05-30
handle illegal mathops in processMathop; valid for <64 bits in some cases
Alon Zakai
2013-05-30
handle phi loops properly
Alon Zakai
2013-05-24
handle globals with no value and no zeroinit
Alon Zakai
[next]