Age | Commit message (Expand) | Author | Files | Lines |
2019-10-24 | ipa-sra-19.c: Avoid unprototyped function | Andreas Krebbel | 2 | -2/+6 |
2019-10-24 | tree-vect-slp.c (vect_get_and_check_slp_defs): For reduction chains try harde... | Richard Biener | 6 | -0/+418 |
2019-10-24 | MSP430: Tweaks to generation of 430X instructions | Jozef Lawrynowicz | 4 | -2/+19 |
2019-10-24 | re PR tree-optimization/92205 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Biener | 2 | -0/+18 |
2019-10-24 | re PR tree-optimization/92203 (ICE in eliminate_stmt, at tree-ssa-sccvn.c:5492) | Richard Biener | 2 | -0/+42 |
2019-10-24 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 2 | -1/+6 |
2019-10-24 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 6 | -5/+14 |
2019-10-24 | S/390: Use UNSPEC_GET_TP for thread pointer loads | Ilya Leoshkevich | 2 | -0/+18 |
2019-10-24 | tree-vect-slp.c (vect_analyze_slp): When reduction group SLP discovery fails ... | Richard Biener | 2 | -0/+29 |
2019-10-23 | pr70010.c: Add -Wno-psabi. | David Edelsohn | 5 | -2/+10 |
2019-10-23 | Implement P1286R2, Contra CWG1778 | Jason Merrill | 3 | -7/+14 |
2019-10-23 | Fix a bug with type constraints in constructors. | Andrew Sutton | 2 | -0/+28 |
2019-10-23 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 6 | -12/+16 |
2019-10-23 | constexpr.c (cxx_eval_constant_expression): Temporarily change input_location... | Jakub Jelinek | 3 | -2/+8 |
2019-10-23 | re PR tree-optimization/92131 (incorrect assumption that (ao >= 0) is always ... | Eric Botcazou | 2 | -0/+77 |
2019-10-23 | Do not ICE in IPA inliner. | Martin Liska | 2 | -0/+43 |
2019-10-22 | PR c++/85746: Don't fold __builtin_constant_p prematurely | Marc Glisse | 2 | -0/+15 |
2019-10-22 | re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81) | Richard Biener | 2 | -0/+49 |
2019-10-22 | re PR middle-end/90796 (GCC: O2 vs O3 output differs on simple test) | Michael Matz | 2 | -4/+23 |
2019-10-22 | re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81) | Richard Biener | 2 | -0/+16 |
2019-10-22 | [C++] Avoid exposing internal details in aka types | Richard Sandiford | 5 | -0/+296 |
2019-10-22 | [testsuite] Make the Wnonnull independent of system headers. | Iain Sandoe | 2 | -11/+10 |
2019-10-21 | PR c++/83434 - typeinfo for noexcept function lacks noexcept information | Kamlesh Kumar | 1 | -0/+13 |
2019-10-21 | parser.c (cp_parser_class_head): Improve error recovery upon extra qualificat... | Paolo Carlini | 3 | -5/+9 |
2019-10-21 | re PR c++/92015 (internal compiler error: in cxx_eval_array_reference, at cp/... | Jakub Jelinek | 2 | -0/+12 |
2019-10-21 | PR c++/92062 - ODR-use ignored for static member of class template. | Marek Polacek | 3 | -0/+44 |
2019-10-21 | PR c++/92106 - ICE with structured bindings and -Wreturn-local-addr. | Marek Polacek | 2 | -0/+56 |
2019-10-21 | re PR tree-optimization/92162 (ICE in vect_create_epilog_for_reduction, at tr... | Richard Biener | 2 | -0/+15 |
2019-10-21 | re PR tree-optimization/92161 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Biener | 2 | -0/+28 |
2019-10-21 | [AArch64] Implement __rndr, __rndrrs intrinsics | Kyrylo Tkachov | 2 | -0/+57 |
2019-10-21 | re PR tree-optimization/91532 ([SVE] Redundant predicated store in gcc.target... | Prathamesh Kulkarni | 2 | -0/+7 |
2019-10-21 | Fix some fallout for small targets. | Georg-Johann Lay | 9 | -10/+30 |
2019-10-20 | tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do not skip non-zero ar... | Jan Hubicka | 3 | -1/+17 |
2019-10-20 | nodiscard-reason-only-one.C: In dg-error or dg-warning remove (?n) uses and r... | Jakub Jelinek | 5 | -41/+49 |
2019-10-19 | re PR target/92140 (clang vs gcc optimizing with adc/sbb) | Jakub Jelinek | 3 | -0/+127 |
2019-10-19 | [Darwin, testsuite] Fix Wnonnull on Darwin. | Iain Sandoe | 2 | -0/+14 |
2019-10-19 | Implement C++20 P1301 [[nodiscard("should have a reason")]]. | JeanHeyd Meneide | 8 | -4/+256 |
2019-10-18 | PR tree-optimization/92157 - incorrect strcmp() == 0 result for unknown strings | Martin Sebor | 3 | -0/+114 |
2019-10-18 | [arm] Fix testsuite nit when compiling for thumb2 | Richard Earnshaw | 2 | -2/+6 |
2019-10-18 | [arm] Early split addvdi4 | Richard Earnshaw | 2 | -0/+45 |
2019-10-18 | [arm] Implement negscc using SBC when appropriate. | Richard Earnshaw | 2 | -4/+8 |
2019-10-18 | [arm] Perform early splitting of adddi3. | Richard Earnshaw | 4 | -3/+9 |
2019-10-18 | [arm] Rip out DImode addition and subtraction splits. | Richard Earnshaw | 5 | -7/+14 |
2019-10-18 | re PR fortran/69455 ([F08] Assembler error(s) when using intrinsic modules in... | Steven G. Kargl | 3 | -0/+33 |
2019-10-18 | [Arm] Fix multilibs for Armv7-R | Andre Vieira | 2 | -0/+26 |
2019-10-18 | Fortran] PR91586 Fix ICE on invalid code with CLASS | Tobias Burnus | 2 | -0/+18 |
2019-10-18 | Fix some fallout for small targets. | Georg-Johann Lay | 17 | -3/+53 |
2019-10-18 | re PR target/86753 (gcc.target/aarch64/sve/vcond_[45].c fail after recent com... | Prathamesh Kulkarni | 7 | -30/+52 |
2019-10-18 | re PR tree-optimization/92056 (ice in expr_object_size, at tree-object-si ze.... | Jakub Jelinek | 2 | -0/+41 |
2019-10-17 | decl.c (grokfndecl): Remove redundant use of in_system_header_at. | Paolo Carlini | 2 | -2/+6 |