konsoletyper
10a8e0261a
Continues implementation of metadata providers
2014-06-04 16:30:42 +04:00
konsoletyper
f892748174
Fixes stack overflow in certain cases
2014-05-08 17:04:32 +04:00
konsoletyper
5de1b3877d
Adds configuring method and class aliases in teavm-maven-plugin
2014-04-28 17:33:56 +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
25f4ad4b45
Fixes bug that caused TeaVM compiler to freeze when compiling a certain
...
bytecode sequence
2014-04-04 11:10:29 +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
Alexey Andreev
ae60a7b4a0
Refactoring that introduces ability to generate new classes from
...
dependency interceptors.
2014-03-24 15:40:56 +04:00
Alexey Andreev
00d160e92b
First attempt to refactor dependency checker
2014-03-24 13:26:32 +04:00
konsoletyper
e43898e573
Most of java.util.BitSet test pass
2014-03-21 15:06:06 +04:00
konsoletyper
02dcf9caa8
Configure pom.xml files to automatically release into Sonatype OSS
...
repository
2014-03-20 10:59:12 +04:00
konsoletyper
cbdcfa8977
Switches to 0.2-SNAPSHOT version
2014-03-19 01:48:43 +04:00
konsoletyper
3d3b5abce8
Adds JavaDocs
2014-03-19 01:37:07 +04:00
Alexey Andreev
0ab1639821
Refactor pom files
2014-03-18 18:02:15 +04:00
konsoletyper
91a7a9ba22
Adds java.lang.String methods. Makes intern on all string constants.
2014-03-17 00:53:22 +04:00
konsoletyper
e35f9b54b5
Moves JCL report generator into separate package. Adds hack that allows
...
to obtain JavaCompiler (but yet it won't compile).
2014-03-16 01:54:47 +04:00
konsoletyper
aacc7e08d2
One more speed-up of register allocation
2014-03-15 14:58:27 +04:00
Alexey Andreev
8d0c412634
Removes some temporary code
2014-03-15 01:06:57 +04:00
Alexey Andreev
97dc66968e
Speed-up interference graph builder. Simplify API
2014-03-15 00:43:13 +04:00
Alexey Andreev
45fe202740
Switch to asm4
2014-03-14 22:24:25 +04:00
Alexey Andreev
739f666c0a
Fixes java.io.BufferedReader.skip method. Fixes multiplication of
...
negative long integers
2014-03-14 13:03:26 +04:00
konsoletyper
44264c7ea8
Fixes some bugs in JCL
2014-03-12 22:35:20 +04:00
konsoletyper
b85dfcd7a0
Fixes bug that caused JUnit not to throw assertions in certain cases.
2014-03-12 21:01:00 +04:00
konsoletyper
134196d401
Completes java.lang.StringBuilder|StringBuffer
2014-03-12 15:43:26 +04:00
konsoletyper
d870060187
Fixes bug in Java bytecode parser. Fixes bug in register allocator. Adds
...
java.util.Timer. Adds java.util.Collections.reverse
2014-03-11 15:49:47 +04:00
konsoletyper
d8477f1e9d
Fixes devirtualization bug. Adds exception message displaying when test
...
fails. Fixes java.util.Arrays.deepToString
2014-03-11 10:41:59 +04:00
konsoletyper
4143e6c8d7
Repairs common subexpression elimination and renames it to global value
...
numbering, as it is really pessimistic GVN
2014-03-07 23:13:07 +04:00
konsoletyper
758c7c7966
Repairs implementation of bit manipulation in java.lang.Double. Disables
...
GVN due to bug
2014-03-07 12:02:07 +04:00
konsoletyper
688d6191fd
Adds implementation of some JCL methods/classes
2014-03-06 13:47:24 +04:00
konsoletyper
43b41b3a66
Makes JCL compatibility report in HTML
2014-03-05 23:39:35 +04:00
konsoletyper
a29318668e
Adds utility that checks which classes are implemented in JCL emulation
...
and produces JSON report
2014-03-05 17:47:47 +04:00
konsoletyper
d714e880d3
Adds checkstyle and findbugs into configuration of teavm-core
2014-03-05 12:54:26 +04:00
konsoletyper
226f4c2c8a
Refactoring. JavascriptBuilder becomes TeaVM and goes to org.teavm.vm
...
package, as well as some other classes go to org.teavm.vm.spi. html4j
now supports generation of JavaScript that is completely compatible with
bck2brwsr without altering HTML page
2014-03-05 00:13:58 +04:00
konsoletyper
92d4078228
Fixes classpath bugs. Fixes internal analysis bug. Adds some JCL
2014-03-04 00:06:03 +04:00
konsoletyper
9c4f00c18a
Adds most of java.lang.Character implementation. Adds integer stack to
...
avoid stack overflow when using fixed-sized array-based stack
2014-03-03 16:29:46 +04:00
konsoletyper
a2d9663901
Minimizes amount of generated code to represent virtual methods
2014-03-02 11:02:09 +04:00
konsoletyper
04de57627f
Fixes dependency propagation of exceptions
2014-03-02 10:05:56 +04:00
konsoletyper
8541e40f36
Adds exception type propagation
2014-03-01 22:19:24 +04:00
konsoletyper
d68f78f77d
Adds NullCheckInstruction
2014-03-01 19:01:27 +04:00
konsoletyper
4c36ab9db1
Reduces amount of generated code
2014-03-01 18:05:04 +04:00
konsoletyper
f4fd2d884f
Fixes devirtualization optimization
2014-03-01 16:58:38 +04:00
konsoletyper
cc8d2b8903
TCK passes some more tests
2014-02-28 14:16:23 +04:00