index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
Age
Commit message (
Collapse
)
Author
2021-01-25
Fix builds on xcode 12+
luckytyphlosion
Enforce the use of -Werror-implicit-function-declaration for all platforms to catch this. See: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes
2018-04-06
Merge pull request #12 from camthesaxman/fhex-asm
Marcus Huderle
avoid assembler warning when using -fhex-asm
2017-12-20
fix more 64-bit float bugs
sceptillion
2017-10-26
avoid assembler warning when using -fhex-asm
camthesaxman
2017-10-26
finally fix 64-bit
camthesaxman
2016-10-18
fix bug with -fhex-asm and negative integers
YamaArashi
2016-09-28
go back to 32-bit
YamaArashi
2016-09-28
Fix build on MSYS2
Cameron Hall
2016-07-26
maybe fix 64-bit
YamaArashi
2016-07-26
fix some warnings
YamaArashi
2016-07-25
remove unused static functions
YamaArashi
2016-07-25
fix print_rtl_with_bb proto
YamaArashi
2016-07-24
add -fhex-asm option
YamaArashi
2016-05-15
support alignments of up to 16
YamaArashi
2016-05-12
don't use current_function_has_far_jump in old compiler
YamaArashi
2016-04-30
build libgcc with older version of compiler and add install script
YamaArashi
2016-04-29
delete unused lib file
YamaArashi
2016-04-29
angle brackets to quotes in graph.c
YamaArashi
2016-04-29
restore unused partial int modes (something relies on them)
YamaArashi
2016-04-29
remove caller super-interworking
YamaArashi
2016-04-29
move longlong.h to libgcc dir
YamaArashi
2016-04-29
revert some changes
YamaArashi
2016-04-29
move headers out of gcc dir
YamaArashi
2016-04-29
delete test suite
YamaArashi
2016-04-29
delete unused enumerators A_CONSTRUCTOR/A_DESTRUCTOR
YamaArashi
2016-04-29
remove C++ init_priority attribute
YamaArashi
2016-04-29
remove format checking
YamaArashi
2016-04-29
update 'make clean' and add new .gitignore
YamaArashi
2016-04-29
make HOST_WIDE_INT not assume 32 bits in rtl.c
YamaArashi
2016-04-29
format rtl.c
YamaArashi
2016-04-29
auto dependencies for makefile
YamaArashi
2016-04-28
remove defaults.h
YamaArashi
2016-04-27
remove SET_ASM_OP
YamaArashi
2016-04-27
ARG_POINTER_REGNUM / FRAME_POINTER_REGNUM comparisons
YamaArashi
2016-04-27
remove global object name
YamaArashi
2016-04-27
remove more unused code
YamaArashi
2016-04-27
remove dead dwarf-2 code
YamaArashi
2016-04-27
reorganize files
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-04-23
cleanup
YamaArashi
2016-04-03
fix naked function attribute
YamaArashi
2016-03-14
format expr.c
YamaArashi
2016-03-09
clean up expr.c more
YamaArashi
[next]