aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-10-13cfghooks.c (verify_flow_info): Disable check that all probabilities are set c...Jan Hubicka2-1/+8
2017-10-13* tree-ssa-reassoc.c (reassociate_bb): Clarify code slighly.Jeff Law2-1/+5
2017-10-13PR c++/82357 - bit-field in templateJason Merrill4-0/+19
2017-10-13re PR fortran/81048 (incorrect derived type initialization)Paul Thomas4-1/+77
2017-10-13re PR c++/69078 ([C++14] function local static not initialized when only used...Paolo Carlini3-0/+55
2017-10-13re PR target/82274 (__builtin_mul_overflow fails to detect overflow for int64...Jakub Jelinek5-3/+58
2017-10-13re PR c++/80873 (ICE in tsubst_copy when trying to use an overloaded function...Paolo Carlini3-0/+50
2017-10-13rs6000.c (rs6000_builtin_vectorization_cost): Remove TARGET_P9_VECTOR code fo...Pat Haugen2-3/+5
2017-10-13* lto-lang.c (lto_post_options): Clean shlib flag when not doing PIC.Jan Hubicka2-0/+6
2017-10-13cfghooks.c (verify_flow_info): Check that edge probabilities are set.Jan Hubicka2-0/+13
2017-10-13C++: show location of unclosed extern "C" specificationsDavid Malcolm9-2/+152
2017-10-13[PATCH] Tree structure markingNathan Sidwell4-42/+31
2017-10-132017-10-13 Richard Biener <rguenther@suse.de>Richard Biener1-0/+40
2017-10-132017-10-13 Richard Biener <rguenther@suse.de>Richard Biener6-103/+56
2017-10-13graphite-isl-ast-to-gimple.c (max_mode_int_precision, [...]): Avoid global co...Richard Biener7-24/+44
2017-10-13i386: Check red zone size in push peephole2H.J. Lu7-4/+82
2017-10-13Prevent invalid register mode changes in combineRichard Sandiford2-0/+13
2017-10-13Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford6-11/+28
2017-10-13Make more use of GET_MODE_UNIT_SIZERichard Sandiford4-14/+27
2017-10-13Make more use of byte_lowpart_offsetRichard Sandiford6-61/+22
2017-10-13Make more use of subreg_lowpart_offsetRichard Sandiford4-25/+15
2017-10-13re PR target/82524 (expensive-optimizations produces wrong results)Jakub Jelinek4-16/+80
2017-10-13re PR target/82498 (Missed optimization for x86 rotate instruction)Jakub Jelinek4-38/+108
2017-10-13re PR target/82498 (Missed optimization for x86 rotate instruction)Jakub Jelinek4-4/+179
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener18-280/+324
2017-10-13re PR tree-optimization/82525 ([GRAPHITE] codegen error for modulo operations...Richard Biener5-44/+94
2017-10-13graphite-scop-detection.c (loop_ivs_can_be_represented): Remove.Richard Biener2-37/+8
2017-10-13Daily bump.GCC Administrator1-1/+1
2017-10-13Clobbers and Scratch RegistersAlan Modra2-5/+83
2017-10-13Asm memory constraintsAlan Modra4-7/+135
2017-10-12re PR tree-optimization/82493 (UBSAN in gcc/sbitmap.c:368:28: runtime error: ...Martin Liska5-18/+115
2017-10-12Fix spacing issue.Michael Meissner2-152/+156
2017-10-12re PR target/82498 (Missed optimization for x86 rotate instruction)Jakub Jelinek5-0/+220
2017-10-12compiler: fix import of indirectly imported type aliasIan Lance Taylor2-8/+8
2017-10-12[C++ PATCH] cp_expr tweak and delete unused enumerationsNathan Sidwell2-4/+10
2017-10-12profile-count.c (safe_scale_64bit): Fix GCC4.x path.Jan Hubicka7-25/+49
2017-10-12tree-ssa-dse.c (valid_ao_ref_for_dse): Reject ao_refs with negative offsets.Jeff Law2-0/+6
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm29-57/+528
2017-10-12PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (and others) in r253...Martin Sebor14-112/+282
2017-10-12C++: avoid partial duplicate implementation of cp_parser_errorDavid Malcolm4-76/+112
2017-10-12revert: re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov3-8/+15
2017-10-12* x86-tune-sched.c (ix86_adjust_cost): Fix Zen support.Jan Hubicka2-1/+33
2017-10-12alpha.c (alpha_split_conditional_move): Use std::swap instead of manually swa...Uros Bizjak2-8/+11
2017-10-12tree-loop-distribution.c (struct builtin_info): New struct.Bin Cheng7-198/+405
2017-10-12tree-loop-distribution.c: Adjust the general comment.Bin Cheng7-105/+230
2017-10-12tree-loop-distribution.c (break_alias_scc_partitions): Add comment and set PT...Bin Cheng2-2/+13
2017-10-12re PR tree-optimization/69728 (internal compiler error: in outer_projection_m...Richard Biener4-17/+30
2017-10-12genrecog.c (validate_pattern): For VEC_SELECT verify that CONST_INT selectors...Jakub Jelinek2-0/+20
2017-10-12Makefile.in (TAGS): Merge all the *.def files into one pattern.Aldy Hernandez2-2/+6
2017-10-12re PR c++/82159 (ICE: in assign_temp, at function.c:961)Jakub Jelinek4-2/+79