aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Add Intel CET support for EH in libgcc.Igor Tsimbalist3-4/+42
2017-11-17combine: Add added_notes_insnSegher Boessenkool2-7/+33
2017-11-17combine: Don't split insns if half is unused (PR82621)Segher Boessenkool2-1/+8
2017-11-17rs6000: Fix for altivec-macros.cSegher Boessenkool2-12/+17
2017-11-17* g++.dg/pr82836.C: Add -Wno-return-type.Jason Merrill1-2/+2
2017-11-17[BRIGFE] Fix sprintf format string type mismatch on 32b machines.Henry Linjamäki2-2/+8
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener7-1/+26
2017-11-17Enable building libgcc with CET options.Igor Tsimbalist4-2/+114
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener6-21/+46
2017-11-17[ARC] Update GLIBC_DYNAMIC_LINKERVineet Gupta2-1/+6
2017-11-17[ARM] Fix test armv8_2-fp16-move-1.cSudakshina Das2-2/+6
2017-11-17expr.c (copy_blkmode_to_reg): Fix bitsize for targets with fast unaligned acc...Tamar Christina6-1/+96
2017-11-17[ARM] Rework expectation for call to Armv8-M nonsecure functionThomas Preud'homme2-1/+6
2017-11-17[ARM] Fix selection of effective target for cmse testsThomas Preud'homme26-55/+39
2017-11-17[ARM] Fix ICE in Armv8-M Security Extensions codeThomas Preud'homme2-1/+7
2017-11-17tree-ssa-pre.c (phi_translate_1): Remove redundant constant folding of refere...Richard Biener2-16/+9
2017-11-17re PR testsuite/82997 (gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail st...Jakub Jelinek7-8/+126
2017-11-16re PR middle-end/78809 (Inline strcmp with small constant strings)Qing Zhao4-0/+55
2017-11-17Enable option -mprefer-avx256 as default for Intel Skylake configurationSergey Shalnov3-1/+18
2017-11-17[NDS32] Reserve more register numbers for new registers in the future.Chung-Ju Wu2-53/+114
2017-11-17Add nds32 vector modes.Chung-Ju Wu3-2/+26
2017-11-17Daily bump.GCC Administrator1-1/+1
2017-11-16Had a small thinko in the implementation of mmintrin.h _mm_add_pi32 that only...Steven Munroe2-2/+7
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