aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-13rs6000-c.c (altivec_overloaded_builtins): Add support for builtins...Carl Love9-6/+1369
2017-11-13match.pd: Convert fminf<N>...Michael Meissner4-4/+34
2017-11-13re PR lto/81351 (Many LTO testcases FAIL)Eric Botcazou2-1/+15
2017-11-13* tree-ssa-coalesce.c (coalesce_cost): Fix formating.Jan Hubicka2-1/+4
2017-11-13* tree-ssa-sink.c (select_best_block): Do not use frequencies.Jan Hubicka2-2/+8
2017-11-13re PR lto/81351 (Many LTO testcases FAIL)Eric Botcazou6-82/+38
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka7-15/+79
2017-11-13Remove the null check from placement new in all modesVille Voutilainen7-10/+39
2017-11-13[ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr67989.C).Christophe Lyon2-1/+7
2017-11-13[Diagnostic Patch] don't print column zeroNathan Sidwell51-438/+520
2017-11-13ieee_8.f90: xfail for aarch64*-*-gnu*Charles Baylis2-1/+5
2017-11-13[Documentation] Fix latency in pipeline description exampleLuis Machado2-2/+7
2017-11-13re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek4-18/+175
2017-11-13GCOV: remove typedef of coverage_t.Martin Liska2-12/+22
2017-11-13GCOV: remove typedef for block_tMartin Liska2-26/+43
2017-11-13GCOV: remove typedef for arc_tMartin Liska2-29/+46
2017-11-13GCOV: remove typedef for function_tMartin Liska2-35/+52
2017-11-13GCOV: introduce vector for function_info::counts.Martin Liska2-13/+18
2017-11-13GCOV: simplify usage of function_info::artificial.Martin Liska2-26/+47
2017-11-13GCOV: introduce global vector of functionsMartin Liska2-66/+52
2017-11-13re PR tree-optimization/82954 (ICE in fold_binary_loc, at fold-const.c:9061)Jakub Jelinek4-4/+40
2017-11-13[AArch64] More aarch64_endian_lane_rtxRichard Sandiford2-10/+18
2017-11-13Daily bump.GCC Administrator1-1/+1
2017-11-12[riscv] Wrap ASM_OUTPUT_LABELREF in do {} while (0)Tom de Vries2-6/+13
2017-11-12Remove semicolon after ASM_OUTPUT_ASCIITom de Vries2-1/+5
2017-11-12[cr16, powerpcspe, rs6000] Remove semicolon after ASM_OUTPUT_LABELREF macro bodyTom de Vries5-4/+12
2017-11-12Daily bump.GCC Administrator1-1/+1
2017-11-11re PR fortran/82932 ([OOP] ICE in update_compcall_arglist, at fortran/resolve...Janus Weil4-1/+60
2017-11-11re PR c/81117 (Improve buffer overflow checking in strncpy)Martin Sebor2-1/+4
2017-11-11PR bootstrap/82948 - prefix.c:202:15: error: 'char* strncpy(char*, const char*,Martin Sebor2-1/+7
2017-11-11Add forgotten tests.Kirill Yukhin2-0/+91
2017-11-11* tree-ssa-loop-im.c (execute_sm_if_changed): Do not compute freq_sum.Jan Hubicka2-2/+4
2017-11-11* predict.c (maybe_hot_frequency_p): Do not use cfun.Jan Hubicka1-2/+2
2017-11-11* predict.c (maybe_hot_frequency_p): Do not use cfun.Jan Hubicka1-0/+4
2017-11-11tree-ssa-tail-merge.c (replace_block_by): Fix and re-enable profile merging.Jan Hubicka2-42/+28
2017-11-11Remove ada/ prefixEric Botcazou1-2/+2
2017-11-11re PR fortran/82886 (ICE with -finit-derived in gfc_conv_expr, at fortran/tra...Fritz Reese6-13/+81
2017-11-11Daily bump.GCC Administrator1-1/+1
2017-11-10rs6000.md (bswaphi2_reg): On ISA 3.0 systems, enable generating XXBRH if the ...Michael Meissner4-14/+152
2017-11-10Fix my last ChangeLog entryJeff Law1-1/+1
2017-11-10re PR c/81117 (Improve buffer overflow checking in strncpy)Martin Sebor2-11/+18
2017-11-10vr-values.h (VR_INITIALIZER): Move #define here.Jeff Law6-594/+672
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka31-464/+428
2017-11-10force-indirect-call-1.c: Merge scan strings.Uros Bizjak4-16/+26
2017-11-10GFNI enabling [3/4]Julia Koval13-1/+207
2017-11-10[testsuite/ARM] Consolidate sources for cmse testsThomas Preud'homme53-983/+545
2017-11-10re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina3-132/+161
2017-11-10power9.md (power9-qpdiv): Correct DFU pipe usage.Pat Haugen3-12/+27
2017-11-10PR c/81117 - Improve buffer overflow checking in strncpyMartin Sebor31-76/+1726
2017-11-10GCOV: create one intermediate file per a gcno file (PR gcov-profile/82702).Martin Liska2-20/+87