index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
toplev.c
Age
Commit message (
Expand
)
Author
2021-01-25
Fix builds on xcode 12+
luckytyphlosion
2016-07-25
fix print_rtl_with_bb proto
YamaArashi
2016-07-24
add -fhex-asm option
YamaArashi
2016-04-28
remove defaults.h
YamaArashi
2016-04-27
remove dead dwarf-2 code
YamaArashi
2016-04-26
remove dead code
YamaArashi
2016-04-26
sched doesn't exist anymore
YamaArashi
2016-04-26
be quiet by default
YamaArashi
2016-04-26
clean up toplev.c
YamaArashi
2016-04-26
fix warnings
YamaArashi
2016-04-25
format toplev.c
YamaArashi
2016-04-25
make compilable using MinGW
YamaArashi
2016-04-25
remove driver and cpp
YamaArashi
2016-03-07
never use leading underscore
YamaArashi
2016-03-05
make host wide int 32 bits
YamaArashi
2016-02-17
get rid of PTR macros
YamaArashi
2016-02-16
get rid of VA_START macro
YamaArashi
2016-02-16
remove ANSI_PROTOTYPES ifdefs
YamaArashi
2016-02-16
get rid of PROTO macros
YamaArashi
2016-02-14
remove insn scheduling (not supported with thumb)
YamaArashi
2016-02-14
remove PIC (non-working and disabled)
YamaArashi
2016-02-14
remove delay slot and stack reg code
YamaArashi
2016-02-14
fix md
YamaArashi
2016-02-13
rely on configure less
YamaArashi
2016-02-13
remove use of strings.h
YamaArashi
2016-02-12
clean up limits.h
YamaArashi
2016-02-12
remove standalone preprocessor
YamaArashi
2016-02-12
remove live ranges
YamaArashi
2016-02-12
remove more objc stuff
YamaArashi
2016-02-12
misc cleanup
YamaArashi
2016-02-11
remove VMS stuff
YamaArashi
2016-02-11
remove profiling
YamaArashi
2016-01-06
initial commit
YamaArashi