Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 ancestors of 1e543c9951db340e

2019-06-13
23:59
Protect return values with temporary registers so they are not destroyed during uncounts. check-in: 1e543c9951 user: stephanie.gawroriski tags: trunk
23:42
Debugging. check-in: 08ccb21a57 user: stephanie.gawroriski tags: trunk
23:32
Add a bunch of dubug notes. check-in: 0237b5ee06 user: stephanie.gawroriski tags: trunk
23:21
Add test object. check-in: 0bb57d8e72 user: stephanie.gawroriski tags: trunk
23:19
Add more debug. check-in: b344810536 user: stephanie.gawroriski tags: trunk
23:17
Remove unused tempreg. check-in: e6d63d5a12 user: stephanie.gawroriski tags: trunk
23:17
Add more debug notes to GC object. check-in: 9745a97fdb user: stephanie.gawroriski tags: trunk
22:40
Count the return register field after the copy. check-in: 6e3ea4929a user: stephanie.gawroriski tags: trunk
22:40
Reference count objects before they are returned. check-in: 6a5232a82c user: stephanie.gawroriski tags: trunk
22:31
Remove BREAKPOINT/TODO. check-in: 9263683e9f user: stephanie.gawroriski tags: trunk
22:21
Add InvalidInstructionException; Add todo.DEBUG.code() for a very basic debug note. check-in: cdf4a27303 user: stephanie.gawroriski tags: trunk
21:46
Do not count up replaced fields, instead count down. check-in: db1373b5d4 user: stephanie.gawroriski tags: trunk
21:39
Implement garbage collection of objects. check-in: 9cc578ba18 user: stephanie.gawroriski tags: trunk
19:03
In RatufaCoat, ignore writes to ROM. check-in: a39677c16d user: stephanie.gawroriski tags: trunk
19:02
When doing reference counting, use the new volatile register stuff instead of a fixed register position. check-in: abf8424601 user: stephanie.gawroriski tags: trunk
18:39
Add check to fail if ROM is attempted to be written to. check-in: 1daf2f812f user: stephanie.gawroriski tags: trunk
17:03
Fix makefile indentation. check-in: d038e29072 user: stephanie.gawroriski tags: trunk
17:01
Add ROM size to JVM structure. check-in: 6c2a58286d user: stephanie.gawroriski tags: trunk
16:41
Add total instruction count. check-in: 92d0e2fe2b user: stephanie.gawroriski tags: trunk
16:34
Make apt-get installs optional. check-in: 33341442c2 user: stephanie.gawroriski tags: trunk
15:45
Add tests for MIPS EB and MIPS EL. check-in: 3fc66ec256 user: stephanie.gawroriski tags: trunk
13:02
Remove long stuff in SummerCoat's NativeCPU; Make some adjustments to RatufaCoat (endianess issue still remains) check-in: 6599dc94ff user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 4e02fc749f user: squirreljme tags: trunk
2019-06-12
22:19
Add check for interface types as well. check-in: f7fe0f7589 user: stephanie.gawroriski tags: trunk
22:16
Implement jvmCanArrayStore(). check-in: cef945116b user: stephanie.gawroriski tags: trunk
21:54
Correct CHECKCAST where it would place un-cached entries on the stack when they should be cached. check-in: 844222f1c4 user: stephanie.gawroriski tags: trunk
21:19
Minor adjustment to ASTORE. check-in: 0e65fd55b2 user: stephanie.gawroriski tags: trunk
19:56
Adjust SXS script to be called outside the temporary directory. check-in: 2a59f5e05d user: stephanie.gawroriski tags: trunk
19:48
Adjust arrow usage a bit. check-in: ed6bace7f8 user: stephanie.gawroriski tags: trunk
19:45
Add arrows in splitter. check-in: b1bf7bee98 user: stephanie.gawroriski tags: trunk
19:43
Bi-column printing of instructions. check-in: fcf295dc4d user: stephanie.gawroriski tags: trunk
19:00
Add line population change count to show when a line has gone back (such as for loops). check-in: 37e31228d6 user: stephanie.gawroriski tags: trunk
18:54
Add side by side debug to compare byte code and native instructions. check-in: 1429835cc3 user: stephanie.gawroriski tags: trunk
17:13
Do not translate value for LOAD_POOL in debug print. check-in: b02eedf11f user: stephanie.gawroriski tags: trunk
13:38
Do not check for compatibility in virtual invoke if the type is exactly known and matches the stack; Add more debug marks check-in: 68f007bc1f user: stephanie.gawroriski tags: trunk
13:13
Store the actual super class in the instance check; Add interfaces and self pointer to the class information; Have memory issues read bad constants. check-in: 8679f7a02e user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 815952d341 user: squirreljme tags: trunk
00:25
Handle BREAKPOINT and print the stopping instruction and such. check-in: 5084d8d811 user: stephanie.gawroriski tags: trunk
00:21
Base handling for percent sequences in debug notes. check-in: 08fc6dd0e6 user: stephanie.gawroriski tags: trunk
2019-06-11
22:20
Remove the other headers, not needed. check-in: 5ccbd9181c user: stephanie.gawroriski tags: trunk
22:17
Remove some common files. check-in: e5562e8884 user: stephanie.gawroriski tags: trunk
22:11
Remove reliance on common files. check-in: 53871e2fb3 user: stephanie.gawroriski tags: trunk
22:09
Include of streams is not needed. check-in: ba2fd381fc user: stephanie.gawroriski tags: trunk
19:14
Correct name of target in the makefile. check-in: 932be7f752 user: stephanie.gawroriski tags: trunk
14:50
Implement buffered writes to standard error. check-in: 64528f6167 user: stephanie.gawroriski tags: trunk
12:34
Use a darker red so it does not burn as much. check-in: 53c79b1081 user: stephanie.gawroriski tags: trunk
12:33
Correct indentation. check-in: 5e856e7d56 user: stephanie.gawroriski tags: trunk
12:02
Add adjustable cycles per frame in RetroArch. check-in: d67adb51c6 user: stephanie.gawroriski tags: trunk
11:43
Set all fields for joypad and var end. check-in: e3b3fe4ed4 user: stephanie.gawroriski tags: trunk
11:42
Include stdint on PSP. check-in: 51d0e017a1 user: stephanie.gawroriski tags: trunk
11:28
Undefine little endian if both endianesses ended up being set. check-in: 3e0b350962 user: stephanie.gawroriski tags: trunk