]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2021-07-12  Richard Bienertree-optimization/101373 - avoid PRE across externally...
2021-07-12  Uros BizjakChange the type of memory classification functions...
2021-07-12  Pierre-Marie... [Ada] adaint.c minor reformatting
2021-07-12  Eric Botcazou[Ada] Use GNAT encodings only when -fgnat-encodings...
2021-07-12  Eric Botcazou[Ada] Implement support for unconstrained array types...
2021-07-12  Bob Duff[Ada] Clean up Uint fields
2021-07-12  Eric Botcazou[Ada] Add DWARF 5 support to System.Dwarf_Line
2021-07-12  Bob Duff[Ada] Duplicate Size/Value_Size clause
2021-07-12  Piotr Trojanek[Ada] Avoid unnecessary work when expanding 'Image...
2021-07-12  Richard BienerDisplay the number of components BB vectorized
2021-07-12  Richard Bienertree-optimization/101394 - fix PRE full redundancy...
2021-07-12  Richard Bienermiddle-end/101423 - internal calls do not trap
2021-07-12  Roger SayleTweak testcase for PR tree-optimization/101403.
2021-07-12  prathamesh... arm/66791: Replace builtins for unsigned and fp vmul_n...
2021-07-12  Martin Liskaoffloading: fix -foffload hinting
2021-07-12  prathamesh... arm/98435: Missed optimization in expanding vector...
2021-07-12  Roger SaylePR tree-optimization/101403: Incorrect folding of ...
2021-07-12  GCC AdministratorDaily bump.
2021-07-11  GCC AdministratorDaily bump.
2021-07-10  John David... Require target lra for tests using asm goto
2021-07-10  Ian Lance Taylorruntime: remove direct assignments to memory locations
2021-07-10  Patrick Palkac++: 'new T[N]' and SFINAE [PR82110]
2021-07-10  GCC AdministratorDaily bump.
2021-07-09  H.J. Lulibffi/x86: Always check __x86_64__ for x86 hosts
2021-07-09  Jason Merrillc++: concepts TS and explicit specialization [PR101098]
2021-07-09  Iain Sandoecoroutines: Factor code. Match original source location...
2021-07-09  Roger SayleImprovement to signed division of integer constant...
next