Commit Graph

496 Commits

Author SHA1 Message Date
konsoletyper
107b7463c6 More human-readable dependency error messages 2014-09-16 07:47:14 +04:00
konsoletyper
f204c8cc4a Add markers against lines that contain missing elements 2014-09-15 21:21:25 +04:00
konsoletyper
465c7626ce Removes Thread.start() that does not allow to build samples 2014-09-15 17:54:52 +04:00
konsoletyper
a26522f959 Refactoring of dependency checker in order to achieve better diagnostics
in Eclipse plugin
2014-09-15 17:52:55 +04:00
konsoletyper
d9ea3764f8 Add a minimal TeaVM builder that simply works 2014-09-15 12:13:27 +04:00
konsoletyper
80899af284 Add progress reporting by TeaVM. Add interrupting of TeaVM. Add skeleton
of TeaVM builder for Eclipse.
2014-09-14 22:27:07 +04:00
konsoletyper
b6a2c62345 Add build directory configuration to Eclipse plugin 2014-09-14 21:31:28 +04:00
konsoletyper
8202faca69 Add main class selection in the settings of a project 2014-09-14 20:08:31 +04:00
konsoletyper
8351c48e25 Add property page that allows to add/remove TeaVM project nature 2014-09-14 00:45:10 +04:00
konsoletyper
58606d8aa6 Remote System.out.println 2014-09-13 20:51:03 +04:00
konsoletyper
dc3faa1727 Fix invalid call sites in debug information for INVOKEVIRTUAL 2014-09-13 19:38:04 +04:00
konsoletyper
ce78bdb07f Refactor Eclipse plugin 2014-09-13 16:45:04 +04:00
konsoletyper
0fd69241f1 When class got from maven repository, automatically open source file for
it when debugging
2014-09-12 21:37:24 +04:00
konsoletyper
1e5e6048a0 Fixes inability to view class in debug mode when its sources are
attached to library
2014-09-12 17:26:22 +04:00
konsoletyper
50a65c27e3 Fix minor issues 2014-09-11 17:12:53 +04:00
konsoletyper
b0b9287659 Fix NPE that is sometimes thrown when generating debug information.
Enable debug information for html4j TCK
2014-09-11 10:49:22 +04:00
konsoletyper
64847c3888 Add debug information and source maps to unit test builder 2014-09-11 07:58:20 +04:00
konsoletyper
5fc3574aad Fixes incremental build when running through CLI 2014-09-10 21:23:22 +04:00
konsoletyper
df49ead369 Adds support of incremental build into tools 2014-09-10 21:12:11 +04:00
konsoletyper
e28771ad48 Fix bugs in ProgramIO and AstIO 2014-09-10 20:02:48 +04:00
konsoletyper
fb424e6741 Complete incremental build 2014-09-10 17:43:07 +04:00
konsoletyper
f1249be6dc Add statement reader 2014-09-10 10:53:21 +04:00
konsoletyper
04d1c28df0 Add test for ProgramIO 2014-09-10 10:14:41 +04:00
konsoletyper
55c60ccc41 Merge branch 'master' into incremental 2014-09-09 21:16:37 +04:00
konsoletyper
2b8c7b68d8 Add StrictMath 2014-09-09 21:16:12 +04:00
konsoletyper
48faf88cc6 Fixes date/time formatting unit tests 2014-09-09 20:40:12 +04:00
konsoletyper
c478e965e4 Trying to fix bug that occurs during maven build on Max OS:
https://github.com/konsoletyper/teavm/issues/12
2014-09-09 19:37:42 +04:00
konsoletyper
0d1a59c03b Add incomplete implementation of AST disk cache 2014-09-09 17:52:27 +04:00
konsoletyper
a7d3f26447 Add AST writer 2014-09-09 14:41:03 +04:00
konsoletyper
7de36a6d33 Disk cached classes and programs 2014-09-09 13:35:43 +04:00
konsoletyper
13b64fd4c1 Fixes problems with reading and writing a program 2014-09-09 12:18:46 +04:00
konsoletyper
e6ce22b960 Complete disk cached class source 2014-09-08 18:08:23 +04:00
konsoletyper
c79519f72a Add writing class to disk 2014-09-08 17:28:37 +04:00
konsoletyper
31204491fc Complete program IO. Add caching of classes on disk 2014-09-07 19:53:20 +04:00
konsoletyper
aa9a042360 Add read support of several instructions 2014-09-07 14:35:17 +04:00
konsoletyper
054d32c48f Add reader of a program 2014-09-06 22:53:34 +04:00
konsoletyper
7a3aab998b Add method that writes program to file 2014-09-05 21:27:59 +04:00
konsoletyper
13ee74965e Add cache package for input/output of symbol table, SSA and AST 2014-09-05 18:10:16 +04:00
konsoletyper
5276680582 Merge remote-tracking branch 'origin/incremental' into incremental 2014-09-05 11:26:32 +04:00
konsoletyper
b4a172b8f7 Cache optimized programs with allocated registers 2014-09-05 11:26:19 +04:00
konsoletyper
9fe66c4f2e Fixes bug in GVN 2014-09-04 19:58:09 +04:00
konsoletyper
520008913e Adds AST caching 2014-09-04 18:21:09 +04:00
konsoletyper
f740782881 Fixes small bugs. Introduces a new class source that does a slight
optimization before providing classes.
2014-09-04 17:18:22 +04:00
konsoletyper
89d6a453ec Speed-up dependency checker
=
2014-09-04 13:24:39 +04:00
konsoletyper
ec9e927701 Merge remote-tracking branch 'origin/incremental' into incremental
Conflicts:
	teavm-core/src/main/java/org/teavm/dependency/DependencyChecker.java
2014-09-04 11:34:20 +04:00
konsoletyper
7a36799b99 Removes threading 2014-09-04 11:25:39 +04:00
konsoletyper
4f941e0a0a Refactor dependency checker 2014-09-03 21:08:19 +04:00
konsoletyper
e60be5d518 Start refactoring dependency checker to make it partially incremental 2014-09-03 18:20:31 +04:00
konsoletyper
0ff2b2a1dc Fixes small bugs that were found by html4j TCK 2014-09-02 18:25:43 +04:00
konsoletyper
8dada3b28c Adds support of some methods required by latest html4j. See
https://github.com/konsoletyper/teavm/issues/6
2014-09-02 12:11:13 +04:00