aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-06-30Call BUILT_IN_ASAN_HANDLE_NO_RETURN before BUILT_IN_UNWIND_RESUME (PR sanitiz...Martin Liska4-0/+57
2017-06-30Documentation: Clean up AArch64 options.Yvan Roux2-8/+14
2017-06-30re PR tree-optimization/81249 (ICE: error: incompatible types in PHI argument 0)Richard Biener4-6/+44
2017-06-30profile-count.h: Fix typos and whitespace issues.Andreas Krebbel2-23/+28
2017-06-30S/390: Adjust to the recent branch probability changes.Andreas Krebbel2-4/+8
2017-06-30aarch64-fusion-pairs.def: Add ALU_BRANCH entry.Julian Brown3-1/+54
2017-06-30aarch64.c (aarch_macro_fusion_pair_p): Push the check for CC usage into AARCH...Naveen H.S4-26/+50
2017-06-30Daily bump.GCC Administrator1-1/+1
2017-06-29netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared objects.Maya Rashish2-0/+7
2017-06-29arm-builtins.c: Include profile-count.hJan Hubicka3-1/+9
2017-06-29class.c (add_method): Change pair of errors to error + inform.Paolo Carlini14-32/+59
2017-06-29* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.Jason Merrill4-9/+2
2017-06-29PR c++/81180 - ICE with C++17 deduction of member class template.Jason Merrill3-11/+31
2017-06-29rs6000.c (toc_relative_expr_p): Make tocrel_base and tocrel_offset be pointer...Aaron Sawdey3-19/+48
2017-06-29PR c++/81188 - matching decltype of member function call.Jason Merrill3-5/+18
2017-06-29builtins.md (ffssi2_internal): Correct constraint.Maya Rashish2-1/+5
2017-06-29expr.c (expand_expr): When testing for unaligned objects...Eric Botcazou2-5/+11
2017-06-29re PR fortran/77765 (ICE in gfc_match_oacc_routine, at fortran/openmp.c:1781)Cesar Philippidis4-1/+32
2017-06-29ccmp_2.c: New test.Steve Ellcey2-0/+16
2017-06-29ccmp.c (ccmp_tree_comparison_p): New function.Steve Ellcey4-74/+111
2017-06-29re PR c++/81247 (ICE on invalid C++ code with malformed namespace declaration...Nathan Sidwell7-6/+63
2017-06-29combine: Print insns with the cost dumpSegher Boessenkool2-2/+9
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka84-811/+1721
2017-06-29rs6000-c.c: Add support for built-in functions vector signed int vec_signed (...Carl Love10-19/+542
2017-06-29PR c++/81164 - ICE with invalid inherited constructor.Jason Merrill5-2/+37
2017-06-29misc/cgo/testcarchive: fix test to work for gccgoIan Lance Taylor1-1/+1
2017-06-29cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgoIan Lance Taylor1-1/+1
2017-06-29builtins-3-vec_reve-runnable.c (dg-options, dg-skip-if): Add -mvsx -mcpu=power7.Carl Love2-2/+7
2017-06-29cp-tree.h (THIS_NAME, [...]): Delete.Nathan Sidwell3-18/+16
2017-06-29lex.c (maybe_add_lang_type_raw): Exit early, rather than use a flag.Nathan Sidwell2-13/+16
2017-06-29call.c (check_dtor_name): Use constructor_name for enums too.Nathan Sidwell4-20/+23
2017-06-29class.c (finish_struct): Use OVL_P.Nathan Sidwell5-35/+28
2017-06-29parser.c (cp_parser_direct_declarator): Reorder if to avoid indentation.Nathan Sidwell2-26/+22
2017-06-29Whitespace cleanups.Nathan Sidwell9-28/+45
2017-06-29tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add reduction chains ...Richard Biener5-17/+69
2017-06-29builtins.c (fold_builtin_FUNCTION): Use lang_hooks.decl_printable_name.Nathan Sidwell4-5/+55
2017-06-29re PR middle-end/81194 (ICE during RTL pass: expand)Peter Bergner5-2/+83
2017-06-29Add a testcase for PR ipa/80565H.J. Lu2-0/+46
2017-06-29tree-cfg.c (group_case_labels_stmt): Return whether we changed anything.Richard Biener4-16/+37
2017-06-29re PR tree-optimization/81196 (Number of iterations found for p!=q but not fo...Bin Cheng4-7/+53
2017-06-29[arm] Fix bootstrap - missing initializer in tail entry of autogenerated codeRichard Earnshaw3-10/+16
2017-06-292017-06-29 Michael Collison <michael.collison@arm.com>Michael Collison1-1/+5
2017-06-29re PR target/70119 (AArch64 should take advantage of implicit truncation of v...Kyrylo Tkachov6-14/+213
2017-06-29Fix -mbranch-cost range.Martin Liska2-1/+5
2017-06-29re PR ipa/80565 (ICE at -O2 and -O3 in 32-bit mode (not 64-bit) on x86_64-lin...Yury Gribov3-1/+27
2017-06-29Daily bump.GCC Administrator1-1/+1
2017-06-28[AArch64] Do not increase data alignment at -Os and with -fconserve-stack.Ramana Radhakrishnan2-8/+24
2017-06-28PR c++/72764 - ICE with invalid template typename.Jason Merrill5-8/+32
2017-06-28* config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)Sebastian Peryt9-12/+63
2017-06-28PR c++/69300 - ICE with self-referential noexceptJason Merrill3-0/+30