C compiler
Go to file
Michael Holmes 6ae2127062
Refactor all uses of GEN_FCN to use locals
An intermediate local value for lookups in the instruction generation jump
table works around a code generation bug in macOS ARM64 clang that would cause
their parameters to be pushed on the stack instead of passed in registers.
2022-03-08 00:41:04 +00:00
.github/workflows Create GitHub workflow for CI 2021-08-09 21:01:08 -04:00
gcc Refactor all uses of GEN_FCN to use locals 2022-03-08 00:41:04 +00:00
gcc_arm Refactor all uses of GEN_FCN to use locals 2022-03-08 00:41:04 +00:00
ginclude add libc building to agbcc. 2017-12-20 16:34:35 -05:00
include add some more files 2020-01-29 18:32:13 -06:00
libc Check for $(DEVKITARM) first before checking for $(DEVKITARM)/bin 2020-12-16 19:43:34 -05:00
libgcc Fix compilation on BSD make (from pizza2004). 2021-08-09 18:18:36 -04:00
libiberty add some more files 2020-01-29 18:32:13 -06:00
.gitattributes force LF 2016-05-15 07:13:27 -07:00
.gitignore make clean is broken 2020-01-30 02:06:21 -06:00
build.sh Fix build.sh on macOS 2022-01-26 18:17:00 -05:00
config.if add some more files 2020-01-29 18:32:13 -06:00
config.sub add some more files 2020-01-29 18:32:13 -06:00
install.sh Forgot to add installation success message. 2022-01-18 15:42:12 -05:00