luckytyphlosion
|
1f83e3d73f
|
Fix builds on xcode 12+
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
|
2021-01-25 22:25:35 -05:00 |
|
Marcus Huderle
|
5e1f24558d
|
Merge pull request #12 from camthesaxman/fhex-asm
avoid assembler warning when using -fhex-asm
|
2018-04-06 08:26:08 -07:00 |
|
sceptillion
|
c9378dc2fe
|
fix more 64-bit float bugs
|
2017-12-20 21:32:43 -08:00 |
|
camthesaxman
|
f05a8ae218
|
avoid assembler warning when using -fhex-asm
|
2017-10-26 14:59:00 -05:00 |
|
camthesaxman
|
f49e7cbb33
|
finally fix 64-bit
|
2017-10-26 00:28:13 -05:00 |
|
YamaArashi
|
5c3aa03ece
|
fix bug with -fhex-asm and negative integers
|
2016-10-18 00:24:15 -07:00 |
|
YamaArashi
|
6c251db3ed
|
go back to 32-bit
|
2016-09-28 20:16:29 -07:00 |
|
Cameron Hall
|
dc93915b9b
|
Fix build on MSYS2
|
2016-09-28 19:50:07 -05:00 |
|
YamaArashi
|
223a19fd9b
|
maybe fix 64-bit
|
2016-07-26 09:03:32 -07:00 |
|
YamaArashi
|
f3580e4659
|
fix some warnings
|
2016-07-26 00:16:26 -07:00 |
|
YamaArashi
|
055f692f63
|
remove unused static functions
|
2016-07-25 23:08:34 -07:00 |
|
YamaArashi
|
0c55c65a75
|
fix print_rtl_with_bb proto
|
2016-07-25 22:55:28 -07:00 |
|
YamaArashi
|
71785b8fc6
|
add -fhex-asm option
|
2016-07-24 11:39:52 -07:00 |
|
YamaArashi
|
939de61157
|
support alignments of up to 16
|
2016-05-15 16:46:24 -07:00 |
|
YamaArashi
|
62c7784608
|
don't use current_function_has_far_jump in old compiler
|
2016-05-12 20:03:02 -07:00 |
|
YamaArashi
|
d1cb3194bb
|
build libgcc with older version of compiler and add install script
|
2016-04-30 04:57:33 -07:00 |
|
YamaArashi
|
e6fd5f9b5b
|
delete unused lib file
|
2016-04-29 16:36:18 -07:00 |
|
YamaArashi
|
528acf7f78
|
angle brackets to quotes in graph.c
|
2016-04-29 16:34:12 -07:00 |
|
YamaArashi
|
069fe8d50f
|
restore unused partial int modes (something relies on them)
|
2016-04-29 14:26:22 -07:00 |
|
YamaArashi
|
b1cbd27e75
|
remove caller super-interworking
|
2016-04-29 11:23:07 -07:00 |
|
YamaArashi
|
8d0725156a
|
move longlong.h to libgcc dir
|
2016-04-29 11:16:05 -07:00 |
|
YamaArashi
|
a0f147d45b
|
revert some changes
|
2016-04-29 10:42:45 -07:00 |
|
YamaArashi
|
4553c7e8fe
|
move headers out of gcc dir
|
2016-04-29 07:11:57 -07:00 |
|
YamaArashi
|
536c44e5e9
|
delete test suite
|
2016-04-29 06:03:42 -07:00 |
|
YamaArashi
|
10f3c226cc
|
delete unused enumerators A_CONSTRUCTOR/A_DESTRUCTOR
|
2016-04-29 05:57:03 -07:00 |
|
YamaArashi
|
47d4861fb7
|
remove C++ init_priority attribute
|
2016-04-29 05:46:43 -07:00 |
|
YamaArashi
|
fb026be50e
|
remove format checking
|
2016-04-29 05:24:01 -07:00 |
|
YamaArashi
|
4bd39ff94b
|
update 'make clean' and add new .gitignore
|
2016-04-29 04:55:15 -07:00 |
|
YamaArashi
|
9ff16a3711
|
make HOST_WIDE_INT not assume 32 bits in rtl.c
|
2016-04-29 04:42:34 -07:00 |
|
YamaArashi
|
f4e597e460
|
format rtl.c
|
2016-04-29 04:12:56 -07:00 |
|
YamaArashi
|
908fe3c181
|
auto dependencies for makefile
|
2016-04-29 04:08:48 -07:00 |
|
YamaArashi
|
f821b74fc8
|
remove defaults.h
|
2016-04-28 19:47:05 -07:00 |
|
YamaArashi
|
5ee708b8ad
|
remove SET_ASM_OP
|
2016-04-27 20:01:56 -07:00 |
|
YamaArashi
|
981039a7fc
|
ARG_POINTER_REGNUM / FRAME_POINTER_REGNUM comparisons
|
2016-04-27 19:58:00 -07:00 |
|
YamaArashi
|
4f3e13d666
|
remove global object name
|
2016-04-27 18:47:50 -07:00 |
|
YamaArashi
|
fcfe6de111
|
remove more unused code
|
2016-04-27 02:02:07 -07:00 |
|
YamaArashi
|
0fd2209ea0
|
remove dead dwarf-2 code
|
2016-04-27 01:38:58 -07:00 |
|
YamaArashi
|
9dc75fe3b4
|
reorganize files
|
2016-04-27 00:00:40 -07:00 |
|
YamaArashi
|
9e5f6a7961
|
remove dead code
|
2016-04-26 23:09:38 -07:00 |
|
YamaArashi
|
3dbf26f9f0
|
sched doesn't exist anymore
|
2016-04-26 22:57:48 -07:00 |
|
YamaArashi
|
51e4bdc9b2
|
be quiet by default
|
2016-04-26 22:53:13 -07:00 |
|
YamaArashi
|
de1a8ac496
|
clean up toplev.c
|
2016-04-26 22:37:36 -07:00 |
|
YamaArashi
|
ec139d66e9
|
fix warnings
|
2016-04-26 20:29:38 -07:00 |
|
YamaArashi
|
cb63bcc681
|
format toplev.c
|
2016-04-25 20:13:17 -07:00 |
|
YamaArashi
|
31cf69f88e
|
make compilable using MinGW
|
2016-04-25 20:09:57 -07:00 |
|
YamaArashi
|
346ed7678f
|
remove driver and cpp
|
2016-04-25 02:51:34 -07:00 |
|
YamaArashi
|
fa618cd10b
|
cleanup
|
2016-04-23 14:24:29 -07:00 |
|
YamaArashi
|
d3544ca3cc
|
fix naked function attribute
|
2016-04-03 10:54:17 -07:00 |
|
YamaArashi
|
2f7c2797c8
|
format expr.c
|
2016-03-14 20:04:21 -07:00 |
|
YamaArashi
|
184baea552
|
clean up expr.c more
|
2016-03-09 19:51:57 -08:00 |
|