platform/upstream/gcc.git
2020-05-11 Kelvin Nilsenrs6000: powerpc_future_ok and powerpc_future_hw
2020-05-11 François DumontRevert "libstdc++ Enhance thread safety of debug mode...
2020-05-11 Kito Chengtestsuite: Require gnu-tm support for pr94856.C
2020-05-11 Uros Bizjaki386: Vectorize basic V2SFmode operations [PR94913]
2020-05-11 Mark EgglestonFortran : Spurious warning message with -Wsurprising...
2020-05-11 Martin LiskaFix typo in fprofile-prefix-path.
2020-05-11 Martin LiskaAdd caveat about parsing of .gcda and .gcno files.
2020-05-11 Xionghu LuoAdd handling of MULT_EXPR/PLUS_EXPR for wrapping overfl...
2020-05-11 GCC AdministratorDaily bump.
2020-05-10 Gerald Pfeiferi386: Define __ILP32__ and _ILP32 for all 32-bit targets
2020-05-10 François Dumontlibstdc++ Enhance thread safety of debug mode iterators
2020-05-10 Harald AnlaufPR fortran/93499 - ICE on division by zero in declarati...
2020-05-10 Ian Lance Taylorlibbacktrace: don't crash if ELF file has no sections
2020-05-10 GCC AdministratorDaily bump.
2020-05-09 Ian Lance Taylorlibbacktrace: don't free ELF strtab if error occurs...
2020-05-09 Ian Lance Taylorlibbacktrace: add Mach-O support
2020-05-09 Ian Lance Taylorlibbacktrace: support short read
2020-05-09 Ian Lance Taylorlibbacktrace: sometimes read debug sections individually
2020-05-09 Ian Lance Taylorlibbacktrace: support fetching executable name using...
2020-05-09 Eric BotcazouUpdate copyright year
2020-05-09 Eric BotcazouAdd assertion for access attributes
2020-05-09 Eric BotcazouFix small issues with -fgnat-encodings=minimal
2020-05-09 Eric BotcazouFix tree sharing issue with slices
2020-05-09 Eric BotcazouDo not override -fnon-call-exceptions in default mode
2020-05-09 Eric BotcazouDo not make a local copy of large aggregate
2020-05-09 Eric BotcazouFix problematic cases of wrapping
2020-05-09 Eric BotcazouAccept qualified aggregates in memset path
2020-05-09 Eric BotcazouFix missing back-annotation for Out parameter
2020-05-09 Eric BotcazouSmall housekeeping work in gigi
2020-05-09 Eric BotcazouRemove last use of expr_align
2020-05-09 Jakub Jelinektestsuite: Fix up two testcases [PR95008]
2020-05-09 Hans-Peter... cris: Enable "neg" to set condition codes.
2020-05-09 Hans-Peter... cris: Enable single-bit btst/btstq to set condition...
2020-05-09 Hans-Peter... cris: Enable 32-bit shifts, clz, bswap, umin to set...
2020-05-09 Hans-Peter... cris: Enable general "and", "or", "xor", "not" to set...
2020-05-09 Hans-Peter... cris: Enable additions and subtractions to set conditio...
2020-05-09 Hans-Peter... cris: Enable extend operations to SImode to set conditi...
2020-05-09 Hans-Peter... cris: Enable movhi and movqi to set condition codes...
2020-05-09 Hans-Peter... cris: Enable *movsi_internal to set condition codes.
2020-05-09 Hans-Peter... cris: Introduce CC_NZVCmode and CC_NZmode.
2020-05-09 Hans-Peter... cris.md: Post-reload, split/generate clobberless zero...
2020-05-09 Hans-Peter... cris.md: Post-reload, split/generate clobberless memory...
2020-05-09 Hans-Peter... config/cris/cris.h (REVERSIBLE_CC_MODE): Define to...
2020-05-09 Hans-Peter... cris: Define TARGET_FLAGS_REGNUM.
2020-05-09 Hans-Peter... cris: Emit trivial btstq expected by gcc.target/cris...
2020-05-09 Hans-Peter... cris: Move trivially from cc0 to reg:CC model, removing...
2020-05-09 Hans-Peter... gcc/config/cris: Remove shared-library and CRIS v32...
2020-05-09 Hans-Peter... gcc/config/cris/t-elfmulti: Remove crisv32 multilib.
2020-05-09 Hans-Peter... gcc/testsuite: Remove traces of crisv32-* outside gcc...
2020-05-09 Hans-Peter... gcc/testsuite: gcc.target/cris: Remove crisv32-* and...
2020-05-09 Hans-Peter... libgcc: cris: Remove support for crisv32-*-* and cris...
2020-05-09 Hans-Peter... cris: Remove from gcc/config/cris: t-linux, linux.h...
2020-05-09 Hans-Peter... config.gcc: Remove support for crisv32-*-* and cris...
2020-05-09 Hans-Peter... dbr: Filter-out TARGET_FLAGS_REGNUM from end_of_functio...
2020-05-09 GCC AdministratorDaily bump.
2020-05-08 H.J. Luswitchcontext.S: Include <cet.h> and use _CET_ENDBR
2020-05-08 H.J. Lulibphobos: Add --enable-cet to configure
2020-05-08 Vladimir N... Improve hard reg preference propapagation.
2020-05-08 Iain Sandoecoroutines: Update TREE_SIDE_EFFECTS on inserted bind...
2020-05-08 Nathan Sidwellc++: No news is good news
2020-05-08 Nathan Sidwellpreprocessor: Reimplement directives only processing...
2020-05-08 Richard Bienermove permutation validity check
2020-05-08 Nathan SidwellEOF has a location
2020-05-08 Eric BotcazouFix uniqueness of address for aliased objects
2020-05-08 Eric BotcazouCouple of tweaks to help in LTO mode
2020-05-08 Eric BotcazouFix missing information in exception messages with...
2020-05-08 Eric BotcazouSmall tweak to gnat_to_gnu_param
2020-05-08 Richard BienerFix availability compute during VN DOM elimination
2020-05-08 Jakub Jelinekmatch.pd: A ^ ((A ^ B) & -(C cmp D)) -> (C cmp D) ...
2020-05-08 Jakub Jelinekix86: Add peephole2 for *add<mode>3_cc_overflow_1 follo...
2020-05-08 Jakub Jelinektree: Avoid variable sharing in get_narrower [PR94724]
2020-05-08 Jakub Jelinekmatch.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X...
2020-05-08 Jakub Jelinekmatch.pd: Optimize ffs of known non-zero arg into ctz...
2020-05-08 Jakub Jelinekmatch.pd: Simplify unsigned A - B - 1 >= A to B >=...
2020-05-08 Jakub Jelinekcsa: Fix --enable-checking=yes,df bootstrap failure...
2020-05-08 GCC AdministratorDaily bump.
2020-05-07 Segher Boessenkoolrs6000: Tests for setnbc
2020-05-07 Segher Boessenkoolrs6000: New insns setnbc and setnbcr
2020-05-07 Segher Boessenkoolrs6000: Tests for setbc
2020-05-07 Segher Boessenkoolrs6000: New insns setbc and setbcr
2020-05-07 Jeff LawMove all patterns and expanders out of h8300.md and...
2020-05-07 Jeff Law More cleanups. Merging patterns with iterators...
2020-05-07 Jeff Law Drop original H8/300 support. This should generate...
2020-05-07 Jeff LawDrop more COFF support from H8 port
2020-05-07 Jeff LawRemove remnants of COFF support which was dropped eons...
2020-05-07 Jonathan Wakelylibstdc++: Fix whitespace in Changelog
2020-05-07 Jonathan Wakelylibstdc++: Fix some C++20 algorithms to work in paralle...
2020-05-07 Jonathan Wakelylibstdc++: Make relational operators work with const...
2020-05-07 Iain Sandoecoroutines: Improve error recovery [PR94817, PR94829].
2020-05-07 Marek Polacekc-family: Add "nonstatic" to badwords.
2020-05-07 Marek Polacekc++: Detect long double -> double narrowing [PR94590]
2020-05-07 Marek Polacekc++: Fix crash with template spec in different namespac...
2020-05-07 Alan ModraFix bogus calls to set_rtx_cost.
2020-05-07 Kewen LinCheck alignment for no peeling gaps handling
2020-05-07 Giuliano BelinassiWrap global variables in tree-ssa-operands.c into a...
2020-05-07 Marek Polacekc++: Implement P1957R2, T* to bool should be considered...
2020-05-07 Richard Bieneripa/94947 - avoid using externally_visible_p ()
2020-05-07 Manfred SchwarbFix various dg directives.
2020-05-07 Marek Polacekc++: Fix spelling of non-static
2020-05-07 Erick OchoaFix minor typos in comments that affected syntax highli...
next