aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek13-91/+199
2017-11-19[arc] Remove semicolon after do while (0) in FUNCTION_PROFILERTom de Vries2-1/+6
2017-11-19[phoenix] Remove semicolon after do {} while (0) in TARGET_OS_CPP_BUILTINSTom de Vries2-1/+6
2017-11-19[visium] Remove semicolon after ASM_OUTPUT_CASE_ENDTom de Vries2-1/+6
2017-11-19[ft32, spu] Remove semicolon after do {} while (0) in REGISTER_TARGET_PRAGMASTom de Vries3-2/+8
2017-11-19[mcore] Remove semicolon after do {} while (0) in MCORE_EXPORT_NAMETom de Vries3-2/+9
2017-11-19Daily bump.GCC Administrator1-1/+1
2017-11-18[vms] Add missing vmsdbgout_early_finishTom de Vries2-1/+15
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka10-88/+144
2017-11-18PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbersJanne Blomqvist2-1/+6
2017-11-18PR 44292 Enable large record lengths in OPEN and INQUIRE statementsJanne Blomqvist4-2/+24
2017-11-18re PR fortran/83012 (Simply contiguous pointer function not recognized as con...Thomas Koenig4-2/+60
2017-11-18hash-set.h (hash_set::empty): New.Aldy Hernandez4-170/+167
2017-11-18Daily bump.GCC Administrator1-1/+1
2017-11-17* cgraph.c (cgraph_node::dump): Do IPA sanity checking on IPA counts.Jan Hubicka2-3/+7
2017-11-17fmls.c: New test.Steve Ellcey2-0/+23
2017-11-17aarch64-simd.md (fnma<mode>4): Move neg operator to canonical location.Steve Ellcey2-3/+7
2017-11-17pr81356.c: New test.Steve Ellcey2-0/+13
2017-11-17re PR target/81356 (__builtin_strcpy is not good for copying an empty string ...Steve Ellcey2-20/+7
2017-11-17Use rcrt1.o%s/grcrt1.o%s to relocate static PIEH.J. Lu2-2/+8
2017-11-17i386.c (ix86_multiplication_cost, [...]): Break out from ...Jan Hubicka4-130/+306
2017-11-17predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...Jan Hubicka6-3/+27
2017-11-17tree-tailcall.c (eliminate_tail_call): Be more careful about not disturbin pr...Jan Hubicka2-3/+16
2017-11-17ipa-fnsummary.c (estimate_node_size_and_time): Be more tolerant for roundoff ...Jan Hubicka2-1/+6
2017-11-17ipa-cp.c (update_profiling_info): Handle conversion to local profile.Jan Hubicka3-20/+23
2017-11-17gimple-ssa-evrp.c (class evrp_range_analyzer): New class extracted from evrp_...Jeff Law2-78/+109
2017-11-17gimple-ssa-evrp.c (evrp_dom_walker::record_ranges_from_phis): New method extr...Jeff Law2-96/+144
2017-11-17gimple-ssa-evrp.c (evrp_dom_walker): Add cleanup method.Jeff Law2-33/+53
2017-11-17[PR c++/82836] Fixe testcaseNathan Sidwell2-126/+132
2017-11-17vr-values.h (get_output_for_vrp): Prototype.Jeff Law3-10/+34
2017-11-17[AArch64] Adjust tuning parameters for FalkorLuis Machado2-2/+9
2017-11-17re PR target/82641 (Unable to enable crc32 for a certain function with target...Tamar Christina6-5/+139
2017-11-17gdbinit.in: add "break-on-diagnostic" commandDavid Malcolm2-0/+14
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