Commit Graph

975 Commits

Author SHA1 Message Date
konsoletyper
0cd1ddedc5 Fixes some compilation errors and applies formatting 2014-05-15 18:25:45 +04:00
konsoletyper
2817f7603d Adds initial implementations of date-relates classes 2014-05-15 17:40:20 +04:00
konsoletyper
2e5cdc109b Adds country name support to Locale 2014-05-14 21:29:32 +04:00
konsoletyper
f6055c5f78 First Locale working tests 2014-05-14 18:57:41 +04:00
konsoletyper
11ade7875a Adds initial version of CLDR reader 2014-05-13 18:31:03 +04:00
konsoletyper
2308d54099 Adds locale implementation using CLDR data 2014-05-12 17:41:50 +04:00
Alexey Andreev
a930e5f4dc Fixes the Math.ulp method 2014-05-11 15:45:35 +04:00
Alexey Andreev
45d0f56047 Adds TreeSet implementation 2014-05-11 15:27:59 +04:00
Alexey Andreev
3ce1eb4b19 Fixes VectorTest passing 2014-05-11 15:27:23 +04:00
Alexey Andreev
9a2d1b5e91 Adds implementation of several methods of TreeMap 2014-05-11 14:13:01 +04:00
Alexey Andreev
e2b2108a97 Fixes formatting 2014-05-10 20:34:30 +04:00
konsoletyper
4ceb2feb8b Merge branch 'master' into regex 2014-05-08 17:04:59 +04:00
konsoletyper
f892748174 Fixes stack overflow in certain cases 2014-05-08 17:04:32 +04:00
konsoletyper
4e4f2b332a Adds initial classes for java.util.regex from Apache Harmony 2014-05-08 16:57:14 +04:00
konsoletyper
27291367b7 Merge remote-tracking branch 'origin/master' 2014-05-08 16:04:43 +04:00
konsoletyper
255fe1b3b6 Fixes bugs in the recent collection framework implementation 2014-05-08 16:03:19 +04:00
konsoletyper
916df8db01 Extends DOM HTML binding 2014-05-07 22:23:05 +04:00
konsoletyper
e206229db4 Adds several DOM wrappers 2014-05-06 22:55:35 +04:00
konsoletyper
1bd0a42103 Adds incomplete implementation of LinkedList 2014-05-06 17:00:33 +04:00
konsoletyper
e9af85534f Adds Vector and Hashtable 2014-05-06 15:33:56 +04:00
konsoletyper
9b18d51760 Merge remote-tracking branch 'origin/master' 2014-05-05 15:52:13 +04:00
konsoletyper
1280493717 Fixes bugs in teavm-maven-plugin 2014-05-05 15:51:58 +04:00
Alexey Andreev
28df75108e Update README.md 2014-05-05 13:02:13 +04:00
konsoletyper
5de1b3877d Adds configuring method and class aliases in teavm-maven-plugin 2014-04-28 17:33:56 +04:00
konsoletyper
abc6c83827 Fixes String.indexOf(String) issue 2014-04-25 14:35:14 +04:00
konsoletyper
3b2ec91d20 Adds PriorityQueue implementation 2014-04-24 18:18:53 +04:00
konsoletyper
7cd8f53631 Fixes bugs in JSO and DOM 2014-04-22 14:24:02 +04:00
konsoletyper
6c3d95a935 Fixes error in Arrays.binarySearch 2014-04-12 12:39:01 +04:00
konsoletyper
02f140ef30 Merge remote-tracking branch 'origin/master' 2014-04-12 12:24:34 +04:00
konsoletyper
efd5582f8d Fixes bug in dependency checker 2014-04-12 12:24:15 +04:00
konsoletyper
2421e6d46b Optimize runtime.js 2014-04-08 17:06:02 +04:00
konsoletyper
ad3fa3b531 Fixes bugs 2014-04-07 13:01:19 +04:00
konsoletyper
15478da9ed Fixes ByteOrder error 2014-04-07 11:15:39 +04:00
konsoletyper
684d1f2be8 Fixes bugs in JCL implementation 2014-04-05 11:14:43 +04:00
konsoletyper
25f4ad4b45 Fixes bug that caused TeaVM compiler to freeze when compiling a certain
bytecode sequence
2014-04-04 11:10:29 +04:00
konsoletyper
99c9617834 Adds LinkedHashMap and LinkedHashSet 2014-04-03 22:07:25 +04:00
konsoletyper
7a0a2d6437 Adds implementation of some JCL needed for graphhopper 2014-04-03 17:25:22 +04:00
konsoletyper
1c50bb9d0b Adds partial support of NavigableMap into TreeMap 2014-04-02 17:25:11 +04:00
konsoletyper
3dc42b95f5 Adds generalization of TreeMap to further enable the full support of
NavigableMap
2014-04-02 13:47:37 +04:00
konsoletyper
05569f4eef TreeMap passes all tests from Apache Harmony 2014-04-01 16:42:02 +04:00
konsoletyper
161c4c76b7 Rewritten TreeMap passes most of tests 2014-04-01 14:15:01 +04:00
konsoletyper
4be4c4a843 Rewrite TreeMap 2014-03-31 17:39:40 +04:00
konsoletyper
59d60269ee Fixes issues with clone methods. Fixes TreeMapTest 2014-03-31 15:26:41 +04:00
konsoletyper
0deb7ac4e6 Includes catch instruction into interference analysis 2014-03-31 15:26:20 +04:00
Alexey Andreev
f66233c6aa Prevents invariant constant motion 2014-03-27 22:24:37 +04:00
Alexey Andreev
b2c78948f5 Loop invariant motion now considers method arguments to be invariants of
any loop
2014-03-27 21:40:04 +04:00
Alexey Andreev
cfd0f3e998 JCL tests pass with loop invariant motion enabled 2014-03-27 21:19:55 +04:00
Alexey Andreev
b96c5038ce Adds loop invariant code motion optimization 2014-03-27 20:09:05 +04:00
Alexey Andreev
2f2985bb10 Removes inlining of variable's values into && and || expression, as it
sometimes can violate evaluation order. Fixes creation of arrays of
arrays of primitives.
2014-03-27 15:48:34 +04:00
Alexey Andreev
bf68cf4b7d Fixes bugs in JSO and building resources 2014-03-26 23:15:55 +04:00