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