summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes to Doxygen comments in libstdc++ headersredi2017-05-178-11/+33
* * cp-tree.h (default_hash_traits <lang_identifier *>): Newnathan2017-05-173-126/+102
* 2017-05-17 Fritz Reese <fritzoreese@gmail.com>foreese2017-05-175-2/+49
* * gcc.target/i386/pr80425-1.c: Add -mregparm=1 for 32bit targets.uros2017-05-171-0/+1
* * doc/md.texi (Canonicalization of Instructions): Describe theuros2017-05-172-0/+25
* gcc/bergner2017-05-174-11/+48
* Implement new C++ intrinsics __is_assignable and __is_constructible.ville2017-05-1719-242/+220
* * cp-tree.h (ovl_iterator::using_p): New predicate.nathan2017-05-174-42/+110
* * class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.nathan2017-05-176-123/+108
* PR sanitizer/80659mpolacek2017-05-174-2/+26
* Fix comment for cmse_nonsecure_call_clear_caller_savedthopre012017-05-172-3/+10
* * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.ebotcazou2017-05-174-8/+14
* Introduce dump_flags_t type and use it instead of int type.marxin2017-05-1747-194/+300
* Bye bye, c_save_expr.mpolacek2017-05-1710-70/+64
* Fix bogus pr78886.c failure for avrsaaadhu2017-05-172-1/+8
* 2017-05-17 Chenghua Xu <paul.hua.gm@gmail.com>paulhua2017-05-172-1/+5
* Daily bump.gccadmin2017-05-171-1/+1
* [gcc]wschmidt2017-05-165-27/+76
* 2017-05-16 Paul Thomas <pault@gcc.gnu.org>pault2017-05-164-4/+92
* C++: fix-it hints suggesting accessors for private fieldsdmalcolm2017-05-1611-11/+703
* gcc/ChangeLog:carll2017-05-169-28/+256
* PR sanitizer/80536mpolacek2017-05-167-9/+57
* * name-lookup.c (check_local_shadow): New, broke out of ...nathan2017-05-162-215/+215
* * ChangeLog: Fix whitespace.uros2017-05-161-19/+19
* * cp-tree.h (OVL_NESTED_P, OVL_LOOKUP_P): New.nathan2017-05-164-42/+123
* * call.c (build_user_type_conversion_1): Use OVL_FIRST.nathan2017-05-167-164/+161
* * typeck2.c (cxx_incomplete_type_diagnostic): Revert change andnathan2017-05-162-2/+9
* 2017-05-16 Tamar Christina <tamar.christina@arm.com>tnfchris2017-05-163-2/+7
* * config/i386.i386.md (*movsi_internal): Split (?rm,*y) alternativeuros2017-05-162-18/+27
* Add default value for last argument of dump functions.marxin2017-05-1658-488/+715
* * cp-tree.h (class ovl_iterator, class lkp_iterator): New OVERLOADnathan2017-05-1611-91/+171
* Test source_location::current() in default member initializerredi2017-05-162-3/+5
* Implement std::experimental::source_location (N4519)redi2017-05-167-4/+216
* Fix forward declaration of std::type_info for versioned-namespaceredi2017-05-162-4/+8
* * cp-tree.h (OVL_FIRST, OVL_NAME): New.nathan2017-05-1616-54/+64
* Regenerate libstdc++-v3/configure for versioned-namespace sonameredi2017-05-162-1/+5
* * pt.c (tsubst_copy_and_build): Remove unnecessary COMPONENT_REFnathan2017-05-166-14/+25
* 2017-05-16 Marc Glisse <marc.glisse@inria.fr>glisse2017-05-163-5/+16
* * cp-tree.h (SCOPE_DEPTH): New.nathan2017-05-165-13/+56
* 2017-05-16 Richard Biener <rguenther@suse.de>rguenth2017-05-162-0/+6
* 2017-05-16 Richard Biener <rguenther@suse.de>rguenth2017-05-162-2/+11
* Add cross-reference for test permutations in libstdc++ manualredi2017-05-163-2/+10
* Add cross-reference for BADNAMES in libstdc++ manualredi2017-05-163-2/+8
* Committed on behalf of Matthew Wahabtnfchris2017-05-168-6/+818
* Fix 2 typos in ipa-devirt.c.marxin2017-05-162-2/+9
* plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)sylvestre2017-05-162-1/+8
* 2017-05-16 Sylvestre Ledru <sylvestre@debian.org>sylvestre2017-05-162-5/+7
* Daily bump.gccadmin2017-05-161-1/+1
* compiler: better error messages for slicing invalid typesian2017-05-162-2/+16
* compiler: report correct errors for sink methodsian2017-05-165-3/+59