aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-28PR c++/61022 - error with variadic template template parmJason Merrill3-1/+31
2017-06-28PR c++/72801 - ICE with variadic partial specializationJason Merrill3-0/+28
2017-06-28PR c++/55639 - partial specialization with ::templateJason Merrill3-0/+33
2017-06-28PR c++/45976 - error with ::template in declarator.Jason Merrill3-7/+37
2017-06-28PR c++/54769 - wrong lookup of dependent template-name.Jason Merrill3-16/+54
2017-06-28Make the TEMPLATE_ID_EXPR location a range.Jason Merrill2-20/+21
2017-06-28PR c++/81204 - parse error with dependent template-nameJason Merrill3-5/+34
2017-06-28multiarch support for non-glibc linux systemsSzabolcs Nagy4-0/+21
2017-06-28[ARM] Consistently check for neon in vect effective targetsThomas Preud'homme2-38/+58
2017-06-28[arm] Fix incorrect __ARM_ARCH_PROFILE for -march=armv7Richard Earnshaw7-7/+80
2017-06-28re PR tree-optimization/81227 (ICE in get_single_symbol, at tree-vrp.c:799)Richard Biener6-3/+39
2017-06-28This patch fixes a failure in gcc.target/aarch64/reload-valid-spoff.c trigger...Wilco Dijkstra2-0/+10
2017-06-28Improve Cortex-A53 shift bypassWilco Dijkstra4-40/+12
2017-06-28re PR ipa/81238 (Target clone support does not make default clone static.)Michael Meissner4-0/+46
2017-06-28tree-vect-loop.c (vectorizable_reduction): Move special cond reduction IV var...Richard Biener3-102/+108
2017-06-28Do not allow to inline ifunc resolvers (PR ipa/81128).Martin Liska6-4/+91
2017-06-28Introduce IntegerRange for options (PR driver/79659).Martin Liska12-20/+86
2017-06-28copy-sign-1.c, mult-abs-2.c: Restrict to c99_runtime.Christophe Lyon3-2/+13