aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-11-26Daily bump.GCC Administrator3-1/+54
2022-11-25OpenMP: Generate SIMD clones for functions with "declare target"Sandra Loosemore21-52/+764
2022-11-25sve2: Fix expansion of division [PR107830]Tamar Christina3-5/+35
2022-11-25Daily bump.GCC Administrator8-1/+421
2022-11-25Fix thinko in operator_bitwise_xor::op1_rangeEric Botcazou4-0/+56
2022-11-25lto: fix usage of timer in materialize_cgraphMartin Liska1-8/+6
2022-11-25tree-optimization/107865 - ICE with outlining of loopsRichard Biener2-0/+20
2022-11-24Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]Kewen.Lin11-60/+39
2022-11-24AArch64: Add fma_reassoc_width [PR107413]Wilco Dijkstra2-3/+34
2022-11-24c++: Further -fcontract* option description fixesJakub Jelinek1-2/+2
2022-11-24asan: Fix up error recovery for too large frames [PR107317]Jakub Jelinek2-0/+19
2022-11-24ada: Add assertion for the implementation of storage modelsEric Botcazou1-0/+3
2022-11-24ada: Spurious error on Lock_Free protected type with discriminantsJustin Squirek1-17/+12
2022-11-24c: Propagate erroneous types to declaration specifiers [PR107805]Florian Weimer3-4/+11
2022-11-24testsuite: Fix up broken testcase [PR107127]Jakub Jelinek1-0/+1
2022-11-24analyzer: fix Clang warningsMartin Liska1-2/+2
2022-11-24Remove use_equiv_p in vr-values.ccAldy Hernandez2-128/+3
2022-11-24Remove follow_assert_exprs from overflow_comparison.Aldy Hernandez3-38/+6
2022-11-24Remove ASSERT_EXPR.Aldy Hernandez16-118/+13
2022-11-24Remove value_range_equiv.Aldy Hernandez9-530/+34
2022-11-24Remove unused legacy VRP code.Aldy Hernandez7-5422/+37
2022-11-23analyzer: revamp of heap-allocated regions [PR106473]David Malcolm14-26/+206
2022-11-23analyzer: fix nondeterminism in logsDavid Malcolm1-2/+4
2022-11-23analyzer: eliminate region_model::on_ fns for socketsDavid Malcolm2-100/+49
2022-11-23analyzer: move known funs for fds to sm-fd.ccDavid Malcolm3-284/+296
2022-11-24i386: Only enable small loop unrolling in backend [PR 107692]Hongyu Wang7-28/+49
2022-11-24Daily bump.GCC Administrator6-1/+125
2022-11-23analyzer: Use __builtin_alloca in gcc.dg/analyzer/call-summaries-2.cRainer Orth1-1/+1
2022-11-23Fortran: error recovery on associate with bad selector [PR107577]Steve Kargl2-1/+15
2022-11-23c: Fix compile time hog in c_genericize [PR107127]Jakub Jelinek2-2/+14
2022-11-23[Patch Arm] Add neon_fcadd and neon_fcmla to is_neon_type.Ramana Radhakrishnan1-1/+3
2022-11-23doc: -Wdelete-non-virtual-dtor supersedes -Wnon-virtual-dtorJonathan Wakely1-0/+3
2022-11-23diagnostics: Fix selftest ICE in certain locales [PR107722]Jakub Jelinek1-1/+4
2022-11-23d: respect --enable-link-mutex configure optionMartin Liska2-1/+2
2022-11-23c++: Fix up -fcontract* optionsJakub Jelinek1-5/+5
2022-11-23LoongArch: Add prefetch instructions.Lulu Cheng5-0/+55
2022-11-22Revert "configure: Implement --enable-host-pie"Marek Polacek5-91/+39
2022-11-22Revert "configure: Implement --enable-host-bind-now"Marek Polacek3-36/+3
2022-11-22configure: Implement --enable-host-bind-nowMarek Polacek3-3/+36
2022-11-22configure: Implement --enable-host-pieMarek Polacek5-39/+91
2022-11-23Daily bump.GCC Administrator6-1/+447
2022-11-22Fix thinko in last patchJeff Law1-1/+1
2022-11-22Fix comment typos noticed by BernhardJeff Law1-4/+4
2022-11-22Fix recent rvv/base/spill testcase failuresJeff Law1-1/+2
2022-11-22tree-object-size: Support strndup and strdupSiddhesh Poyarekar10-10/+500
2022-11-22analyzer: only look for named functions in root ns [PR107788]David Malcolm2-3/+24
2022-11-22analyzer: fix ICE on 'bind(INT_CST, ...)' [PR107783]David Malcolm5-4/+27
2022-11-22analyzer: fix 'errno' on Solaris and OS X [PR107807]David Malcolm4-0/+97
2022-11-22analyzer: eliminate region_model::impl_call_* special casesDavid Malcolm9-415/+648
2022-11-22testsuite: Fix missing EFFECTIVE_TARGETS variable errorsMaciej W. Rozycki1-18/+23