aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-09Daily bump.GCC Administrator7-1/+697
2022-11-08analyzer: eliminate region_model::eval_condition_without_cm [PR101962]David Malcolm4-53/+38
2022-11-08libstdc++: Fix -Wsystem-headers warnings in testsJonathan Wakely13-27/+40
2022-11-08libstdc++: Fix -Wsystem-headers warningsJonathan Wakely5-6/+10
2022-11-08libstdc++: Add always_inline to most allocator functionsJonathan Wakely4-15/+72
2022-11-08libstdc++: basic_filebuf: don't flush more often than necessary [PR63746]Charles-François Natali2-6/+41
2022-11-08libstdc++: Refactor implementation of operator+ for std::stringWill Hawkins2-58/+49
2022-11-08bpf: Use enum for resolved overloaded builtinsDavid Faust1-47/+59
2022-11-08[PR24021] Implement PLUS_EXPR range-op entry for floats.Aldy Hernandez2-0/+148
2022-11-08Provide normalized and denormal format version of real_isdenormal.Aldy Hernandez3-17/+23
2022-11-08tree-optimization/107389 - honor __builtin_assume_alignment at -O0Richard Biener2-0/+54
2022-11-08CCP: handle division by a power of 2 as a right shift.Aldy Hernandez2-17/+13
2022-11-08amdgcn: Fix expansion of GCN_BUILTIN_LDEXPV builtinKwok Cheung Yeung1-1/+1
2022-11-08amdgcn: Add builtins for vectorized native versions of abs, floorf and floorKwok Cheung Yeung3-0/+81
2022-11-08Use bit-CCP in range-ops.Aldy Hernandez1-15/+49
2022-11-08testsuite: Fix failure in test pr105586.c [PR107171]Surya Kumari Jangala1-0/+1
2022-11-08cdce: Fix up get_no_error_domain for new f{16,32,64,128} builtins [PR107547]Jakub Jelinek2-0/+86
2022-11-08i386: Improve vector [GL]E{,U} comparison against vector constants [PR107546]Jakub Jelinek4-11/+113
2022-11-08libstdc++: Uncomment denorm_min testJakub Jelinek1-1/+1
2022-11-08gcc: fix PR rtl-optimization/107482Max Filippov1-2/+2
2022-11-08ada: Fix oversight in implementation of allocators for storage modelsEric Botcazou1-7/+26
2022-11-08ada: Compile-time simplification of 'Image incorrectly ignores Put_ImageSteve Baird1-1/+3
2022-11-08ada: Clean up call to check if aspects are presentPiotr Trojanek7-16/+14
2022-11-08ada: Adjust classwide contract expression preanalysisRonan Desplanques3-232/+267
2022-11-08ada: Set Support_Atomic_Primitives for VxWorks 7 runtimesJohannes Kliemann12-8/+12
2022-11-08ada: Small consistency fixEric Botcazou1-1/+1
2022-11-08ada: Propagate aspect Ghost when instantiating null formal proceduresPiotr Trojanek1-0/+2
2022-11-08ada: Implement RM 4.5.7(10/3) name resolution ruleEric Botcazou2-82/+156
2022-11-08ada: Enforce matching of extra formalsJavier Miranda13-458/+1437
2022-11-08ada: Move warnings switches -- initial workBob Duff11-23/+20
2022-11-08ada: Align -gnatwc's documentation with its behaviorRonan Desplanques2-2/+2
2022-11-08ada: Improve handling of declare expressions in deferred-freezing contextsSteve Baird1-0/+20
2022-11-08ada: Minor consistency tweaks in Sem_Ch4Eric Botcazou1-15/+24
2022-11-08ada: Remove redundant line in Analyze_Qualified_ExpressionEric Botcazou1-2/+0
2022-11-08ada: Preanalyze classwide contracts as spec expressionsRonan Desplanques1-2/+2
2022-11-08ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on composite typesPiotr Trojanek4-7/+51
2022-11-08ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_ArraysPiotr Trojanek2-4/+4
2022-11-08ada: Remove unneeded code in handling formal type defaultsPiotr Trojanek1-4/+2
2022-11-08ada: Cleanup local variable that is only set as an out parameterPiotr Trojanek2-10/+10
2022-11-08ada: Remove obsolete code in Resolve_If_ExpressionEric Botcazou1-12/+1
2022-11-08ada: Reject limited objects in array and record delta aggregatesPiotr Trojanek1-0/+17
2022-11-08ada: Allow initialization of limited objects with delta aggregatesPiotr Trojanek1-0/+1
2022-11-08ada: Reject record delta aggregates with limited expressionsPiotr Trojanek1-0/+10
2022-11-08ada: Missing master of task causing assertion failureJavier Miranda1-1/+36
2022-11-08ada: Raise Tag_Error when Ada.Tags operations are called with No_TagPiotr Trojanek1-7/+15
2022-11-08ada: Add new -gnatw_q switch to usage messageBob Duff1-0/+4
2022-11-08libstdc++: Update my author blurb in the manualJonathan Wakely1-1/+4
2022-11-08libstdc++: Remove empty <author> elements in manualJonathan Wakely3-15/+5
2022-11-08Revert "i386: Prefer remote atomic insn for atomic_fetch{add, and, or, xor}"konglin14-62/+4
2022-11-08Add m_CORE_ATOM for atom coresHaochen Jiang2-31/+41