aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-07libtool.m4: augment symcode for Solaris 11Nick Alcock19-19/+19
2023-08-07PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu1-4/+6
2023-08-07PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS worksH.J. Lu1-0/+6
2023-08-07Deprecate a.out support for NetBSD targets.John Ericson5-17/+7
2023-08-07PR27116, Spelling errors found by Debian style checkerAlan Modra1-1/+1
2023-08-07egrep in binutilsAlan Modra6-12/+14
2023-08-07Add support for the haiku operating systemAlexander von Gluck IV21-31/+31
2023-08-07libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock19-137/+251
2023-08-07libtool.m4: fix nm BSD flag detectionNick Alcock20-842/+863
2023-08-07configure: reinstate 32b PA-RISC HP-UX target in toplevelArsen Arsenović2-0/+20
2023-08-07Pass PKG_CONFIG_PATH down from top-level MakefileSimon Marchi4-0/+9
2023-08-07Disable year 2038 support on 32-bit hosts by defaultLuis Machado2-0/+40
2023-08-07gprofng: a new GNU profilerVladimir Mezentsev7-0/+744
2023-08-07add --enable-default-compressed-debug-sections-algorithm configure optionMartin Liska2-0/+19
2023-08-07configure: require libzstd >= 1.4.0Christophe Lyon1-1/+1
2023-08-07binutils, gdb: support zstd compressed debug sectionsFangrui Song3-0/+36
2023-08-07toplevel: Recover tilegx/tilepro targetsArsen Arsenović2-2/+8
2023-08-07GCC: Check if AR works with --plugin and rcH.J. Lu22-61/+430
2023-08-07Sync with binutils: GCC: Pass --plugin to AR and RANLIBH.J. Lu28-49/+621
2023-08-07gcc-4.5 build fixesAlan Modra1-2/+0
2023-08-07PR29961, plugin-api.h: "Could not detect architecture endianess"Alan Modra1-22/+23
2023-08-07toplevel: Substitute GDCFLAGS instead of using CFLAGSArsen Arsenović1-1/+1
2023-08-07[committed][RISC-V]Don't reject constants in cmov conditionJeff Law1-1/+2
2023-08-07cprop_hardreg: Allow propagation of stack pointer in more cases.Manolis Tsamis1-33/+23
2023-08-07MAINTAINERS: Add myself as a BPF port reviewerDavid Faust1-1/+1
2023-08-07ipa-sra: Don't consider CLOBBERS as writes preventing splittingMartin Jambor4-6/+94
2023-08-07[committed] [RISC-V] Handle more cases in riscv_expand_conditional_moveRaphael Zinsly2-4/+42
2023-08-07MATCH: [PR109959] `(uns <= 1) & uns` could be optimized to `uns == 1`Andrew Pinski6-6/+117
2023-08-07Use RPO order for sinkingRichard Biener1-14/+5
2023-08-07Fix ICE in rtl check when bootstrap.liuhongt3-6/+6
2023-08-07Improve -fopt-info-vec for basic-block vectorizationRichard Biener1-0/+8
2023-08-07i386: Clear upper bits of XMM register for V4HFmode/V2HFmode operations [PR11...liuhongt3-29/+177
2023-08-07ada: Refactor multiple returnsSheri Bernstein1-15/+15
2023-08-07ada: Extend precondition of Interfaces.C.String.Value with LengthPiotr Trojanek1-4/+4
2023-08-07ada: Crash in GNATprove due to wrong detection of inliningYannick Moy1-8/+10
2023-08-07ada: Spurious error on class-wide preconditionsJavier Miranda1-0/+12
2023-08-07tree-optimization/110897 - Fix missed vectorization of shift on both RISC-V a...Juzhe-Zhong2-3/+4
2023-08-07x86: drop redundant "prefix_data16" attributesJan Beulich2-44/+0
2023-08-07x86: correct "length_immediate" in a few casesJan Beulich2-3/+3
2023-08-07x86: add missing "prefix" attribute to VF{,C}MULCJan Beulich1-0/+2
2023-08-07x86: add (adjust) XOP insn attributesJan Beulich1-15/+50
2023-08-07x86: drop stray "prefix_extra"Jan Beulich1-29/+2
2023-08-07x86: replace/correct bogus "prefix_extra"Jan Beulich3-14/+19
2023-08-07x86: "prefix_extra" can't really be "2"Jan Beulich1-3/+6
2023-08-07x86: "ssemuladd" adjustmentsJan Beulich2-12/+66
2023-08-07x86: "sse4arg" adjustmentsJan Beulich3-40/+17
2023-08-07x86: "prefix_extra" tidyingJan Beulich1-5/+3
2023-08-07libsanitizer: Fix SPARC stacktracesRainer Orth2-12/+0
2023-08-07Fix profile update after versioning ifconverted loopJan Hubicka4-5/+28
2023-08-07MATCH: Extend min_value/max_value to pointer typesAndrew Pinski13-2/+234