platform/upstream/gcc.git
2015-05-02 Jonathan Wakelyiterator (ostream_joiner): Simplify by using the inject...
2015-05-02 Jonathan Wakelyiterator: New.
2015-05-02 Steven G. Karglre PR fortran/65976 (gfortran man-page lists the -fno...
2015-05-02 Jonathan Wakelynumeric: New.
2015-05-02 Edward Smith... Revert addition of feature macros from other headers...
2015-05-02 Jonathan Wakelyany (any::_Storage): Make non-copyable.
2015-05-02 Jonathan Wakelyfs_path.h (filesystem_error::~filesystem_error): Declare.
2015-05-02 Jonathan Wakelyre PR libstdc++/65978 (missing constexpr on std::forwar...
2015-05-02 Jonathan Wakelyops.cc (last_write_time): Set timespec members explicit...
2015-05-02 Trevor Saundersupdate ChangeLogs for previous commit
2015-05-02 Trevor Saundersfixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS
2015-05-02 Sandra Loosemoreextend.texi (Variable Attributes): Add menu and proper...
2015-05-02 Edward Smith... deque: Add feature-test macro.
2015-05-02 GCC AdministratorDaily bump.
2015-05-01 Jonathan Wakely* include/experimental/memory: Correct feature-test...
2015-05-01 Jonathan Wakelymemory: Add feature-test macro.
2015-05-01 Ville VoutilainenImplement observer_ptr.
2015-05-01 Jonathan Wakely* src/filesystem/path.cc (path::compare): Do not copy...
2015-05-01 Jonathan Wakelyacinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-05-01 Jonathan Wakelyfs_path.h (path::_List): Use vector instead of list.
2015-05-01 Paolo CarliniWnarrowing4.C: Rename to Wnarrowing3.C.
2015-05-01 Paolo Carlinire PR c++/65858 (ICE in varpool_node::get_constructor...
2015-05-01 Rasmus Villemoesmatch.pd: New simplification patterns.
2015-05-01 David Edelsohn* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".
2015-05-01 Jonathan Wakelyfs_dir.h: Fix use of non-reserved names.
2015-05-01 Jonathan Wakelylocale_classes.h (locale::facet): Delete copy operation...
2015-05-01 Joseph Myers* sv.po: Update.
2015-05-01 Joseph Myers* de.po: Update.
2015-05-01 Kyrylo Tkachov[doc] Update definition location of attribute_spec...
2015-05-01 Renlin Li[PATCH] add sync_int_long target selector to gcc.dg...
2015-05-01 Jonathan Wakely* include/bits/alloc_traits.h (__alloc_rebind): Change...
2015-05-01 Jonathan Wakelyacinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-05-01 Edward Smith... Inline one-line erasure dispatch functions.
2015-05-01 Richard Sandifordgenrecog.c (test): Rename to rtx_test.
2015-05-01 Andreas SchwabSummary: Mark help string in DEFPARAM as no-c-format
2015-05-01 Mikael MorinAllow bound simplification of array subreferences.
2015-05-01 Wilco Dijkstra[AArch64] Make aarch64_min_divisions_for_recip_mul...
2015-05-01 Wilco Dijkstra[AArch64] Fix Cortex-A53 shift costs
2015-05-01 Kyrylo Tkachov[AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs
2015-05-01 Wilco Dijkstra[AArch64] Fix aarch64_rtx_costs of PLUS/MINUS
2015-05-01 Jonathan Wakelyintro.xml: Link to new status_cxx2017.xml file.
2015-05-01 Jonathan Wakelymemory (pointer_safety, [...]): Define.
2015-05-01 Kyrylo Tkachov[AArch64] Remember to cost operand 0 in FP compare...
2015-05-01 GCC AdministratorDaily bump.
2015-04-30 Bill Schmidtcrypto-builtin-2.c: Replace powerpc_vsx_ok with powerpc...
2015-04-30 Thomas Koenigre PR fortran/37131 (inline matmul for small matrix...
2015-04-30 David MalcolmFix spurious semicolons
2015-04-30 Chris Manghanecompiler: Use backend interface for stack allocation.
2015-04-30 Uros Bizjakdevirt-28a.C: Require LTO effective target.
2015-04-30 Caroline Ticetm.texi: Regenerate.
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-04-30 Marek Polacekre PR tree-optimization/63551 (wrong code (segfaults...
2015-04-30 Joseph MyersCorrect ChangeLog entry date.
2015-04-30 Joseph Myersbe.po, [...]: Update.
2015-04-30 Joseph Myersbe.po, [...]: Update.
2015-04-30 Caroline TiceDefine & use special macros to record the name & size...
2015-04-30 Ian Lance Taylorescape: Analyze function values and conversions.
2015-04-30 Marek Polacek* varasm.c (handle_cache_entry): Fix logic.
2015-04-30 Ian Lance Taylorcompiler: Mark non-escaping variables that aren't addre...
2015-04-30 Kyrylo Tkachov[AArch64] Add alternative 'extr' pattern, calculate...
2015-04-30 Kyrylo Tkachov[AArch64] Properly cost FABD pattern
2015-04-30 Kyrylo Tkachov[AArch64] Properly handle mvn-register and add EON...
2015-04-30 Renlin Li[PATCH][AARCH64]Define vec_shr as an unspec, use shl...
2015-04-30 Jan Hubickare PR ipa/65873 (Failure to inline always_inline memcpy)
2015-04-30 Rainer OrthAdd missing PR middle-end/64729 reference.
2015-04-30 Edward Smith... Add fundamentals TR container erasure.
2015-04-30 Kyrylo Tkachov[AArch64] Properly cost MNEG/[SU]MNEGL patterns
2015-04-30 Marek Polacekc-typeck.c (c_build_va_arg): Clarify the error message.
2015-04-30 Kyrylo TkachovFix up new line in previous commit
2015-04-30 Kyrylo Tkachov[AArch64] Properly handle SHIFT ops and EXTEND in aarch...
2015-04-30 Kyrylo Tkachov[AArch64] Use extend_arith rtx cost appropriately
2015-04-30 Marek Polacekc-common.c (maybe_warn_bool_compare): When comparing...
2015-04-30 Jan Hubickare PR tree-optimization/65948 (FAIL: g++.dg/lto/2010101...
2015-04-30 James Norris[PR testsuite/65205] Fix dg-shouldfail usage in OpenACC...
2015-04-30 Richard Sandifordgenrecog.c (simplify_tests): Check that CONST_INT and...
2015-04-30 François Dumont2015-04-30 François Dumont <fdumont@gcc.gnu.org>
2015-04-30 Paolo Carlinire PR c++/57610 (Reference initialized with temporary...
2015-04-30 Marek Polacekc-typeck.c (c_incomplete_type_error): Refactor to use...
2015-04-30 Marek Polacekc-typeck.c (set_init_label): Call error_at instead...
2015-04-30 Paolo Carlinire PR c++/59955 (Segmentation fault on (re?)defining...
2015-04-30 François Dumonthashtable_policy.h (_Prime_rehash_policy::_S_n_primes...
2015-04-30 Aditya Kumartree-vectorizer.c (set_uid_loop_bbs): New.
2015-04-30 Jan Hubickaipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_...
2015-04-30 Mikhail Maltsevdojump.c (do_compare_rtx_and_jump): Use std::swap inste...
2015-04-30 Jan Hubickatree.c (build_common_builtin_nodes): Do not build __bui...
2015-04-30 Jan Hubickadwarf2out.c (gen_type_die_with_usage): Call verify_type.
2015-04-30 Trevor Saundersfixup libobjc's usage of PCC_BITFIELD_TYPE_MATTERS
2015-04-30 GCC AdministratorDaily bump.
2015-04-29 Doug Evansre PR libstdc++/65839 (xmethods need updating once...
2015-04-29 Ian Lance Taylorcompiler: Consider multi-result calls in escape analysis.
2015-04-29 Ian Lance Taylorcompiler: Propagate escape info from closures to enclos...
2015-04-29 Doug EvansUse consistent naming for value type attributes.
2015-04-29 Ian Lance Taylorruntime: Support -buildmode=c-shared.
2015-04-29 Steve Ellceymips-cpus.def: (mips4): Change default processor from...
2015-04-29 Uros Bizjakre PR target/65871 (bzhi builtin/intrinsic wrongly...
2015-04-29 Jason Merrillre PR c++/50800 (Internal compiler error in finish_memb...
2015-04-29 Josh Triplettc-common.c (handle_section_attribute): Refactor to...
2015-04-29 Petar Jovanovicmips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to...
2015-04-29 Uros Bizjakre PR target/65871 (bzhi builtin/intrinsic wrongly...
2015-04-29 Marek Polacekre PR c/64610 (No -Wbool-compare warning on "(0 !=...
next