Commit Graph

2573 Commits

Author SHA1 Message Date
Alexey Andreev
1c04cd2ba6 Fix typo 2022-02-01 08:47:27 +03:00
Alexey Andreev
3728645665 Add Kotlin hack to avoid using regexp in
String.toFloatOrNull and String.toDoubleOrNull
2022-02-01 08:46:35 +03:00
Alexey Andreev
e4a408d26e classlib: throw exception from URL constructor when invalid ':' provided 2022-01-12 16:02:46 +03:00
Alexey Andreev
ce5e3bfeb7 C/Wasm: fix issue in GC 2021-12-16 18:39:26 +03:00
Alexey Andreev
15466bad93 C: fix heap dump generator 2021-12-16 14:54:23 +03:00
Alexey Andreev
1fa48560c6 C: add option to generate shorter output file names to workaround msvc bug 2021-12-10 18:51:12 +03:00
Alexey Andreev
2f7f4e7782 Update IDEA run configuration 2021-10-14 16:18:08 +03:00
Alexey Andreev
bdd865d07f Update CLDR and tzdata 2021-10-14 16:17:52 +03:00
Alexey Andreev
7025ea8e19 IDEA plugin: fix one more id issue 2021-10-14 16:00:08 +03:00
Alexey Andreev
6d11abf4b6 Implement missing methods in Boolean, Byte and Short classes 2021-10-14 15:25:00 +03:00
Alexey Andreev
5dad6d7654 Update surefire configuration for parallel execution 2021-10-14 11:32:00 +03:00
Alexey Andreev
04cbd07fb5 Fix build configuration for parallel builds 2021-10-14 11:06:36 +03:00
Alexey Andreev
1ef2d5d1c2 IDEA plugin: fix spamming exception 2021-10-14 10:48:23 +03:00
Alexey Andreev
08aa642fe5 C: prevent from casting to native function type 2021-08-31 15:11:17 +03:00
Alexey Andreev
ada2bf9c58 Fix bug in support for resources 2021-08-31 12:35:56 +03:00
Alexey Andreev
c2f90d3cfc fix ClassInference for arrays 2021-08-30 17:53:14 +03:00
Alexey Andreev
c65a9e1c97 Fix bug in irreducible graph splitting algorithm 2021-07-15 19:17:11 +03:00
Alexey Andreev
220537d984 C: fix behaviour of nested try/catch statements 2021-04-15 20:55:52 +03:00
Alexey Andreev
73bd139b7e C: implement ServiceLoader 2021-04-14 23:02:09 +03:00
Alexey Andreev
4a62b58f82 Bug fixes in optimizer 2021-04-02 19:54:38 +03:00
Alexey Andreev
7058a195b7 JS: fix class of object created by multianewarray instruction 2021-04-01 12:05:18 +03:00
Alexey Andreev
c89bc11d02 Fix dominator tree builder, make it possible to choose starting node 2021-04-01 09:29:18 +03:00
Alexey Andreev
d710870c65 Fix possible NPE 2021-03-31 12:53:12 +03:00
Alexey Andreev
aa8a91d030 classlib: implement missing charsets 2021-03-30 20:03:25 +03:00
Alexey Andreev
9972fe0c29 Rewrite node splitting algorithm 2021-03-30 12:07:14 +03:00
Alexey Andreev
b34e25414e C: fix support for resources 2021-03-24 18:52:54 +03:00
Alexey Andreev
7726d47795 C: don't run compiled tests simultaneously 2021-03-24 17:31:16 +03:00
Alexey Andreev
00fba54d7b C: fix exception handling semantics with longjmp 2021-03-24 17:30:49 +03:00
Alexey Andreev
bb4315e486 C: fix missing files when casting to arrays 2021-03-24 16:09:01 +03:00
Alexey Andreev
6de830d5bd wasm: fix initialization order of system classes 2021-03-22 23:22:34 +03:00
Alexey Andreev
f2bac088f1 Fix more complex cases of irreducible CFGs during coroutine transformation 2021-03-22 22:09:41 +03:00
Alexey Andreev
9df897d298 Fix coroutine transformation. Make emulated threads work in Wasm 2021-03-22 21:28:50 +03:00
Alexey Andreev
eb495182d2 JS: fix runtime for Safari 2021-03-22 15:13:40 +03:00
Alexey Andreev
08092d05fc Readme: use non-cached version of download badge 2021-03-22 14:51:40 +03:00
Alexey Andreev
38cbd7e80b JS: fix async methods 2021-03-22 14:17:50 +03:00
Alexey Andreev
d6780ea637 Fix bug in global value numbering optimization 2021-03-22 14:17:50 +03:00
Alexey Andreev
60e5c0bbce Use new commons-cli API, remove usages of deprecated one 2021-03-22 14:17:50 +03:00
Alexey Andreev
bd53c1a5a2 wasm: trying to implement coroutines 2021-03-21 22:13:09 +03:00
Alexey Andreev
c4c1408160 wasm: fix running tests, add in-browser test runners 2021-03-20 19:52:45 +03:00
Alexey Andreev
b2b7a603b4 JS: fix array optimization 2021-03-19 14:16:29 +03:00
Alexey Andreev
93d807809d html4j: temporarily ignore test 2021-03-18 22:19:00 +03:00
Alexey Andreev
75d06bebbf JS: fix bug in compilation of monitorenter instruction 2021-03-18 14:20:29 +03:00
Alexey Andreev
5d9d64303e Fix tzdata parser 2021-03-18 13:03:55 +03:00
JohannesS
f97484365c JS: fix overrides with default methods 2021-03-18 12:26:33 +03:00
Alexey Andreev
4fe012740d Update tzdata 2021-03-18 12:00:27 +03:00
Alexey Andreev
822382d7f7 Bump HPPC version 2021-03-18 11:55:47 +03:00
Alexey Andreev
0cff9e104c Fix checkstyle warnings after migration to the new version 2021-03-18 11:51:20 +03:00
Alexey Andreev
43437fd9b2 Update checkstyle settings in IDEA 2021-03-18 11:36:23 +03:00
Alexey Andreev
81bfe3f6e2 Improve pom.xml configuration 2021-03-18 11:16:41 +03:00
Alexey Andreev
e51f247cc6 Update checkstyle configuration in IDEA 2021-03-18 11:11:53 +03:00