2019-10-07 |
Richard Sandiford | [IRA] Handle fully-tied destinations in a similar way... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Richard Sandiford | Use CONSTEXPR in machmode.h |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Richard Sandiford | [i386] Make the vzeroupper pattern describe its effects... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
Richard Biener | re PR tree-optimization/91975 (worse code for small... |
commit | commitdiff | tree | snapshot |
2019-10-07 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2019-10-06 |
François Dumont | Add std::copy_n istreambuf_iterator specialization |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Richard Sandiford | Fix EXECUTE_IF_SET_IN_HARD_REG_SET use |
commit | commitdiff | tree | snapshot |
2019-10-06 |
François Dumont | Add std::copy_n istreambuf_iterator specialization |
commit | commitdiff | tree | snapshot |
2019-10-06 |
François Dumont | Add C++11 __iterator_category_t template alias. |
commit | commitdiff | tree | snapshot |
2019-10-06 |
François Dumont | Add std::copy_n __glibcxx_requires_can_increment checks. |
commit | commitdiff | tree | snapshot |
2019-10-06 |
Iain Sandoe | [Darwin] Fix some format-related build warnings. |
commit | commitdiff | tree | snapshot |
2019-10-06 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Steven G. Kargl | 2019-0105 Steven G. Kargl <kargl@gcc.gnu.org> |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Jan Hubicka | ipa-inline.c: Fix type; compute size rather than self_s... |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Steven G. Kargl | re PR fortran/47054 (Compilation error when cray pointe... |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Steven G. Kargl | re PR fortran/91497 (-Wconversion warns when doing... |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Paul Thomas | re PR fortran/91926 (assumed rank optional) |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Iain Sandoe | [Darwin] Amend section for constants with reloactions. |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Jakub Jelinek | PR c++/91369 - Implement P0784R7: constexpr new |
commit | commitdiff | tree | snapshot |
2019-10-05 |
Jakub Jelinek | re PR tree-optimization/91734 (gcc skip an if statement... |
commit | commitdiff | tree | snapshot |
2019-10-05 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Joseph Myers | Add strftime format checking support for C2x %OB and... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Martin Sebor | PR middle-end/91977 - missing -Wstringop-overflow on... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Martin Sebor | builtins.c (compute_objsize): Add an argument. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Steven G. Kargl | PR fortran.91959 |
commit | commitdiff | tree | snapshot |
2019-10-04 |
François Dumont | Improve _GLIBCXX_DEBUG safe iterator range size computa... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jan Hubicka | * ipa-inline.c (inline_insns_single, inline_insns_auto... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Nathan Sidwell | [preprocessor/91991] column location overflow |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Rafael Tsuha | match.pd (sinh (x) / cosh (x)): New simplification... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Ian Lance Taylor | compiler: include selected constant types during export... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Martin Jambor | Add missing gimple_call_set_fntype |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Bernd Edlinger | hash-table.h (hash_table::empty_slow): Don't assign... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Bernd Edlinger | expr.c (convert_mode_scalar): Remove shadowing local... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Bernd Edlinger | cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Bernd Edlinger | genmatch.c (commutate): Rename local var. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Joseph Myers | Mark C2x built-in functions as such. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Maya Rashish | ira-color.c (update_costs_from_allocno): Call ira_init_... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jonathan Wakely | Build filesystem library with large file support |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jonathan Wakely | Replace uses of std::tr1::unordered_map in testsuite |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jeff Law | h8300.md (cpymemsi): Disable. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jeff Law | range-op.cc (range_tests): Avoid two tests when ints... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Mark Eggleston | Replace test cases for using automatic variables in... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Ian Lance Taylor | compiler: adjust code to avoid shadowing local variables |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Richard Sandiford | Fix gcc.target/aarch64/torture/simd-abi-8.c for big... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jonathan Wakely | Add missing header required by previous change |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jonathan Wakely | Adjust tr1::_Hashtable to work with std::allocator... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jonathan Wakely | Add <span> to <bits/stdc++.h> precompiled header |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Richard Biener | loop-3.c: Fix undefined behavior. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Richard Biener | re PR debug/91968 (DW_AT_low_pc missing for DW_TAG_labe... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Yuliang Wang | Fix gcc.target/aarch64/sve2/shracc_1.c for ILP32 |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Tobias Burnus | [Fortran] Fix column of %C diagnostic location |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Richard Biener | re PR target/91982 (gcc.target/aarch64/sve/clastb_... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Aldy Hernandez | Adjust various comments and rename some functions in... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jakub Jelinek | re PR c++/71504 ([C++11] constexpr fails with multidime... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Jakub Jelinek | re PR c++/91974 (function not sequenced before function... |
commit | commitdiff | tree | snapshot |
2019-10-04 |
Bernd Edlinger | invoke.texi (-Wshadow=global, [...]): Fix description. |
commit | commitdiff | tree | snapshot |
2019-10-04 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
John David... | fptr.c: Disable -Warray-bounds warning. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
John David... | pa.h (MAX_PCREL17F_OFFSET): Adjust. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
John David... | pa.c (pa_output_call): Remove 64-bit sibcall sequence. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Aaron Sawdey | expr.c (emit_block_move_hints): Slightly cleaner fix... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Eduard-Mihai... | rust-demangle.c (looks_like_rust): Remove. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Steven G. Kargl | re PR fortran/91497 (-Wconversion warns when doing... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Iain Sandoe | [Darwin] Pick up SDKROOT as the sysroot fallback. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Jan Hubicka | * g++.dg/tree-ssa/pr61034.C: Add --param max-inline... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Dragan Mladjenovic | re PR target/91769 (wrong code with -O2 on MIPS) |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Julian Brown | Libgomp magic offset value self-documentation |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Bernd Edlinger | primary.c (match_real_constant): Remove shadowing local... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Jan Hubicka | params.def (PARAM_INLINE_HEURISTICS_HINT_PERCENT, ... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Rainer Orth | Avoid reserved identifier in include/parallel/multiway_... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Rainer Orth | Check init_priority in g++.dg/cpp0x/gen-attrs-67.C |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Richard Sandiford | [arm] Fix rtl-checking failure in arm_print_value |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Andrea Corallo | re PR jit/91928 (libgccjit fails on subsequent compilat... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Thomas Koenig | re PR fortran/84487 (Large rodate section increase... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Mark Eggleston | Character typenames in errors and warnings |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Aldy Hernandez | Makefile.in (OBJS): Add range.o and range-op.o. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Michael Meissner | Undo unintended change to predicates.md in subversion... |
commit | commitdiff | tree | snapshot |
2019-10-03 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2019-10-03 |
Michael Meissner | Use the SIGNED_16BIT_OFFSET_EXTRA_P macro for 16-bit... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Joseph Myers | Define WIDTH macros for C2x. |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Paolo Carlini | init.c (build_new): Use cp_expr_loc_or_input_loc in... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jakub Jelinek | re PR rtl-optimization/91976 (RTL check: expected code... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jakub Jelinek | constexpr.c (cxx_eval_constant_expression): If not... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jakub Jelinek | constexpr.c (cxx_eval_store_expression): Formatting... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Martin Sebor | Add changelog entries for r276491. |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Martin Sebor | PR tree-optimization/80936 - bcmp, bcopy, and bzero... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Richard Sandiford | Fix ALL_REGS thinko in initialisation of function_used_regs |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Ian Lance Taylor | runtime: mark go-context.S as no-executable-stack and... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jason Merrill | Improve C++ fold caching efficiency. |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jason Merrill | Add some hash_map_safe_* functions like vec_safe_*. |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Andreas Tobler | Testsuite, remove alloca header |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Steven G. Kargl | re PR fortran/91784 (ICE in gfc_real2complex, at fortra... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Steven G. Kargl | re PR fortran/91785 (ICE in check_assumed_size_referenc... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Steven G. Kargl | re PR fortran/91942 (ICE in match_vtag, at fortran... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Steven G. Kargl | re PR fortran/91943 (ICE in gfc_conv_constant_to_tree... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jan Hubicka | cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [.... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jan Hubicka | cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [.... |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Jonathan Wakely | Remove greedy wildcards from libstdc++ linker script |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Alexander Monakov | ifcvt: improve cost estimation (PR 87047) |
commit | commitdiff | tree | snapshot |
2019-10-02 |
Martin Jambor | [PR testsuite/91842] Skip gcc.dg/ipa/ipa-sra-19.c on... |
commit | commitdiff | tree | snapshot |
next |