aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-11-21re PR tree-optimization/83086 (valgrind error in gimple-ssa-store-merging.c f...Jakub Jelinek2-1/+8
2017-11-21Fix UBSAN errors in dse.c (PR rtl-optimization/82044).Martin Liska2-0/+12
2017-11-21tree-ssa-threadbackward.c (find_jump_threads_backwards): Fix typo in comment.Aldy Hernandez2-1/+6
2017-11-21Don't split call from its call arg location.Claudiu Zissulescu4-0/+34
2017-11-21[ARC] Reimplement exception handling support.Claudiu Zissulescu5-78/+190
2017-11-21print-tree.h (debug_vec_tree): Remove prototype.Aldy Hernandez3-9/+5
2017-11-21re PR tree-optimization/83047 (glibc/crypt/crypt_util.c gets miscompiled)Jakub Jelinek4-1/+91
2017-11-21P0428R2 - familiar template syntax for generic lambdasJakub Jelinek11-8/+65
2017-11-21re PR c++/83059 (ICE on invalid C++ code: in tree_to_uhwi, at tree.c:6633)Jakub Jelinek6-8/+32
2017-11-21re PR debug/82718 (Bad DWARF5 .debug_loclists generation)Jakub Jelinek5-82/+164
2017-11-21re PR debug/82933 (valgrind error in set_cur_line_info_table with -g)Jakub Jelinek5-0/+22
2017-11-21re PR target/82981 (unnecessary __multi3 call for mips64r6 linux kernel)Jakub Jelinek2-6/+12
2017-11-21libgo: fix makefile bugletIan Lance Taylor1-1/+1
2017-11-21compiler: report error for ++/-- applied to a non-numeric typeIan Lance Taylor2-1/+6
2017-11-21Use -Wtraditional for "would be stringified in traditional C" (PR preprocesso...Eric Gallager2-0/+19
2017-11-21C/C++: more stdlib header hints (PR c/81404)David Malcolm12-79/+357
2017-11-21C: hints for missing stdlib includes for macros and typesDavid Malcolm4-2/+156
2017-11-21C++: provide macro used-before-defined hint (PR c++/72786)David Malcolm7-3/+94
2017-11-21re PR target/81356 (__builtin_strcpy is not good for copying an empty string ...Steve Ellcey2-1/+6
2017-11-21Daily bump.GCC Administrator1-1/+1
2017-11-20Avoid duplicate visibility warning.Jason Merrill3-1/+9
2017-11-20i386.c (parse_mtune_ctrl_str): Start diagnostics with lower case letter.Jakub Jelinek2-1/+6
2017-11-20i386.md (bswaphi2): New expander.Uros Bizjak4-13/+71
2017-11-20re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas5-0/+61
2017-11-20P0329R4: Designated InitializationJakub Jelinek20-53/+379
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm9-46/+208
2017-11-20Makefile.in (OBJS): Add gimple-ssa-evrp-analyze.o.Jeff Law5-352/+422
2017-11-20gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children): Do not set BB_VISIT...Jeff Law2-2/+7
2017-11-20[PR c++/82878] pass-by-invisiref in lambdaNathan Sidwell8-14/+58
2017-11-20tree-predcom.c: Add general comment on Store-Store chains.Bin Cheng4-23/+177
2017-11-20* tree-predcom.c (add_ref_to_chain): Remove check on distance.Bin Cheng2-5/+4
2017-11-20VRP: x+1 and -x cannot be INT_MINMarc Glisse11-125/+279
2017-11-20Add g++.dg/pr82836.C requirementsRainer Orth2-1/+10
2017-11-20re PR c++/82781 (Vector extension operators return wrong result in constexpr)Jakub Jelinek4-2/+67
2017-11-20[ARM] Do no clobber r4 in Armv8-M nonsecure callThomas Preud'homme4-26/+32
2017-11-20[testsuite,arm] [Diagnostic Patch] don't print column zeroChristophe Lyon2-3/+8
2017-11-20re PR tree-optimization/78821 (GCC7: Copying whole 32 bits structure field by...Jakub Jelinek4-118/+813
2017-11-20tree-ssa-math-opts.c (nop_stats, [...]): Moved to ...Jakub Jelinek3-1080/+1096
2017-11-20re PR bootstrap/83062 (Bootstrap failure: libsanitizer/tsan/tsan_rtl.h:713:44...Jan Hubicka2-1/+6
2017-11-20vec.h (debug_helper): New function.Aldy Hernandez9-59/+184
2017-11-20Fix comparison mode in simplify_ternary_operationTom de Vries2-2/+6
2017-11-20Daily bump.GCC Administrator1-1/+1
2017-11-19re PR ada/83016 (gnat1: warning: command line option ‘-nostdinc++’ is val...Eric Botcazou3-23/+58
2017-11-19re PR target/82281 (Bulldozer/Zen tuning: uses XMM for single 64-bit integer ...Jan Hubicka2-0/+11
2017-11-19tree-ssa-dom.c (record_equivalences_from_phis): Fix handling of degenerates r...Jeff Law2-5/+21
2017-11-19re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka4-1/+23
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas10-38/+168
2017-11-19re PR ipa/83001 (ICE in edge_badness, at ipa-inline.c:1025)Jan Hubicka2-1/+7
2017-11-19re PR ipa/60243 (IPA is slow on large cgraph tree)Jan Hubicka2-1/+6
2017-11-19re PR target/82713 (ICE in ix86_builtin_vectorization_cost, at config/i386/i3...Jan Hubicka4-1/+42