2
0
mirror of https://github.com/bebbo/amigaos-cross-toolchain.git synced 2025-12-08 22:38:24 +00:00

@S gcc-6: @I use set instead of vector to track the stack pointer, @I improved reg usage tracking and reg renaming

This commit is contained in:
bebbo
2017-05-29 11:35:12 +02:00
parent dc8e3d11c0
commit 0489398da6
32 changed files with 31095 additions and 2493 deletions

View File

@ -7,7 +7,7 @@
# compile for golden file check
mkdir -p bbb
m68k-amigaos-gcc -noixemul -O3 -fomit-frame-pointer -S -m68000 src/*.c -DNDEBUG -fbbb=+v
m68k-amigaos-gcc -noixemul -O3 -fomit-frame-pointer -S -m68000 src/*.c -DNDEBUG
mv *.s bbb
r="$(diff --brief golden bbb)"