platform/upstream/gcc.git
2021-10-11 Steve Baird[Ada] Incorrect Dynamic_Predicate results for static...
2021-10-11 Patrick Bernardi[Ada] sigset_t is an unsigned long on RTEMS
2021-10-11 Patrick Bernardi[Ada] RTEMS: use regular RTEMS API for minimum stack...
2021-10-11 Eric Botcazou[Ada] Export No_Exception_Propagation_Active for use...
2021-10-11 Piotr Trojanek[Ada] Warn about conversion with any predefined time...
2021-10-11 Piotr Trojanek[Ada] Simplify membership tests with N_Generic_Declaration
2021-10-11 Etienne Servais[Ada] Remove constant arguments
2021-10-11 Etienne Servais[Ada] Find an interpretation for membership test with...
2021-10-11 Patrick Bernardi[Ada] RTEMS: use hardware interrupts instead of signals...
2021-10-11 Eric Botcazou[Ada] Fix internal error on fixed-point divide, multipl...
2021-10-11 Etienne Servais[Ada] Reorder subprogram spec and bodies in alphabetica...
2021-10-11 Piotr Trojanek[Ada] Rewrite extended names in derived class-wide...
2021-10-11 Ghjuvan Lacambre[Ada] Import binder globals as constant
2021-10-11 Piotr Trojanek[Ada] Move rewriting of boxes in aggregates from resolu...
2021-10-11 Piotr Trojanek[Ada] Simplify initialization of concurrent components
2021-10-11 Piotr Trojanek[Ada] Simplify detection of delayed aggregates
2021-10-11 Piotr Trojanek[Ada] Simplify detection of record components with...
2021-10-11 Piotr Trojanek[Ada] Remove redundant guard against an empty component...
2021-10-11 Patrick Bernardi[Ada] RTEMS: use default stack checking emulation package
2021-10-11 Marc Poulhiès[Ada] Do not clear Analyzed flag in expand if already...
2021-10-11 Piotr Trojanek[Ada] Simplify code for checks within an initialization...
2021-10-11 Piotr Trojanek[Ada] Fix crash on array component with Default_Value
2021-10-11 Doug Rupp[Ada] Size of time_t in newer verions of VxWorks7
2021-10-11 Martin Liskaopts: Remove AUTODETECT_VALUE usage.
2021-10-11 Martin LiskaRemove usage of IRA_REGION_AUTODETECT
2021-10-11 Marcel Vollweilerlibgomp: Add tests for omp_atv_serialized and deprecate...
2021-10-11 Jakub Jelinekopenmp: Add omp_set_num_teams, omp_get_max_teams, omp_...
2021-10-11 Stefan Schulze... IBM Z: Provide rawmemchr{qi,hi,si} expander
2021-10-11 Stefan Schulze... ldist: Recognize strlen and rawmemchr like loops
2021-10-11 Martin Liskaoptions: use cl_optimization_hash.
2021-10-11 Kito Cheng[PR/target 100316] Allow constant address for __builtin...
2021-10-11 liuhongtAdjust testcase for O2 vectorization enabling.
2021-10-11 GCC AdministratorDaily bump.
2021-10-10 Harald AnlaufFortran: handle initialization of derived type paramete...
2021-10-10 Jakub Jelinekvar-tracking: Fix a wrong-debug issue caused by my...
2021-10-10 Andrew Pinskitree-optimization: [PR102622]: wrong code due to signed...
2021-10-10 GCC AdministratorDaily bump.
2021-10-09 Harald AnlaufFortran: accept both old and new-style relational opera...
2021-10-09 Kewen Lintestsuite: Add missing comment for some dg-warning
2021-10-09 liuhongtAdjust more testcases for O2 vectorization enabling.
2021-10-09 Jakub Jelinekopenmp: Add support for OpenMP 5.1 structured-block...
2021-10-09 liuhongtRefine movhfcc.
2021-10-09 GCC AdministratorDaily bump.
2021-10-08 Jonathan Wakelylibstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHA...
2021-10-08 Jonathan Wakelylibstdc++: Define deleted wchar_t overloads uncondition...
2021-10-08 Jonathan Wakelylibstdc++: Define std::wstring_convert unconditionally...
2021-10-08 Jonathan Wakelylibstdc++: Enable type traits for wchar_t unconditional...
2021-10-08 Jonathan Wakelylibstdc++: Enable vstring for wchar_t unconditionally...
2021-10-08 Jonathan Wakelylibstdc++: Always define typedefs and hash functions...
2021-10-08 Jonathan Wakelylibstdc++: Move test that depends on wchar_t I/O to...
2021-10-08 Jonathan Wakelylibstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks...
2021-10-08 Jonathan Wakelylibstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite
2021-10-08 Jonathan Wakelylibstdc++: Access std::pair members without tuple-like...
2021-10-08 Jonathan Wakelylibstdc++: Avoid instantiation of _Hash_node before...
2021-10-08 Sandra LoosemoreFortran: Add diagnostic for F2018:C839 (TS29113:C535c)
2021-10-08 Vladimir N... [PR102627] Use at least natural mode during splitting...
2021-10-08 Jonathan Wakelylibstdc++: Detect miscompilation of src/c++11/limits.cc
2021-10-08 Aldy HernandezGrow non_null_ref bitmap when num_ssa_names increases.
2021-10-08 Aldy HernandezImplement irange::debug()
2021-10-08 Jonathan Wakelylibstdc++: Reduce header dependencies of <algorithm...
2021-10-08 H.J. Lulibsanitizer: Add AM_CCASFLAGS to Makefile.am
2021-10-08 Richard Sandifordloop: Fix profile updates after unrolling [PR102385]
2021-10-08 Martin Liskaopts: include missing header files.
2021-10-08 Martin LiskaCome up with OPTION_SET_P macro.
2021-10-08 Jonathan Wakelylibstdc++: Restore debug checks in uniform container...
2021-10-08 Jonathan Wakelylibstdc++: Implement ostream insertion for chrono:...
2021-10-08 Jakub Jelinekopenmp: Fix up declare target handling for vars with...
2021-10-08 Roger SayleTweak new test cases for -march=cascadelake strangeness.
2021-10-08 Ian Lance Taylorlibgcc: use .init_stack for constructors if available
2021-10-08 liuhongtSimplify (_Float16) ceil ((double) x) to .CEIL (x)...
2021-10-08 liuhongtSupport reduc_{plus,smax,smin,umax,min}_scal_v4hi.
2021-10-08 liuhongtEnable auto-vectorization at O2 with very-cheap cost...
2021-10-08 GCC AdministratorDaily bump.
2021-10-07 Patrick Palkac++: NTTP with array/function type after substitution...
2021-10-07 Jonathan Wakelylibstdc++: Move C++14 <chrono> components to new <bits...
2021-10-07 Indu Bhagatctfc: Free CTF container elements in ctfc_delete_contai...
2021-10-07 Indu Bhagatctf: Do not warn for CTF not supported for GNU GIMPLE
2021-10-07 Jonathan Wakelylibstdc++: Avoid use of hardware interference non-const...
2021-10-07 Jonathan Wakelylibstdc++: Avoid debug checks in uniform container...
2021-10-07 Siddhesh Poyarekartree-object-size: Drop unused pdecl and poff arguments
2021-10-07 Roger SayleIntroduce smul_highpart and umul_highpart RTX for high...
2021-10-07 Martin Jamboripa: Fix ICE when speculating calls from inlined functi...
2021-10-07 Patrick Palkac++: variadic ttp constraint subsumption [PR99904]
2021-10-07 Jonathan Wakelyc++: Do not warn about lifetime of std::initializer_lis...
2021-10-07 Jan HubickaFix access node merging
2021-10-07 Jakub Jelinekc++: Add testcase for C++23 P2316R2 - consistent charac...
2021-10-07 Richard Bienertree-optimization/102608 - avoid CSEing .DEFERRED_INIT
2021-10-07 Siddhesh PoyarekarMAINTAINERS: Add myself to DCO section
2021-10-07 Martin Liskabuild: Fix --enable-gather-detailed-mem-stats
2021-10-07 Andrew Stubbsamdgcn: Fix assembler version incompatibility
2021-10-07 Andrew Stubbsamdgcn: Implement -msram-ecc=any
2021-10-07 Andrew Stubbsamdgcn: Support LLVM 13 assembler syntax
2021-10-07 Richard BienerProperly parse invariant &MEM addresses in the GIMPLE FE
2021-10-07 GCC AdministratorDaily bump.
2021-10-06 Jason Merrillc++: One more spaceship test.
2021-10-06 H.J. Lulibsanitizer: Update LOCAL_PATCHES
2021-10-06 H.J. Lulibsanitizer: Apply local patches
2021-10-06 H.J. Lulibsanitizer: Merge with upstream
2021-10-06 Jonathan Wakelylibstdc++: Implement std::move_only_function for C...
2021-10-06 Andrew MacLeodAdd range intersect with 2 wide-ints.
next