Age | Commit message (Expand) | Author | Files | Lines |
2024-04-08 | Darwin: Sync coverage specs with gcc/gcc.cc. | Iain Sandoe | 1 | -1/+1 |
2024-01-30 | libgcc: Make heap trampoline support dynamic [PR113403]. | Iain Sandoe | 1 | -16/+27 |
2024-01-18 | Darwin: Suppress adding embedded rpaths for earlier OS versions. | Iain Sandoe | 1 | -2/+1 |
2024-01-18 | Darwin: Fix constant CFString code-gen [PR105522]. | Iain Sandoe | 1 | -0/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-10-26 | Darwin: Make metadata symbol lables linker-visible for GNU objc. | Iain Sandoe | 1 | -1/+1 |
2023-10-22 | Darwin, rpaths: Add --with-darwin-extra-rpath. | Iain Sandoe | 1 | -0/+14 |
2023-10-22 | Config,Darwin: Allow for configuring Darwin to use embedded runpath. | Iain Sandoe | 1 | -4/+28 |
2023-09-26 | Darwin: Handle -dynamiclib on cc1 lines. | Iain Sandoe | 1 | -1/+1 |
2023-09-20 | Darwin: Move checking of the 'shared' driver spec. | Iain Sandoe | 1 | -17/+17 |
2023-09-04 | Darwin: Match system sections and relocs for exception tables. | Iain Sandoe | 1 | -1/+1 |
2023-08-31 | Darwin: homogenize spelling of macOS | Francois-Xavier Coudert | 1 | -2/+2 |
2023-07-21 | Darwin: Handle linker '-demangle' option. | Iain Sandoe | 1 | -0/+7 |
2023-07-13 | Darwin: Use -platform_version when available [PR110624]. | Iain Sandoe | 1 | -3/+12 |
2023-07-03 | testsuite, Darwin: Remove an unnecessary flags addition. | Iain Sandoe | 1 | -3/+2 |
2023-01-05 | modula-2, driver: Implement handling for -static-libgm2. | Iain Sandoe | 1 | -1/+6 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-09-02 | STABS: remove -gstabs and -gxcoff functionality | Martin Liska | 1 | -25/+2 |
2022-08-17 | fortran: Add -static-libquadmath support [PR46539] | Jakub Jelinek | 1 | -0/+1 |
2022-05-29 | Darwin: Fix empty g++ command lines [PR105599]. | Iain Sandoe | 1 | -11/+6 |
2022-05-28 | Darwin: Amend REAL_LIBGCC_SPEC comment [NFC]. | Iain Sandoe | 1 | -25/+13 |
2022-03-07 | Fix up duplicated duplicated words in comments | Jakub Jelinek | 1 | -1/+1 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-24 | Darwin: Update rules for handling alignment of globals. | Iain Sandoe | 1 | -5/+4 |
2021-12-24 | Darwin: Define OBJECT_FORMAT_MACHO. | Iain Sandoe | 1 | -0/+2 |
2021-12-17 | Darwin, Driver: Avoid a link line for empty commands. | Iain Sandoe | 1 | -5/+0 |
2021-12-08 | Darwin: Amend pie options when linking mdynamic-no-pic. | Iain Sandoe | 1 | -2/+6 |
2021-12-01 | darwin, d: Support outfile substitution for libphobos | Iain Buclaw | 1 | -0/+1 |
2021-11-19 | Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556]. | Iain Sandoe | 1 | -33/+65 |
2021-11-15 | IPA: Provide a mechanism to register static DTORs via cxa_atexit. | Iain Sandoe | 1 | -0/+5 |
2021-11-05 | Darwin : Make trampoline templates linker-visible. | Iain Sandoe | 1 | -0/+2 |
2021-10-15 | Darwin: Update specs handling '-r'. | Iain Sandoe | 1 | -15/+18 |
2021-10-15 | Darwin: Revise handling of some driver opts. | Iain Sandoe | 1 | -111/+187 |
2021-09-28 | Darwin, D : Add .d suffix to the list for invoking dsymutil. | Iain Sandoe | 1 | -1/+1 |
2021-09-19 | Darwin, crts: Build Darwin10 unwinder shim as a library. | Iain Sandoe | 1 | -1/+1 |
2021-09-13 | Remove DARWIN_PREFER_DWARF and dead code | Richard Biener | 1 | -2/+1 |
2021-08-27 | Darwin : Mark the mod init/term section starts with a linker-visible sym. | Iain Sandoe | 1 | -0/+3 |
2021-08-18 | Darwin: Handle the -rpath command line option. | Iain Sandoe | 1 | -1/+2 |
2021-07-05 | Darwin, configury : Allow for specification and detection of dsymutil. | Iain Sandoe | 1 | -2/+0 |
2021-07-02 | Darwin, CTF, BTF: Do not run the DWARF debug link for BTF/CTF [PR101283]. | Iain Sandoe | 1 | -2/+2 |
2021-07-02 | Darwin, BTF: Provide a suitable section name for BTF [PR101283]. | Iain Sandoe | 1 | -2/+4 |
2021-07-01 | Darwin: Define a suitable section name for CTF [PR101283] | Iain Sandoe | 1 | -0/+4 |
2021-03-01 | dwarf2unwind : Force the CFA after remember/restore pairs [44107/48097]. | Iain Sandoe | 1 | -0/+5 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-02 | Darwin : Adjust defaults for the linker. | Iain Sandoe | 1 | -4/+8 |
2021-01-02 | Darwin, Simplify headers 2/5 : Move spec for STACK_CHECK_STATIC_BUILTIN. | Iain Sandoe | 1 | -0/+3 |
2021-01-02 | Darwin, Simplify headers 1/5 : Move LINK_GCC_C_SEQUENCE_SPEC [NFC]. | Iain Sandoe | 1 | -3/+7 |
2021-01-02 | Darwin, Simplify headers 0/5 : Move spec for Darwin 10 unwind stub [NFC]. | Iain Sandoe | 1 | -0/+1 |
2021-01-02 | Darwin : Adjust defaults for current bootstrap constraints. | Iain Sandoe | 1 | -11/+26 |