aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-08-07GCC: Check if AR works with --plugin and rcH.J. Lu1-3/+11
2023-08-07Sync with binutils: GCC: Pass --plugin to AR and RANLIBH.J. Lu1-2/+25
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-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-07Fix profile update after versioning ifconverted loopJan Hubicka4-5/+28
2023-08-07MATCH: Extend min_value/max_value to pointer typesAndrew Pinski13-2/+234
2023-08-07Daily bump.GCC Administrator3-1/+38
2023-08-06[Committed] Avoid FAIL of gcc.target/i386/pr110792.cRoger Sayle1-1/+0
2023-08-06Add builtin_expect to predict that CPU supports cpuid to cpuid.hJan Hubicka1-2/+2
2023-08-06Disable loop distribution for loops with estimated iterations 0Jan Hubicka1-2/+13
2023-08-06Fix profile update after peeled epiloguesJan Hubicka16-2/+41
2023-08-06Daily bump.GCC Administrator5-1/+35
2023-08-05PR modula2/110779 SysClock can not read the clockGaius Mulley5-100/+419
2023-08-05c: Less warnings for parameters declared as arrays [PR98536]Martin Uecker3-32/+3
2023-08-05c: _Generic should not warn in non-active branches [PR68193,PR97100,PR110703]Martin Uecker2-1/+26
2023-08-05Daily bump.GCC Administrator7-1/+1149
2023-08-04[PATCH v3] [RISC-V] Generate Zicond instruction for select pattern with condi...Xiao Zeng1-15/+102
2023-08-04analyzer: handle function attribute "alloc_size" [PR110426]David Malcolm21-63/+458
2023-08-04analyzer: fix some svalue::dump_to_pp implementationsDavid Malcolm1-7/+20
2023-08-04i386: eliminate redundant operands of VPTERNLOGYan Simonaytes5-0/+121
2023-08-04Specify signed/unsigned/dontcare in calls to extract_bit_field_1.Roger Sayle2-2/+26
2023-08-04i386: Split SUBREGs of SSE vector registers into vec_select insns.Roger Sayle2-0/+18
2023-08-04Add documentation for -Wflex-array-member-not-at-end.Qing Zhao1-0/+13
2023-08-04LRA: Check input insn pattern hard regs against early clobber hard regs for l...Vladimir N. Makarov2-1/+27
2023-08-04middle-end: clean up vect testsuite using pragma novectorTamar Christina672-3/+989
2023-08-04frontend: Add novector C pragmaTamar Christina4-39/+146
2023-08-04frontend: Add novector C++ pragmaTamar Christina9-74/+217
2023-08-04AArch64: Undo vec_widen_<sur>shiftl optabs [PR106346]Tamar Christina5-79/+110