Commit Graph

25 Commits

Author SHA1 Message Date
joerg 29a820dc74 Drop a number of entries that no longer apply. 2021-05-30 02:29:24 +00:00
joerg a761309325 Drop acorn32 entry, fixed. 2021-02-06 22:00:59 +00:00
joerg 015826c2f0 Force use of GNU as for acorn32 boot code (pre-unified assembly) 2019-08-02 12:06:20 +00:00
christos 0b75a11ff8 more powerpc issues 2019-05-14 19:24:09 +00:00
christos 4ca6b93188 add more 2019-05-08 01:08:18 +00:00
joerg bcd8aa835f The sparc atomic issues are gone. 2017-01-11 12:19:03 +00:00
joerg 24d50a40b3 As workaround for limitations in Clang's atomic lowering on SPARC,
require v8+ for those files that need C++11 atomics.
2016-02-27 21:42:14 +00:00
joerg dda31211fa When building the atomic op test on SPARC64 with Clang, skip the
sub-32bit tests for now. Clang currently doesn't synthesize a CAS
replacement nor does it create a libcall.
2016-02-27 18:50:39 +00:00
joerg 5331e11882 The relocation relaxation issue in AES on ARM has been resolved
differently, so remove hack marker.
2015-05-14 19:27:23 +00:00
joerg a083b72d2b Build the AES sources with -fno-integrate-assembler for Clang. 2015-03-19 19:27:14 +00:00
joerg 3d39953882 Sync list of hacks with reality. 2015-01-29 20:45:41 +00:00
joerg 9074b7ff29 Use the lint path as workaround for Clang on 32bit PPC for now.
Document this hack.
2014-08-13 14:43:48 +00:00
joerg e62b1a83b7 Add pixman. 2014-08-10 19:12:08 +00:00
joerg 2c9706a997 When building GCC with Clang, disable optimizations for tree.c until I
can figure out what is responsible for the miscompilation.
2014-07-06 00:21:24 +00:00
joerg 21205470c2 Remove atomic hack for ARM, libc now provides the missing symbols. 2014-07-05 20:45:49 +00:00
joerg 182cb3ee17 .fpu is not handled correctly by LLVM's assembler parser, so use GAS for
now.
2014-06-28 20:18:15 +00:00
wiz d485e80f67 Fix typo. 2014-02-15 08:25:01 +00:00
joerg a2c420e92e Update hacks. 2014-02-14 20:35:20 +00:00
joerg 3d66511c09 Reduce amount of -no-integrated-as on x86 as .code16 is now supported by
LLVM.
2014-01-15 22:25:22 +00:00
joerg 9c5ce38628 On ARM, force compiling some files in libc++ and LLVM's support library
with -march=armv6 to get native atomics as we currently lack the
fallback symbols in libgcc and libc.
2014-01-15 21:14:54 +00:00
joerg ce9c61d51e CMSG_SPACE is no longer an issue. 2014-01-08 20:34:45 +00:00
joerg 19668631d6 ah_regdomain.c doesn't use -Wno-error anymore. 2012-01-17 15:38:44 +00:00
wiz a85d2e4ce0 Fix typo. 2011-08-15 10:58:54 +00:00
joerg 4f144e721a Update to reflect .code32 support 2011-08-15 10:09:59 +00:00
joerg 452d7db1fd Document poinst where the LLVM/clang integration is unclean 2011-05-30 16:25:31 +00:00