platform/upstream/gcc.git
2021-07-16 Richard BienerRemove more gimple_expr_type uses
2021-07-16 Jan HubickaImplement EAF_NOT_RETURNED tracking in ipa-modref
2021-07-16 Richard BienerGet rid of some gimple_expr_type uses
2021-07-16 Ilya LeoshkevichIBM Z: Use @PLT symbols for local functions in 64-bit...
2021-07-16 Richard Bienertree-optimization/101467 - fix make_temp_ssa_name usage
2021-07-16 Jonathan Wrighttestsuite: aarch64: Fix failing SVE tests on big endian
2021-07-16 Cooper QuC-SKY: Use the common way to define MULTILIB_DIRNAMES.
2021-07-16 Richard Bienertree-optimization/101462 - fix signedness of reused...
2021-07-16 Richard BienerDisable --param vect-partial-vector-usage by default...
2021-07-16 Jonathan Wakelylibstdc++: Adjust doxygen markup for unique_ptr grouping
2021-07-16 Jonathan Wakelylibstdc++: Adjust doxygen markup for variable templates...
2021-07-16 Jonathan Wakelylibstdc++: Suppress pedantic warnings about __int128
2021-07-16 GCC AdministratorDaily bump.
2021-07-15 David Malcolmanalyzer: fix const-correctness of various is_a_helper
2021-07-15 Uros Bizjaki386: Fix ix86_hard_regno_mode_ok for TDmode on 32bit...
2021-07-15 Andrew MacLeodAdd gimple_range_type for statements.
2021-07-15 Martin SeborDetect buffer overflow by aggregate and vector stores...
2021-07-15 David Malcolmanalyzer: reimplement -Wanalyzer-use-of-uninitialized...
2021-07-15 David Malcolmanalyzer: add -fdump-analyzer-exploded-paths
2021-07-15 David Malcolmanalyzer: use DECL_DEBUG_EXPR on SSA names for artifici...
2021-07-15 David Malcolmanalyzer: handle self-referential phis
2021-07-15 Christophe... testsuite: [arm] Remove arm_v8_2a_imm8_neon_ok_nocache
2021-07-15 Christophe... testsuite: [arm] Add missing effective-target to vusdot...
2021-07-15 Jakub Jelinekc++: Optimize away NULLPTR_TYPE comparisons [PR101443]
2021-07-15 Tamar Christinatestsuite: Fix testisms in scalar tests PR101457
2021-07-15 Martin SeborAvoid -Wvla-parameter for nontrivial bounds [PR97548].
2021-07-15 Martin JamborChange the type of return value of profile_count::value...
2021-07-15 Jonathan Wakelylibstdc++: Fix std::get<T> for std::tuple [PR101427]
2021-07-15 Jonathan Wakelylibstdc++: Add noexcept to __replacement_assert [PR101429]
2021-07-15 Bill Schmidtrs6000: Don't let swaps pass break multiply low-part...
2021-07-15 Richard BienerStreamline vect_gen_while
2021-07-15 Aldy HernandezAbstract out non_null adjustments in ranger.
2021-07-15 Tamar ChristinaRevert "AArch32: Correct sdot RTL on aarch32"
2021-07-15 Tamar ChristinaRevert "AArch64: Correct dot-product auto-vect optab...
2021-07-15 Jakub Jelinekgimplify: Fix endless recursion on volatile empty type...
2021-07-15 Alan Modra[POWER10] __morestack calls from pcrel code
2021-07-15 Richard Bienerdriver/101383 - handle -gtoggle in driver
2021-07-15 Trevor Saundersadd myself to DCO section
2021-07-15 Trevor Saunderspass location to md_asm_adjust
2021-07-15 Trevor Saundersuse diagnostic location in diagnostic_report_current_fu...
2021-07-15 Trevor Saundersuse error_at and warning_at in cfgexpand.c
2021-07-15 Jason Merrillc++: fix tree_contains_struct for C++ types [PR101095]
2021-07-15 GCC AdministratorDaily bump.
2021-07-14 Peter Bergnerrs6000: Generate an lxvp instead of two adjacent lxv...
2021-07-14 Peter Bergnerrs6000: Move rs6000_split_multireg_move to later in...
2021-07-14 Patrick Palkac++: CTAD and forwarding references [PR88252]
2021-07-14 Jason Merrillvec: use auto_vec in a few more places
2021-07-14 Jason Merrillc++: enable -fdelete-dead-exceptions by default
2021-07-14 Tamar ChristinaVect: correct rebase issue
2021-07-14 Andrew MacLeodTurn hybrid mode off, default to ranger-only mode for...
2021-07-14 Marek Polacekc++: constexpr array reference and value-initialization...
2021-07-14 Harald AnlaufFortran - ICE in gfc_conv_expr_present initializing...
2021-07-14 Tamar ChristinaAArch64: Correct dot-product auto-vect optab RTL
2021-07-14 Tamar ChristinaAArch32: Correct sdot RTL on aarch32
2021-07-14 Tamar Christinamiddle-end: Add tests middle end generic tests for...
2021-07-14 Tamar ChristinaAArch32: Add support for sign differing dot-product...
2021-07-14 Tamar ChristinaAArch64: Add support for sign differing dot-product...
2021-07-14 Tamar ChristinaVect: Add support for dot-product where the sign for...
2021-07-14 H.J. Lux86: Don't enable UINTR in 32-bit mode
2021-07-14 Jonathan Wakelylibstdc++: Add noexcept-specifier to basic_string_view...
2021-07-14 Richard Bienertree-optimization/101445 - fix negative stride SLP...
2021-07-14 Jakub Jelinekgodump: Fix -fdump-go-spec= reproduceability issue...
2021-07-14 Richard BienerSupport reduction def re-use for epilogue with differen...
2021-07-14 Alexandre Olivafix typo in attr_fnspec::verify
2021-07-14 Alexandre Olivaadjust landing pads when changing main label
2021-07-14 GCC AdministratorDaily bump.
2021-07-13 Jonathan Wrightgcc: Add vec_select -> subreg RTL simplification
2021-07-13 Paul A. Clarkers6000: Add tests for SSE4.1 "test" intrinsics
2021-07-13 Paul A. Clarkers6000: Add support for SSE4.1 "test" intrinsics
2021-07-13 Jonathan Wakelylibstdc++: Simplify basic_string_view::ends_with [PR...
2021-07-13 Andrew MacLeodAdjust testcase to test the call is removed.
2021-07-13 Roger SayleMake gimple_could_trap_p const-safe.
2021-07-13 Jonathan Wakelylibstdc++: Remove duplicate #include in <string_view>
2021-07-13 Richard Sandifordvect: Reuse reduction accumulators between loops
2021-07-13 Richard Sandifordvect: Simplify get_initial_def_for_reduction
2021-07-13 Richard Sandifordvect: Generalise neutral_op_for_slp_reduction
2021-07-13 Richard Sandifordvect: Pass reduc_info to get_initial_def_for_reduction
2021-07-13 Richard Sandifordvect: Pass reduc_info to get_initial_defs_for_reduction
2021-07-13 Richard Sandifordvect: Add a vect_phi_initial_value helper function
2021-07-13 Richard Sandifordvect: Ensure reduc_inputs always have vectype
2021-07-13 Richard Sandifordvect: Remove new_phis from vect_create_epilog_for_reduction
2021-07-13 Richard Sandifordvect: Create array_slice of live-out stmts
2021-07-13 Richard Sandifordvect: Simplify epilogue reduction code
2021-07-13 Richard Sandifordifcvt: Improve tests for predicated operations
2021-07-13 Jakub Jelinekpasses: Fix up subobject __bos [PR101419]
2021-07-13 Jakub Jelineklibgomp: Don't include limits.h instead of hidden visib...
2021-07-13 Kito Chengdocs: Add 'S' to Machine Constraints for RISC-V
2021-07-13 Richard BienerRevert "Display the number of components BB vectorized"
2021-07-13 Michael MeissnerDeal with prefixed loads/stores in tests, PR testsuite...
2021-07-13 Michael MeissnerFix vec-splati-runnable.c test.
2021-07-13 Michael MeissnerChange rs6000_const_f32_to_i32 return type.
2021-07-13 GCC AdministratorDaily bump.
2021-07-12 Andrew MacLeodAdd relation processing to ubsan builtins.
2021-07-12 Sergei Trofimovichdocs: fix s/ei_safe_safe/ei_safe_edge/ typo
2021-07-12 Patrick Palkac++: permit deduction guides at class scope [PR79501]
2021-07-12 Uros Bizjaki386: Fix vec_set<mode> expanders [PR101424]
2021-07-12 Andrew MacLeodDo not register a cast as an equivalence.
2021-07-12 Jonathan Wakelylibstdc++: Constrain std::as_writable_bytes [PR101411]
2021-07-12 Andrew Pinski[PHIOPT/MATCH] Remove the statement to move if not...
2021-07-12 Richard Bienerproduce simple DOT graphs from SLP trees
next