aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Add -std=c18 etc. option aliases.Joseph Myers7-4/+55
2017-11-16re PR bootstrap/82856 (--enable-maintainter-mode broken by incompatiblity of ...Thomas Koenig2-1/+12
2017-11-16power9.md (power9fpdiv): New automaton and cpu_unit defined for it.Pat Haugen2-22/+61
2017-11-16PR c++/79092 - non-type args of different types are differentJason Merrill6-17/+97
2017-11-16rs6000.c (rs6000_expand_builtin): Do not do the switch statement mapping KF b...Michael Meissner6-4/+21
2017-11-16[BRIGFE] Reduce the number of type conversions due toHenry Linjamäki17-159/+573
2017-11-16tree-emutls.c (lower_emutls_data): Remove unused bb_freq.Jan Hubicka2-7/+5
2017-11-16ipa-split.c (split_bb_info): Turn time to sreal.Jan Hubicka2-16/+31
2017-11-16ipa-fnsummary.c (analyze_function_body): Accumulate time consistently in sreal.Jan Hubicka4-11/+17
2017-11-16PR middle-end/63477 - Bogus warning with -O3 -Warray-bounds: array subscriptMartin Sebor2-0/+41
2017-11-16predict.c (combine_predictions_for_bb): Preserve zero predicted eges.Jan Hubicka2-18/+60
2017-11-16PR tree-optimization/82588 - missing -Warray-bounds on a excessively large indexMartin Sebor6-25/+428
2017-11-16Makefile.in: Merge Aarch64 and ARM "ifeq" blocks.Doug Rupp2-16/+37
2017-11-16[multiple changes]Pierre-Marie de Rodat3-0/+20
2017-11-16[multiple changes]Pierre-Marie de Rodat3-2/+42
2017-11-16[multiple changes]Pierre-Marie de Rodat7-11/+140
2017-11-16[PATCH] New lang hookNathan Sidwell12-18/+739
2017-11-16[BRIG] added documentation in gccbrig.texiPekka Jääskeläinen2-1/+153
2017-11-16opt.ads: Elaboration warnings are now on by default.Hristian Kirtchev13-109/+355
2017-11-16[multiple changes]Pierre-Marie de Rodat3-0/+25
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