platform/upstream/gcc.git
2021-05-27 Richard Earnshawarm: Remove use of opts_set in arm_configure_build_targ...
2021-05-27 Aldy HernandezUse get_range_query in simplify_conversion_using_ranges.
2021-05-27 Aldy HernandezMove global range code to value-query.cc.
2021-05-27 Aldy HernandezTweak Wstringop-overflow-55.c test.
2021-05-27 Uros Bizjaki386: Add uavg_ceil patterns for 4-byte vectors [PR100637]
2021-05-27 GCC AdministratorDaily bump.
2021-05-26 Eric BotcazouSmall tweak to documentation of scalar_storage_order
2021-05-26 Patrick Palkac++: access for hidden friend of nested class template...
2021-05-26 François Dumontlibstdc++: [_GLIBCXX_DEBUG] Enhance rendering of assert...
2021-05-26 Aldy HernandezCleanup get_range_info
2021-05-26 Aldy HernandezConvert remaining passes to get_range_query.
2021-05-26 Aldy HernandezConvert Walloca pass to get_range_query.
2021-05-26 Aldy HernandezConvert evrp pass to get_range_query.
2021-05-26 Aldy HernandezCommon API for accessing global and on-demand ranges.
2021-05-26 Uros Bizjaki386: Autovectorize 4-byte vectors
2021-05-26 Jonathan Wakelylibstdc++: Change [range.iter.op] functions to function...
2021-05-26 Bernd EdlingerFix gcc-bootstrap issue
2021-05-26 Eric BotcazouWarn on type punning that toggles scalar storage order
2021-05-26 Christophe... arm: Auto-vectorization for MVE: vaddv
2021-05-26 Jakub JelinekRemove useless register keywords
2021-05-26 Jan-Benedict... arc: Remove useless register keyword
2021-05-26 Patrick Palkac++: constexpr and copy elision within mem init [PR100368]
2021-05-26 Patrick Palkac++: Fix reference NTTP binding to noexcept fn [PR97420]
2021-05-26 Jakub Jelinekopenmp: Fix up handling of target constructs in offload...
2021-05-26 Geng QiC-SKY: Delete TARGET_CAN_CHANGE_MODE_CLASS, use defualt...
2021-05-26 Eric BotcazouFix C++ libgomp regressions
2021-05-26 Martin LiskaDOC: update documentation of __gcov_{dump,reset}
2021-05-26 Martin Liskadocs: port old-intall.texi part to install.texi
2021-05-26 Martin LiskaRemove install-old.texi
2021-05-26 Geng QiC-SKY: Support fldrd/fstrd for fpuv2 and fldr.64/fstr...
2021-05-26 Geng QiC-SKY: Delete definition TARGET_PROMOTE_PROTOTYPES...
2021-05-26 Geng QiC-SKY: Fix FAIL of gcc.dg/torture/stackalign/builtin...
2021-05-26 Geng QiC-SKY: Add instruction "ld.bs".
2021-05-26 Andrew PinskiOptimize x < 0 ? ~y : y to (x >> 31) ^ y in match.pd
2021-05-26 Andrew PinskiAdd a couple of A?CST1:CST2 match and simplify optimiza...
2021-05-26 GCC AdministratorDaily bump.
2021-05-25 Andrew MacLeodRemove the logical stmt cache for now.
2021-05-25 Andrew MacLeodAdjust fur_source internal api to use gori_compute...
2021-05-25 Andrew MacLeodMake expr_range_in_bb stmt based rather than block...
2021-05-25 Andrew MacLeodTweak location of non-null calls. revamp ranger debug...
2021-05-25 Andrew MacLeodUnify temporal cache with gori dependencies.
2021-05-25 Andrew MacLeodAdd imports and strengthen the export definition in...
2021-05-25 Andrew MacLeodfully populate the export list from range_cache, not...
2021-05-25 Andrew MacLeodChange gori_compute to inherit from gori_map instead...
2021-05-25 Aldy HernandezFix selftest for targets where short and int are the...
2021-05-25 Eric BotcazouRemove stalled TREE_READONLY flag on automatic variable
2021-05-25 Jakub Jelinekc++: Avoid -Wunused-value false positives on nullptr...
2021-05-25 Eric BotcazouFix thinko in latest change to setup_one_parameter
2021-05-25 Jakub Jelinekc++tools: Include <cstdlib> for exit [PR100731]
2021-05-25 Kito ChengRISC-V: Pass -mno-relax to assembler
2021-05-25 Martin LiskaImprove global state for options.
2021-05-25 Martin LiskaAdd no_sanitize_coverage attribute.
2021-05-25 Cooper QuC-SKY: Fix copyright of csky-modes.def.
2021-05-25 Eric BotcazouFix typo and weird syntax in configure script
2021-05-25 Cooper QuC-SKY: Amend copyrights of recently added files.
2021-05-25 Richard Bienerlibgomp/100747 - fix permission of configure scripts
2021-05-25 Jakub JelinekUpdate copyright years in c++tools
2021-05-25 Richard Bienermiddle-end/100727 - fix call expansion with WITH_SIZE_E...
2021-05-25 Jakub Jelinekopenmp: Fix reduction clause handling on teams distribu...
2021-05-25 Martin LiskaFix sphinx-build warning.
2021-05-25 Geng QiC-SKY: Add cases for csky fpuv3 instructions.
2021-05-25 Tobias Burnusfortran/intrinsic.texi: Fix copy'n'paste errors and...
2021-05-25 Geng QiC-SKY: Separate FRAME_POINTER_REGNUM into FRAME_POINTER...
2021-05-25 Geng QiC-SKY: Bug fix for bad setting of TARGET_DSP and TARGET...
2021-05-25 Geng QiC-SKY: Delete LO_REGS and HI_REGS, use HILO_REGS instead.
2021-05-25 Geng QiC-SKY: Add fpuv3 instructions and CK860 arch.
2021-05-25 GCC AdministratorDaily bump.
2021-05-24 Ian Lance Taylorcompiler: mark global variables whose address is taken
2021-05-24 François Dumontlibstdc++: Limit allocation on iterator insertion in...
2021-05-24 Aaron SawdeyFusion patterns for add-logical/logical-add
2021-05-24 Aldy HernandezVARYING ranges of different sizes should not be equal.
2021-05-24 Patrick Palkalibstdc++: Fix iterator caching inside range adaptors...
2021-05-24 Jonathan Wakelylibstdc++: Qualify functions used in tests
2021-05-24 Tobias BurnusOpenMP/Fortran: Handle polymorphic scalars in data...
2021-05-24 Wilco DijkstraAArch64: Enable fast shifts on Neoverse N1
2021-05-24 Wilco DijkstraAArch64: Cleanup aarch64_classify_symbol
2021-05-24 Christophe... arm: Auto-vectorization for MVE: vld4/vst4
2021-05-24 Christophe... arm: Auto-vectorization for MVE: vld2/vst2
2021-05-24 Wang LiushuaiDo not load the thunk symbols.
2021-05-24 Martin Liskagcc-changelog: Add note about ChangeLog entries
2021-05-24 liuhongtFix ICE when lhs is NULL.
2021-05-24 Andrew PinskiFix two testcases for ssa names which are more than...
2021-05-24 GCC AdministratorDaily bump.
2021-05-23 Uros Bizjaki386: Add push insns for 4-byte vectors [PR100722]
2021-05-23 Harald AnlaufFortran: fix passing return value to class(*) dummy...
2021-05-23 Martin LiskaRevert "Add ChangeLogs for the previous commit."
2021-05-23 Martin LiskaRevert "PR98301 Add missing changelog entries."
2021-05-23 Tobias Burnusfortran/intrinsic.texi: Use proper variable name
2021-05-23 Andrew PinskiAdd ChangeLogs for the previous commit.
2021-05-23 Andrew PinskiDon't simplify (A & C) != 0 ? D : 0 for pointer types.
2021-05-23 GCC AdministratorDaily bump.
2021-05-22 Andre VehreschildPR98301 Add missing changelog entries.
2021-05-22 Andre VehreschildSteve Kargl <kargl@gcc.gnu.org>
2021-05-22 Thomas Schwinge[OpenACC privatization] Prune uninteresting/varying...
2021-05-22 Aaron SawdeyFix rs6000 p10 fusion patterns with old attr type names
2021-05-22 GCC AdministratorDaily bump.
2021-05-21 Aaron Sawdeycombine patterns for add-add fusion
2021-05-21 Aaron SawdeyTest cases for p10 fusion patterns
2021-05-21 Jakub Jelinekopenmp: Fix up firstprivate+lastprivate clause handling...
2021-05-21 Jakub Jelinekopenmp: Fix up handling of implicit lastprivate on...
next