2016-09-28 |
Richard Biener | dwarf2out.c (struct die_struct): Add removed flag. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Claudiu Zissulescu | [ARC] New CPU C-define handler. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Claudiu Zissulescu | [ARC] Add simple shift/rotate ops. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Bernd Edlinger | re PR c++/77748 (pr77550.C fails on arm-none-eabi) |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Bernd Edlinger | pr68198.c: Fix dg-final. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Nathan Sidwell | gimple-pretty-print.c (dump_gimple_call_args): Simplify... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Claudiu Zissulescu | [ARC COMMITTED] MAINTAINERS (Reviewers): Add myself. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Wilco Dijkstra | Optimize strchr (s, 0) to s + strlen (s). |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Jonathan Wakely | libstdc++/77686 use may_alias for std::function storage |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Robin Dapp | re PR tree-optimization/77724 (bootstrap-O3 broken... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Jeff Law | Fix Liu Hao's name in ChangeLog entry |
commit | commitdiff | tree | snapshot |
2016-09-28 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ian Lance Taylor | libgo: separate mksysinfo inputs into separate Makefile... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Ian Lance Taylor | compiler: avoid call duplication during order eval. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Than McIntosh | compiler: add src information to AST dumps (part 1... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jakub Jelinek | c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_s... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jakub Jelinek | Implement P0018R3, C++17 lambda capture of *this by... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jakub Jelinek | re PR c++/77722 (-fsanitize=undefined doesn't give... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jakub Jelinek | auto-inc-dec.c (try_merge): Remove break after return. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Nathan Sidwell | internal-fn.h (IFN_UNIQUE_CODES, [...]): New. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jiong Wang | [Obvious] Delete one redundant word in target-supports... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jonathan Wakely | Define feature macro and update C++17 library status |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jonathan Wakely | Define 3-argument overloads of std::hypot for C++17... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Maciej W. Rozycki | MIPS/GCC/doc: Fix `d' constraint description |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Richard Biener | Fix pch with Solaris as |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Matthew Wahab | Commit files missed in revision 240541. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Matthew Wahab | [ARM] Fix invalid instructions generated for data movement. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
David Edelsohn | * config/rs6000/rs6000.c (rs6000_output_symbol): Don... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Marek Polacek | c6x.h: Adjust fall through comment. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Marek Polacek | ia64.c (ia64_print_operand): Adjust fall through comment. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Kyrylo Tkachov | [ARM] Fix -Wimplicit-fallthrough warnings |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Martin Liska | re PR gcov-profile/46266 (gcov generates data for non... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Olivier Hainque | MAINTAINERS (VxWorks ports): Add self. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Richard Biener | re PR tree-optimization/77745 (Inconsistent application... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Oleg Endo | re PR target/51244 ([SH] Inefficient conditional branch... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Richard Biener | re PR target/77478 (Incorrect code generated with ... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Martin Liska | gcov: dump in a static dtor instead of in an atexit... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Senthil Kumar... | Fix bogus test failure for avr |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Marek Polacek | re PR bootstrap/77751 (cc1plus: error: unrecognized... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Martin Liska | Remove __gcov_merge_delta (PR bootstrap/77749) |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jakub Jelinek | combine.c (simplify_comparison): Add canonical FALLTHRO... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Jakub Jelinek | re PR fortran/77666 (ICE in gfc_omp_clause_default_ctor... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Bernd Edlinger | re PR rtl-optimization/77714 (Wrong code generation... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Kugan Vivekanandarajah | Fix ipa-vrp convert value_range |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Segher Boessenkool | rs6000: Disparage CTR and LR in movcc_internal1 |
commit | commitdiff | tree | snapshot |
2016-09-27 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ville Voutilainen | re PR libstdc++/77727 (Unwrapping std::optional constru... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
François Dumont | 2016-09-26 François Dumont <fdumont@gcc.gnu.org> |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Rainer Orth | Fix fallthrough comments for Ada, Solaris/x86, SPARC |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Steven G. Kargl | re PR fortran/77420 (gfortran and equivalence produces... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Kugan Vivekanandarajah | re PR tree-optimization/77719 (ICE in pp_string, at... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Thomas Preud... | tree.h (memmodel_from_int, [...]): Move to ... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Thomas Preud... | builtin-sprintf-warn-1.c: Adjust regex to accept singul... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Malcolm | read-rtl.c: split out read_rtx_operand from read_rtx_code |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Anton Kolesov | configure.ac: Disable "sim" directory for arc*-*-*. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Liu Hao | cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Marek Polacek | c-lex.c (c_common_has_attribute): Handle attribute... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Marek Polacek | ipa-inline-analysis.c (find_foldable_builtin_expect... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
David Edelsohn | Fix typo in date. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Kyrylo Tkachov | [regrename][sel-sched] Fix bogus use of HARD_FRAME_POIN... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Andreas Krebbel | S/390: Add missing fallthrough comments. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Martin Liska | Fix documentation of gcov tool |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Paul Thomas | re PR fortran/48298 ([F03] User-Defined Derived-Type... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Martin Liska | Remove HIST_TYPE_CONST_DELTA counter type (PR gcov... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Martin Liska | Fix handling of -fsanitize-recover* options. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Andre Vieira | target.def (elf_flags_numeric): Change documentation... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Nathan Sidwell | init.c (expand_default_init): Fix } indentation. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Jonathan Wakely | Remove redefinition of __cpp_lib_array_constexpr |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Jonathan Wakely | Add assertions to extract(const_iterator) functions |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Ville Voutilainen | re PR libstdc++/77717 (testsuite/21_strings/basic_strin... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Marek Polacek | Implement -Wimplicit-fallthrough. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Richard Biener | dwarf2out.c (stripattributes): Remove unused function. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Richard Biener | re PR debug/77692 (gcc.dg/debug/dwarf2/const-2b.c FAILs) |
commit | commitdiff | tree | snapshot |
2016-09-26 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2016-09-25 |
François Dumont | debug.cc: Include debug/vector. |
commit | commitdiff | tree | snapshot |
2016-09-25 |
François Dumont | bitset (bitset::reference::reference(const _Base_ref... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Steven G. Kargl | re PR fortran/77429 (ICE in gfc_check_dependency, at... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Steven G. Kargl | re PR fortran/77694 (ICE in optimize_binop_array_assign... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Uros Bizjak | * gcc.target/i386/pr77621.c (dg-options): Add -mno... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
François Dumont | algo.h: Generalize usage of std::__iterator_category. |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Oleg Endo | This fixes a fallout that actually goes back to 5.0... |
commit | commitdiff | tree | snapshot |
2016-09-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Dominique d... | coarray_lib_comm_1.f90: Really fix test for 32-bit... |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Aaron Sawdey | rs6000.c (expand_block_compare, [...]): Change TARGET_L... |
commit | commitdiff | tree | snapshot |
2016-09-24 |
David Edelsohn | configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembl... |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Aaron Sawdey | Add missing changelong entry for 240455 |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Dominique d... | coarray_lib_comm_1.f90: Fix test for 32-bit mode. |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Marek Polacek | re PR c/77490 (bit-not (~) on boolean should be warned... |
commit | commitdiff | tree | snapshot |
2016-09-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Fritz Reese | lang.opt, [...]: New flag -fdec-static. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Ian Lance Taylor | internal/syscall/unix: add getrandom syscall for MIPS... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Jerry DeLisle | re PR fortran/48298 ([F03] User-Defined Derived-Type... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Aaron Sawdey | rs6000.md (cmpmemsi): New define_expand. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Dominik Vogt | S/390: Fix hotpatch test cases. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Than McIntosh | compiler: better abstraction layer for diagnostics. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Jakub Jelinek | hooks.c (hook_bool_bool_false, [...]): For arguments... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Chris Manghane | re PR go/77701 (suspicious code in go/go-gcc.cc) |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Martin Sebor | re PR testsuite/77713 (gcc.dg/tree-ssa/builtin-sprintf... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Jakub Jelinek | Implement P0138R2, C++17 construction rules for enum... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Jakub Jelinek | Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down... |
commit | commitdiff | tree | snapshot |
next |