aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-16[PR c++/81060] ICE with invalid initialzer via lambdaNathan Sidwell6-8/+32
2017-11-16Canonicalize constant multiplies in divisionWilco Dijkstra4-11/+34
2017-11-16Set default to -fomit-frame-pointerWilco Dijkstra38-196/+55
2017-11-16[AArch64] Fix frame testsWilco Dijkstra11-15/+36
2017-11-16* tree-cfg.c (gimple_find_sub_bbs): Do not compute freq.Jan Hubicka2-2/+4
2017-11-16cfg.c (scale_bbs_frequencies_int, [...]): Remove.Jan Hubicka3-45/+7
2017-11-16* tree-ssa-loop-manip.cJan Hubicka2-8/+14
2017-11-16tree-vect-loop-manip.c (vect_do_peeling): Do not use scale_bbs_frequencies_int.Jan Hubicka2-4/+11
2017-11-16* final.c (compute_alignments): Use counts rather than frequencies.Jan Hubicka2-27/+37
2017-11-16re PR c++/70383 (Bogus error when attempting to capture a reference to functi...Paolo Carlini2-0/+13
2017-11-16cfgloopanal.c: Include sreal.hJan Hubicka2-10/+16
2017-11-16cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile manipulation.Jan Hubicka2-68/+60
2017-11-16[multiple changes]Pierre-Marie de Rodat10-22/+511
2017-11-16[multiple changes]Pierre-Marie de Rodat5-14/+127
2017-11-16[multiple changes]Pierre-Marie de Rodat5-35/+52
2017-11-16[multiple changes]Pierre-Marie de Rodat17-1348/+4339
2017-11-16sem_ch6.adb (Create_Extra_Formals): The type of the BIP_Object_Access formal ...Bob Duff5-6/+100
2017-11-16Provide more constraints for future use.Chung-Ju Wu3-3/+72
2017-11-16Remove the useless constant UNSPEC_VOLATILE_FUNC_RETURN.Chung-Ju Wu2-1/+4
2017-11-16Add new options: -mext-perf, -mext-perf2, -mext-string.Chung-Ju Wu8-24/+79
2017-11-16Fix GFNI check which didn't work properly in gfni+sse caseJulia Koval3-2/+10
2017-11-16Enable VBMI2 support [1/7]Julia Koval9-7/+58
2017-11-16GFNI enabling [4/4]Julia Koval15-4/+244
2017-11-16Daily bump.GCC Administrator1-1/+1
2017-11-15i386.c (x86_print_call_or_nop): Emit 5 byte nop explicitly as a stream of bytes.Uros Bizjak2-16/+24
2017-11-15altivec.h (vec_xst_be): New #define.Bill Schmidt9-236/+380
2017-11-15PR testsuite/82988 - g++.dg/cpp0x/lambda/lambda-switch.C failMartin Sebor2-2/+9
2017-11-15Move gcc/testsuite entries to gcc/testsuite/ChangeLogH.J. Lu2-6/+5
2017-11-15i386: Add X86_TUNE_EMIT_VZEROUPPERH.J. Lu13-3/+91
2017-11-15rs6000.c (rs6000_gimple_fold_builtin): Add support for folding of vector comp...Will Schmidt13-36/+155
2017-11-15re PR fortran/78240 (ICE in match_clist_expr, at fortran/decl.c:728)Steven G. Kargl2-1/+9
2017-11-15re PR tree-optimization/82726 (ICE in verify_ssa during GIMPLE pass: pcom)Bin Cheng3-16/+165
2017-11-15re PR tree-optimization/82726 (ICE in verify_ssa during GIMPLE pass: pcom)Bin Cheng2-51/+33
2017-11-15arm-cpus.in (armv8_3, [...]): NewTamar Christina4-7/+34
2017-11-15arm.h (TARGET_DOTPROD): Add arm_arch8_2.Tamar Christina2-2/+7
2017-11-15[ARM] Fix more -Wreturn-type falloutSudakshina Das3-1/+9
2017-11-15Compile strncpy-fix-1.c with -Wno-stringop-truncationTom de Vries2-1/+5
2017-11-15pr81706.c: Adjust asm for darwin.Dominique d'Humieres3-4/+9
2017-11-15[PR c++/81574] lambda capture of function referenceNathan Sidwell4-1/+26
2017-11-15re PR tree-optimization/82985 (ICC: in vn_nary_build_or_lookup_1, at tree-ssa...Richard Biener2-0/+463
2017-11-15Fix fallout of -fsanitize=vptr.Martin Liska2-2/+6
2017-11-15Disable -Wreturn-type by default in all languages other from C++.Martin Liska5-8/+19
2017-11-15Fix PR82941 and PR82942 by adding proper vzeroupper generation on SKX. Sebastian Peryt8-26/+93
2017-11-15Fix -Wreturn-type fallout in g++.dg/cpp0x/rv-trivial-bug.C on Solaris 10Rainer Orth2-0/+5
2017-11-15[AArch64] Improve scheduling model for X-GeneDominik Infuehr2-44/+105
2017-11-15re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)Jakub Jelinek6-7/+126
2017-11-15re PR tree-optimization/82977 (AddressSanitizer: heap-use-after-free in strle...Jakub Jelinek2-1/+7
2017-11-15Coverage: remove -fkeep-inline-functions from coverage_flags.Martin Liska3-4/+9
2017-11-15Use proper probability (PR target/82927)Martin Liska2-2/+12
2017-11-15Zero vptr in dtor for -fsanitize=vptr.Martin Liska4-1/+52