aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-28Simplify 3*x == 3*y for wrapping typesMarc Glisse5-13/+39
2017-06-28genmultilib (combination_space): Accept '+' in option names.Christophe Lyon2-1/+5
2017-06-28cmov7.c (sgn): Renamed to ...Jakub Jelinek2-2/+8
2017-06-28Bail out HARD_REGISTER vars in asan (PR sanitizer/81224).Martin Liska4-0/+25
2017-06-28re PR target/81175 (EXC_BAD_ACCESS in ::slpeel_duplicate_current_defs_from_ed...Jakub Jelinek2-12/+18
2017-06-28val-profiler-threads-1.c (main): Fix 2nd argument passed to pthread_join.Eric Botcazou2-2/+7
2017-06-28tree-vectorizer.h (vect_get_vec_defs): Remove.Richard Biener5-116/+254
2017-06-28re PR target/68535 (arm.c: 5 * set but not used)Michael Collison2-14/+15
2017-06-28S/390: New option -mpic-data-is-text-relativeAndreas Krebbel8-14/+159
2017-06-28re PR fortran/80164 (ICE in gfc_format_decoder at gcc/fortran/error.c:933)Jerry DeLisle4-1/+75
2017-06-28Daily bump.GCC Administrator1-1/+1
2017-06-27runtime: adapt memory management to AIX mmapIan Lance Taylor1-1/+1
2017-06-27syscall: ptrace fixes for s390Ian Lance Taylor1-1/+1
2017-06-27pt.c (tsubst_decl <FUNCTION_DECL>): Move var decls to initialization point.Nathan Sidwell2-36/+22
2017-06-27match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.Andrew Pinski6-0/+148
2017-06-27Fix genmultilib reuse rule checks for large sets of option combinations.Joseph Myers2-3/+17
2017-06-27aarch64-simd.md (aarch64_combine<mode>): Directly call aarch64_split_simd_com...Michael Collison3-61/+41
2017-06-27cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...Nathan Sidwell9-47/+45
2017-06-27Kill IDENTIFIER_TEMPLATE.Nathan Sidwell5-33/+15
2017-06-27vxworks.h (ASM_SPEC): Remove definition.Jerome Lambourg2-3/+7
2017-06-27vxworks.h (DBX_REGISTER_NUMBER): Pick distinct map for 64bits.Jerome Lambourg2-3/+23
2017-06-27config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.Jerome Lambourg2-2/+14
2017-06-27re PR sanitizer/81223 (ICE in instrument_null at gcc/ubsan.c:1230)Marek Polacek4-1/+24
2017-06-27Simple reassoc transforms in match.pdMarc Glisse4-0/+51
2017-06-27fenv.h builtinsMarc Glisse6-3/+59
2017-06-27vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...Jerome Lambourg3-14/+39
2017-06-27predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek5-6/+16
2017-06-27re PR c++/62046 (A catch in a class, without any try, compiles fine)Paolo Carlini2-0/+9
2017-06-27vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for 64bit configurations.Jerome Lambourg3-3/+19
2017-06-27re PR sanitizer/81209 (-fsanitize=undefined ICE on darwin)Jakub Jelinek4-0/+28
2017-06-27re PR middle-end/81207 (tree check fail in simplify_builtin_call)Jakub Jelinek4-3/+26
2017-06-27re PR bootstrap/81216 (bootstrap failed on i386 and powerpc64le)Marek Polacek4-2/+27