.. |
aliasbitcast.ll
|
handle llvm funcs in aliases
|
2011-09-06 16:03:27 -07:00 |
aliasbitcast2.ll
|
remove workaround with not indexizing aliases
|
2011-12-08 17:16:34 -08:00 |
aliasbitcast3.ll
|
properly resolve multilevel function aliases, fixes bug with adding indexing for aliases. also optimize function indexing in compiler
|
2011-12-08 18:33:43 -08:00 |
alignedunaligned.ll
|
fix bugs with aligned memcpy/memset with an unaligned number of bytes operated on
|
2012-01-08 17:39:06 -08:00 |
alignedunaligned.txt
|
fix bugs with aligned memcpy/memset with an unaligned number of bytes operated on
|
2012-01-08 17:39:06 -08:00 |
allocavartop.ll
|
handle the case of the initial alloca being a variable one
|
2012-02-14 20:05:13 -05:00 |
atomicrmw.ll
|
fix bug with atomic ops not marked as having side effects, so we eliminated them by mistake
|
2012-01-20 17:40:36 -08:00 |
atomicrmw.txt
|
fix bug with atomic ops not marked as having side effects, so we eliminated them by mistake
|
2012-01-20 17:40:36 -08:00 |
breakinthemiddle.ll
|
fix test_cases
|
2011-11-28 16:45:43 -08:00 |
complexphi.ll
|
test for LLVM structures in phi
|
2011-10-12 17:51:38 -07:00 |
extendedprecision.ll
|
minimal support for 80-bit x87 floats
|
2010-12-28 20:36:23 -08:00 |
gepoverflow.ll
|
fixes for using node as both compiler engine and code running engine. node is now default in settings.py
|
2011-12-03 20:09:11 -08:00 |
gepoverflow.txt
|
adjust test_gep_overflow
|
2012-02-05 13:50:47 -08:00 |
gepoverflow_q1.txt
|
some updates for q1
|
2011-09-04 12:06:59 -07:00 |
i64toi8star.ll
|
fix test_cases
|
2012-02-11 14:54:56 -08:00 |
i64toi8star.txt
|
add failing test case
|
2011-12-07 16:56:04 -08:00 |
inttoptr.ll
|
fix test_cases
|
2012-02-11 14:54:56 -08:00 |
invokebitcast.ll
|
refactor call and invoke into a single method, so invoke supports all possible inputs
|
2011-06-03 19:25:21 -07:00 |
issue_39.ll
|
move test for issue 39 into test_cases
|
2011-12-21 16:08:14 -08:00 |
issue_39.txt
|
move test for issue 39 into test_cases
|
2011-12-21 16:08:14 -08:00 |
legalizer_ta2.ll
|
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
|
2012-02-29 15:57:24 -08:00 |
legalizer_ta2.txt
|
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
|
2012-02-29 15:57:24 -08:00 |
loadbitcastgep.ll
|
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
|
2011-06-03 14:40:15 -07:00 |
longjmp_tiny.ll
|
handle setjmp without an explicit entry
|
2012-02-20 12:18:49 -08:00 |
longjmp_tiny.txt
|
handle setjmp without an explicit entry
|
2012-02-20 12:18:49 -08:00 |
ncurly.ll
|
testcase for last commit
|
2011-05-11 09:51:18 -07:00 |
phicubed.ll
|
fix phi semantics with multiple dependent phis
|
2011-11-11 18:40:38 -08:00 |
phicubed.txt
|
fix phi semantics with multiple dependent phis
|
2011-11-11 18:40:38 -08:00 |
phientryimplicit.ll
|
handle various possible namings for an implicitly named entry
|
2012-01-05 13:52:45 -08:00 |
phientryimplicitmix.ll
|
fix bug with using an implicit label in a phi more than once
|
2012-02-02 12:15:47 -08:00 |
phiself.ll
|
fix 2 phi bugs with multiple phis and self-refing phis
|
2012-01-26 16:27:28 -08:00 |
phiself.py
|
test fixes
|
2012-01-27 12:22:22 -08:00 |
phiself.txt
|
fix 2 phi bugs with multiple phis and self-refing phis
|
2012-01-26 16:27:28 -08:00 |
ptrtoi64.ll
|
handle truncation inside ptrtoint when needed, and fix some potential bugs (add proper type to inline mathops with to at the end, and parseInt on bitsLeft in processMathops)
|
2011-12-31 14:57:04 -08:00 |
ptrtoi64.txt
|
handle truncation inside ptrtoint when needed, and fix some potential bugs (add proper type to inline mathops with to at the end, and parseInt on bitsLeft in processMathops)
|
2011-12-31 14:57:04 -08:00 |
ptrtoint_blockaddr.ll
|
fix test_cases (2)
|
2011-11-28 16:47:22 -08:00 |
quoted.ll
|
handle identifiers with quotes and ignore |hidden| +test
|
2010-11-16 20:05:51 -08:00 |
selectstruct.ll
|
fix crash bug in processing a mathop with a param2 without an ident
|
2012-01-09 18:25:38 -08:00 |
sillybitcast.ll
|
handle bitcasts etc. of call() idents +test
|
2010-12-02 22:28:38 -08:00 |
storestruct.ll
|
fix bug with storing aggregates
|
2011-08-14 21:55:00 -07:00 |
storestruct.txt
|
fix bug with storing aggregates
|
2011-08-14 21:55:00 -07:00 |
storestruct_q1.txt
|
some updates for q1
|
2011-09-04 12:06:59 -07:00 |
trace.ll
|
fix bug with investigating types in the main pass, and in rare cases defining types with incorrect data because of that
|
2012-01-04 17:40:55 -08:00 |
trunc.ll
|
fix varargs calls in function pointers
|
2011-11-25 13:45:25 -08:00 |
trunc.txt
|
proper support for bitfields
|
2010-12-09 20:09:11 -08:00 |
unaligneddouble.ll
|
fix for unaligned stores of non-nativized doubles
|
2012-02-07 19:09:36 -08:00 |
unannotated.ll
|
fix bug with externs
|
2011-10-13 14:59:43 -07:00 |
unannotated.txt
|
Polish for emscripten.py and its tests.
|
2011-07-09 20:14:00 +03:00 |