jak-project/test/goalc/source_templates/with_game
2021-02-17 00:57:21 -05:00
..
defun-return-constant.static.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
defun-return-symbol.static.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
sqrtf.gc add sqrt (#270) 2021-02-17 00:57:21 -05:00
test-access-inline-array.gc [Compiler] Bug fixes (#230) 2021-02-03 11:07:47 -05:00
test-addr-of.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-append.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-approx-pi-stack.gc Add support for stack integers (#135) 2020-11-22 12:22:19 -05:00
test-approx-pi.gc Add support for stack integers (#135) 2020-11-22 12:22:19 -05:00
test-assoc-1.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-assoc-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-assoce-1.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-assoce-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-basic-type-check.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-basic-vector-math.gc Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
test-bfloat.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-binteger-print.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-bitfield-access.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-bitfield-tricky-access.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-boxed-array-index.gc better array indexing (#176) 2020-12-31 22:15:17 -05:00
test-build-game.gc fix float loads, add dgo loading to game test (#101) 2020-10-25 20:30:25 -04:00
test-condition-boolean.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-delete-car.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-delete-list.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-dynamic-type.gc [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
test-fancy-static-fields.gc [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
test-find-parent-method.gc [Decomp] Decompile gcommon, gstring-h, and gkernel-h (#249) 2021-02-11 09:49:15 -05:00
test-game-count.gc Support "game count" and v4 objects (#140) 2020-11-24 20:48:38 -05:00
test-game-text.gc Add the STR RPC to overlord and game code (#134) 2020-11-22 12:59:55 -05:00
test-insert-cons.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-integer-boxed-array.gc [Compiler] Bug fixes (#230) 2021-02-03 11:07:47 -05:00
test-last.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-load-game.gc fix float loads, add dgo loading to game test (#101) 2020-10-25 20:30:25 -04:00
test-load-static-vector.gc Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
test-local-vars.gc [Decompiler] Expression 5 (#218) 2021-02-01 20:41:37 -05:00
test-math.gc update 2020-11-28 19:59:23 -05:00
test-member-1.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-member-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-memcpy.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-memset.gc [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
test-min-max.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-new-array.gc Add more array stuff and clean up field access (#80) 2020-10-14 13:42:14 -04:00
test-new-inline-array-class.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-new-static-basic.gc [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
test-new-static-structure-integers.gc Add compiler features for gkernel (#83) 2020-10-16 17:08:26 -04:00
test-new-string.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-number-comparison.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-pair-asize.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-pair-length.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-ref.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-set-bitfield.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-set-self.gc [Decompiler] Clean up the output (#245) 2021-02-09 20:59:14 -05:00
test-short-circuit.gc [Compiler] Implement and/or in the compiler instead of a macro (#231) 2021-02-03 16:12:51 -05:00
test-sort-2.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-sort-3.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-sort.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-static-bitfield.gc [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test-static-boxed-array.gc Add boxed array type (#163) 2020-12-19 21:05:18 -05:00
test-static-pair-1.gc [Compiler] Add static data features (#162) 2020-12-19 15:21:29 -05:00
test-string-type.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-tests.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-type-arrays.gc Copy over LISP code 2020-10-08 00:05:01 -04:00
test-type-type.gc Make all tests hermetic, only the tests with kernel left 2020-10-09 13:23:41 -04:00
test-vector-dot.gc [gcommon decomp] compiler and decompiler fixes (#239) 2021-02-07 18:21:00 -05:00
test-vector-math-1-operand.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-2-operand-acc.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-2-operand.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-division.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-math-sqrt.template.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vector-outer-product.gc compiler: Support the majority of the remaining VU VF instructions (#258) 2021-02-16 21:41:33 -05:00
test-vf-load-and-store.gc Compiler - Implementing more VU Instructions (Part 1 of 2) (#221) 2021-02-05 15:00:17 -05:00
test-xmm-spill.gc [Compiler] Improve spills and register backups (#175) 2020-12-31 15:59:11 -05:00