quakeforge/libs/gamecode/test
Bill Currie bfa7c1722a [build] Implement tracy memory zones
This proved to be quite the challenge, and is probably rather fragile,
but it does seem to work, and might help with tracking down memory
leaks.
2024-01-05 11:50:48 +09:00
..
head.c [gamecode] Clean up string_t and pointer_t 2022-01-18 12:11:14 +09:00
main.c Implement clang support 2023-08-11 14:25:01 +09:00
Makemodule.am [build] Implement tracy memory zones 2024-01-05 11:50:48 +09:00
test-bitops.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-branch.c [gamecode] Add tests for the branch instructions 2022-01-17 09:57:54 +09:00
test-callret.c [gamecode] Add 2- and 3-component swizzles 2023-08-31 20:08:28 +09:00
test-conv0.c [gamecode] Fix a pile of UB in the test cases 2023-03-25 21:21:13 +09:00
test-conv1.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-conv2.c [gamecode] Fix a pile of UB in the test cases 2023-03-25 21:21:13 +09:00
test-conv3.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-conv4.c [gamecode] Fix a pile of UB in the test cases 2023-03-25 21:21:13 +09:00
test-conv5.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-conv6.c [gamecode] Fix a pile of UB in the test cases 2023-03-25 21:21:13 +09:00
test-conv7.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-double.c [gamecode] Add 2- and 3-component swizzles 2023-08-31 20:08:28 +09:00
test-extend.c [gamecode] Extend extend to support reversal 2023-08-25 10:30:14 +09:00
test-float.c [gamecode] Add 2- and 3-component swizzles 2023-08-31 20:08:28 +09:00
test-hops.c [gamecode] Add tests for the hops instructions 2022-01-16 18:46:29 +09:00
test-int.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-jump.c [gamecode] Redesign jump's B addressing 2022-01-30 22:34:40 +09:00
test-lea.c [gamecode] Support offset for lea on globals 2023-05-14 12:45:08 +09:00
test-load.c [gamecode] Change address mode B to entity.field 2022-01-20 14:55:29 +09:00
test-load64.c [gamecode] Add 64-bit load/store instructions 2022-02-02 14:47:36 +09:00
test-long.c [gamecode] Rearrange several instructions 2022-01-16 14:22:04 +09:00
test-mem.c [gamecodee] Add tests for move and memset 2022-01-15 13:20:33 +09:00
test-scale.c [gamecode] Add tests for the scale instructions 2022-01-14 19:46:35 +09:00
test-stack.c [gamecode] Change address mode B to entity.field 2022-01-20 14:55:29 +09:00
test-state.c [gamecode] Add tests for the state instructions 2022-01-16 22:17:17 +09:00
test-store.c [gamecode] Change address mode B to entity.field 2022-01-20 14:55:29 +09:00
test-store64.c [gamecode] Add 64-bit load/store instructions 2022-02-02 14:47:36 +09:00
test-string.c [gamecode] Fix a pile of UB in the test cases 2023-03-25 21:21:13 +09:00
test-swizzle.c [gamecode] Add 2- and 3-component swizzles 2023-08-31 20:08:28 +09:00
test-unsigned.c [gamecode] Add unsigned divide and remainder instructions 2022-02-06 12:20:17 +09:00
test-vector.c [gamecode] Add 2- and 3-component swizzles 2023-08-31 20:08:28 +09:00
test-with.c [gamecode] Add tests for the with instruction(s) 2022-01-15 18:44:11 +09:00