gcc.git
2015-08-22 Paolo Carlinire PR c++/63693 (ICE in resolve_typename_type)
2015-08-22 Nathan SidwellWsizeof-pointer-memaccess1.c: Require alloca.
2015-08-22 Manuel López... Fix column location in c_lex_with_flags errors
2015-08-22 Andrew PinskiRemove index from AARCH64_FUSION_PAIR
2015-08-22 Mikhail MaltsevRefactor dominance.c: define dom_info as C++ class
2015-08-22 GCC AdministratorDaily bump.
2015-08-21 Patrick PalkaAdjust g++.old-deja/g++.jason/overload.C
2015-08-21 Alexandre Olivafix -fdump-unnumbered-links
2015-08-21 Alexandre Olivafix sched compare regression
2015-08-21 Nathan Sidwellnvptx.md (allocate_stack): Emit sorry during expansion.
2015-08-21 Jason Merrillre PR c++/67240 ([concepts] Implicit conversion constra...
2015-08-21 Francois-Xavier... * config.build: Remove case for m68000-hp-hpux* | m68k...
2015-08-21 Paolo Carlinidecl.c (grokvardecl): Simplify the latter.
2015-08-21 Francois-Xavier... configure.ac: Remove uwin* cases.
2015-08-21 Richard Sandifordgencodes.c (gencodes): Print the comma for the precedin...
2015-08-21 Markus TrippelsdorfFix PR61657 (undefined behavior in loop-iv.c)
2015-08-21 Paolo Carlinidecl.c (grokvardecl): Complete check added for c++...
2015-08-21 Felix Yangvalue-prof.c (interesting_stringop_to_profile_p): Remov...
2015-08-21 Nathan Sidwellnvptx cleanup
2015-08-21 Dominik Vogts390-builtins.def: Fix value range of vec_load_bndry.
2015-08-21 Dominik Vogtgcc-dg.exp: Add extra options for db-final to the comma...
2015-08-21 Naveen H.Sfold-const.c (fold_binary_loc): Move sqrt(x)*sqrt(x...
2015-08-21 Bin Chengtree-ssa-loop-niter.c (simplify_using_initial_condition...
2015-08-21 Yury Gribovsanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG, ...
2015-08-21 Richard Bienerre PR middle-end/67285 (ICE with (rdiv (POW:s @0 REAL_C...
2015-08-21 Trevor Saundersadd default for CONSTANT_ALIGNMENT
2015-08-21 Trevor Saundersalways define HAVE_peephole2
2015-08-21 Trevor Saundersremove another #if for HAVE_cc0
2015-08-21 Trevor Saundersalways define HAVE_conditional_execution
2015-08-21 GCC AdministratorDaily bump.
2015-08-20 Jason Merrill* name-lookup.c (hidden_name_p): Handle OVERLOAD.
2015-08-20 Jonathan Wakelylibstdc++/67294 Don't run timed mutex tests on Darwin
2015-08-20 Jonathan Wakelyany (__any_caster): Define at namespace scope so the...
2015-08-20 Richard Sandifordrtl.h (rtvec_all_equal_p): Declare.
2015-08-20 Gleb Fotengauer... libitm: Don't redefine __always_inline in local_atomic.
2015-08-20 Ian Lance Taylorcompiler: Don't crash on invalid print call.
2015-08-20 Ian Lance Taylorlibgo/testsuite: another fix for killing the sleep...
2015-08-20 Bill Schmidtaltivec.h (vec_pmsum_be): New #define.
2015-08-20 Georg-Johann Layavr.c (avr_insert_attributes): In diagnostic essage...
2015-08-20 Alan Lawrence[ARM] Hide existing float16 intrinsics unless we have...
2015-08-20 Richard Sandifordpredicates.md (vector_all_ones_operand): Use CONSTM1_RT...
2015-08-20 Richard Bienertoplev.c (compile_file): Remove loop calling late_globa...
2015-08-20 Jonathan WakelyMakefile.am: Ensure gdb.py is installed for libstdc...
2015-08-20 James Greenhalgh[AArch64] Break -mcpu tie between the compiler and...
2015-08-20 Paolo Carlinire PR c++/67065 ([DR 1886] Missing diagnostics for...
2015-08-20 Simon Dardismips.c (mips_expand_block_move): Enable inline memcpy...
2015-08-20 Simon Dardis* MAINTAINERS: fix date.
2015-08-20 Simon DardisMAINTAINERS: Add myself.
2015-08-20 Jason Merrillre PR c++/66957 (incorrect "is protected within this...
2015-08-20 Jason Merrill* lambda.c (current_nonlambda_scope): New.
2015-08-20 GCC AdministratorDaily bump.
2015-08-19 Jiong Wang[Patch][expand] Check gimple statement to improve LSHIF...
2015-08-19 Magnus Granbergcommon.opt (fstack-protector): Initialize to -1.
2015-08-19 Alexandre Oliva[PR64164] fix regressions reported on m68k and armeb
2015-08-19 David Sherwoodgenmodes.c (emit_mode_unit_size_inline): New function.
2015-08-19 Kyrylo Tkachov[AArch64] Use popcount_hwi instead of homebrew version
2015-08-19 Kyrylo Tkachov[AArch64][obvious] Remove obsolete comment in aarch64...
2015-08-19 Mikael MorinForward-port test generic_31.f90 from the 5 branch.
2015-08-19 Marek Polacekre PR middle-end/67133 (ICE at -Os and above on x86_64...
2015-08-19 Mikael MorinAvoid signed left shift undefined behaviour in sext_hwi
2015-08-19 Paolo Carlinicmath: Fix typo in comment.
2015-08-19 Paolo Carlinicmath: Revert fix for libstdc++/58625...
2015-08-19 Jiong Wang[AArch64] Cleanup whitespace in aarch64.c
2015-08-19 Florian WeimerMake the stack non-executable in GNAT tools
2015-08-19 Uros Bizjak* ChangeLog: Fix corrupted entry.
2015-08-19 Kyrylo Tkachov[ARM] Use %wd format for lane printing in bounds_check
2015-08-19 Trevor Saundersremove more useless typedefs
2015-08-19 Trevor Saundersremove useless typedefs
2015-08-19 GCC AdministratorDaily bump.
2015-08-18 Bill Schmidtaltivec.h (vec_adde): New define.
2015-08-18 Jason Merrill* print-tree.c (print_node): Handle TREE_BINFO.
2015-08-18 Jason Merrillre PR c++/66919 (C++14 ICE during error reporting)
2015-08-18 Jason MerrillDR 1155
2015-08-18 Francois-Xavier... re PR middle-end/36757 (__builtin_signbit should be...
2015-08-18 Richard Sandifordre PR rtl-optimization/67218 (Combine incorrectly folds...
2015-08-18 Jonathan Wakelyre PR c++/67216 (false is still a null pointer constant)
2015-08-18 Jonathan Wakely* include/bits/ptr_traits.h: Include <bits/move.h>...
2015-08-18 Jonathan Wakelyre PR libstdc++/67066 (libstdc++-v3/src/filesystem...
2015-08-18 Matthew Wahabatomic-comp-swap-release-acquire.c: Adjust dg-options...
2015-08-18 Paolo Carlinire PR c++/67160 (static_assert feature test macro)
2015-08-18 Marek Polacekre PR middle-end/67222 (ICE in gimple_call_arg with...
2015-08-18 Robert Suchanek[MIPS] Fix register renaming in the interrupt handlers.
2015-08-18 Bin Chengtree-ssa-loop-niter.c (refine_value_range_using_guard...
2015-08-18 Max Filippovxtensa: fix _Unwind_GetCFA
2015-08-18 Max Filippovxtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde
2015-08-18 Max Filippovxtensa: reimplement register spilling
2015-08-18 GCC AdministratorDaily bump.
2015-08-17 Matthew Fortunemips.exp: Redefine isa variable which is referenced...
2015-08-17 Paolo Carlinire PR c++/67216 (false is still a null pointer constant)
2015-08-17 Jason Merrillre PR c++/67244 (internal compiler error: in gimplify_v...
2015-08-17 Jason Merrillre PR c++/67104 (Constant expression factory function...
2015-08-17 Jason Merrillconstexpr.c (cxx_eval_store_expression): Don't set...
2015-08-17 Jason Merrill* except.c (check_noexcept_r): Assert that fn is POINTE...
2015-08-17 Joseph Myers* da.po: Update.
2015-08-17 Aldy Hernandez* config/i386/i386.c: Remove include of fibheap.h.
2015-08-17 Marek Polacekc-pretty-print.c (pp_c_cv_qualifiers): Remove code...
2015-08-17 Richard Bienerre PR tree-optimization/67221 (ICE at -Os and above...
2015-08-17 David Sherwoodarm.c (neon_element_bits): Replace call to GET_MODE_BIT...
2015-08-17 Mike Stump[ARM] arm memcpy of aligned data
2015-08-17 Richard Bienerre PR tree-optimization/16107 (missed optimization...
next