1. 0a48860 add riscv64 architecture support by Rich Felker · 5 years ago
  2. bdb0817 improve i386 inline syscall asm on non-broken compilers by Rich Felker · 5 years ago
  3. aba17aa configure: accept ppc[64] as alias for powerpc[64] in gcc tuples by Rich Felker · 6 years ago
  4. dffc205 support clang internal assembler when building for arm as thumb2 code by Rich Felker · 6 years ago
  5. 7634101 configure: only try -Qunused-arguments for clang by Rich Felker · 6 years ago
  6. 5e46e8d remove vis.h protected-visibility hack by Rich Felker · 6 years ago
  7. f81e44a add m68k port by Rich Felker · 6 years ago
  8. b941006 use explicit dynamic-list rather than symbolic-functions for linking by Rich Felker · 6 years ago
  9. fcf24b9 fix detection of LIBCC for compiler-rt with clang by Matúš Olekšák · 7 years ago
  10. 249b621 better configure check for long double support by Szabolcs Nagy · 7 years ago
  11. dc2f368 disable global visibility override hack (vis.h) by default by Rich Felker · 7 years ago
  12. 9d12a6a fix clang CFLAGS checks and silence unused argument warnings by Dmitry Golovin · 7 years ago
  13. 088c967 when building for arm as thumb2 code, also request assembly as thumb by Rich Felker · 8 years ago
  14. 1509494 add s390x port by Bobby Bingham · 8 years ago
  15. fff8801 configure: handle mipsisa64* triplet as a mips64 target by Szabolcs Nagy · 8 years ago
  16. c0ede9e add powerpc64 port by Bobby Bingham · 8 years ago
  17. 6bc7d9c fix redundant processing of --build flag in configure script by LeMay, Michael · 8 years ago
  18. 2d49c22 follow standard configure behavior for cross compile prefix by Rich Felker · 8 years ago
  19. 5972c4a add mips n32 port (ILP32 ABI for mips64) by Rich Felker · 8 years ago
  20. 6d99ad9 add support for mips and mips64 r6 isa by Rich Felker · 8 years ago
  21. 636a479 make configure check for unsupported (SPE) powerpc hard-float models by Rich Felker · 9 years ago
  22. 5a92dd9 add powerpc soft-float support by Felix Fietkau · 9 years ago
  23. 8393357 add mips64 port by Rich Felker · 9 years ago
  24. 4c101e1 add arch tuple matching for nt32 and nt64 in configure by Rich Felker · 9 years ago
  25. 71c334f work around regression building for armhf with clang (compiler bug) by Rich Felker · 9 years ago
  26. 5030e4a partly revert detection of broken float in configure by Rich Felker · 9 years ago
  27. 80fbaac make configure attempt to catch broken floating point CFLAGS/defaults by Rich Felker · 9 years ago
  28. 47314f1 make configure accept -h as an alias for --help by Rich Felker · 9 years ago
  29. 65498f2 don't suppress shared libc when linker lacks -Bsymbolic-functions by Rich Felker · 9 years ago
  30. efdf04c add arch/generic include fallback to build rules by Rich Felker · 9 years ago
  31. e1d9989 remove unneeded -I options from configure test for may_alias attribute by Rich Felker · 9 years ago
  32. 1619127 use same object files for libc.a and libc.so if compiler produces PIC by Rich Felker · 9 years ago
  33. ce3e24e fix global visibility (vis.h) support for out-of-tree builds by Rich Felker · 9 years ago
  34. 2f853dd support out-of-tree build by Petr Hosek · 9 years ago
  35. ea1e2c5 work around toolchains with broken visibility in libgcc/libpcc by Rich Felker · 9 years ago
  36. 6a851e3 have configure check/add --gc-sections linker option by Rich Felker · 9 years ago
  37. 2efd38e have configure check/add linker options to reduce size lost to padding by Rich Felker · 9 years ago
  38. 27c1ecc have configure check/add -ffunction-sections and -fdata-sections by Rich Felker · 9 years ago
  39. 4cd8b47 keep user-provided CFLAGS/LDFLAGS separate from those added by configure by Rich Felker · 9 years ago
  40. bc0c484 prevent user CFLAGS overrides from exposing executable stack by Rich Felker · 9 years ago
  41. 7978998 suppress sh assembler rejection of instructions based on isa level by Rich Felker · 9 years ago
  42. f3a53f0 eliminate protected-visibility data in libc.so with vis.h preinclude by Rich Felker · 9 years ago
  43. 2462370 try to suppress linking libc.so if there are undefined symbols by Rich Felker · 9 years ago
  44. c42650a remove configure's suppression of enable sh/fdpic shared library build by Rich Felker · 9 years ago
  45. d4c82d0 add sh fdpic subarch variants by Rich Felker · 9 years ago
  46. 35b3312 Build process uses script to add CFI directives to x86 asm by Alex Dowad · 9 years ago
  47. fb58545 add musl-clang, a wrapper for system clang installs by Shiz · 9 years ago
  48. f8db6f7 build: fix musl-targeting toolchain test by Shiz · 9 years ago
  49. b3cd7d1 build: overhaul wrapper script system for multiple wrapper support by Shiz · 9 years ago
  50. fc431d3 configure: work around compilers that merely warn for unknown options by Shiz · 9 years ago
  51. 3aacb54 fix syntax errors in configure script by Rich Felker · 9 years ago
  52. 428462a make configure check for visibility preinclude compatible with pcc by Rich Felker · 9 years ago
  53. a6274a1 configure: check for -march and -mtune passed via CC by Andre McCurdy · 9 years ago
  54. 60ed988 fix regression in configure script with new visibility option by Rich Felker · 9 years ago
  55. de2b67f add optional global visibility override by Rich Felker · 9 years ago
  56. 1ef849c allow libc itself to be built with stack protector enabled by Rich Felker · 9 years ago
  57. 01ef3dd add aarch64 port by Szabolcs Nagy · 10 years ago
  58. b553dc4 fix failure of configure to detect gcc due to message translations by Rich Felker · 10 years ago
  59. 200d154 add or1k (OpenRISC 1000) architecture port by Stefan Kristiansson · 10 years ago
  60. a6adb2b work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 by Rich Felker · 10 years ago
  61. 4ad3588 remove optimization-inhibiting behavior from configure's --enable-debug by Rich Felker · 10 years ago
  62. d79b277 fail configure on --enable-shared if -Bsymbolic-functions doesn't work by Rich Felker · 10 years ago
  63. 7c6db37 trivial formatting fix for the config.mak generated by configure by Rich Felker · 10 years ago
  64. 9ca4dae add configure check for broken gcc 4.9.0 and possibly other versions by Rich Felker · 10 years ago
  65. 8945667 add configure check for working compiler by Rich Felker · 10 years ago
  66. 23d6418 fix superh nofpu check on old gcc versions by Bobby Bingham · 10 years ago
  67. 8c82023 configure: check for __ILP32__ if arch is x86_64 by rofl0r · 10 years ago
  68. f162c06 make configure accept alternate gcc tuples for x32 by Rich Felker · 11 years ago
  69. 0b8f0c5 improve configure's target arch matching by Rich Felker · 11 years ago
  70. 3d7f5c3 fix missing CFLAGS in configure test for float on sh by Rich Felker · 11 years ago
  71. 946b9fa fix copy-and-paste error in configure's IEEE double check for sh by Rich Felker · 11 years ago
  72. b1683a1 add nofpu subarchs to the sh arch, and properly detect compiler's fpu config by Rich Felker · 11 years ago
  73. 5c27c44 fix endian subarchs for sh arch by Rich Felker · 11 years ago
  74. aacd348 rename superh port to "sh" for consistency by Rich Felker · 11 years ago
  75. e5bb165 mips: add mips-sf subarch support (soft-float) by Szabolcs Nagy · 11 years ago
  76. 3a3c813 superh port by Bobby Bingham · 11 years ago
  77. adbeefb configure: suppress bogus pointer-int cast warnings by rofl0r · 11 years ago
  78. 3e4b2cd configure: recognize x86_64-x32 and x32 by rofl0r · 11 years ago
  79. f7bc29e remove -Wcast-align from --enable-warnings by Rich Felker · 11 years ago
  80. 06ceee8 add attribute((may_alias)) checking in configure by Rich Felker · 11 years ago
  81. e449974 fix two bugs in sed code configure uses to save command line by Rich Felker · 11 years ago
  82. 453f462 make configure store its command line in config.mak for easy re-run by Rich Felker · 11 years ago
  83. 4918c2b fix detection of arm hardfloat by Rich Felker · 11 years ago
  84. 90d7772 allow subarch-specific asm, including asm specific to the default by Rich Felker · 11 years ago
  85. 86cc54b protect against long double type mismatches (mainly powerpc for now) by Rich Felker · 11 years ago
  86. 4a1f55e work around gcc 4.8's generation of self-referential mem* functions at -O3 by Rich Felker · 11 years ago
  87. 43d2531 do not include math modules in the default -O3 optimization set by Rich Felker · 11 years ago
  88. a80847d enhance build process to allow selective -O3 optimization by Rich Felker · 11 years ago
  89. df06578 fix invalid C in new trycppif tests in configure script by Rich Felker · 11 years ago
  90. 3e7f186 add build system support for arch endian & float abi variants by Rich Felker · 11 years ago
  91. 2384f27 treat invalid C as an error even if warnings aren't enabled. by Rich Felker · 12 years ago
  92. 6c0cba8 fix error in configure script using >/dev/null in noclobber mode by Rich Felker · 12 years ago
  93. c6d441e Merge remote-tracking branch 'ppc-port/ppc-squashed' by Rich Felker · 12 years ago
  94. 1c8eb8b PPC port cleaned up, static linking works well now. by rofl0r · 12 years ago
  95. 3d9e3a3 fix "configure --prefix=" and improve path/arg handling in configure by Rich Felker · 12 years ago
  96. cd31a1f further pcc fixes in configure by Rich Felker · 12 years ago
  97. 3d99266 add support for detecting pcc's compiler runtime by Rich Felker · 12 years ago
  98. 80a4545 configure: test not just compiling but linking with -march/-mtune by Rich Felker · 12 years ago
  99. 01e5a1b use $CC rather than "$CC" in configure script by Rich Felker · 12 years ago
  100. adefe83 tell the assembler to mark all files as not requiring executable stack by Rich Felker · 12 years ago