aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-12re PR sanitizer/82353 (runtime ubsan crash)Jakub Jelinek3-2/+9
2017-10-12rs6000: Remove TARGET_ISEL64Segher Boessenkool3-10/+13
2017-10-12Daily bump.GCC Administrator1-1/+1
2017-10-11* config/rs6000/rs6000.c (rs6000_xcoff_asm_output_aligned_decl_common): Test ...David Edelsohn2-1/+7
2017-10-11go-system.h (__STDC_FORMAT_MACROS): Define before including any system header...Tony Reix2-0/+11
2017-10-12rs6000: Improve iselSegher Boessenkool5-57/+57
2017-10-11runtime: fix issues on AIX about uintptr(_t)Ian Lance Taylor1-1/+1
2017-10-11i386.c (ix86_canonicalize_comparison): New function.Uros Bizjak4-14/+60
2017-10-11re PR middle-end/80421 (Case dispatch is scrambled in switch-statement)Jakub Jelinek2-0/+124
2017-10-11re PR tree-optimization/78558 (Incorrect loop optimization leads to crash)Jakub Jelinek2-0/+47
2017-10-11re PR c++/82414 (Issue with ODR/LTO in G++)Jakub Jelinek2-0/+16
2017-10-11re PR c++/78523 (ICE on valid lambda code with implicit capture)Jakub Jelinek2-0/+15
2017-10-11re PR c++/80194 (ICE with local constant referenced by a lambda expression)Jakub Jelinek2-0/+22
2017-10-11re PR target/81422 ([aarch64] internal compiler error: in update_equiv_regs, ...Qing Zhao4-4/+34
2017-10-11re PR sanitizer/82353 (runtime ubsan crash)Vladimir Makarov6-5/+84
2017-10-11[PATCH] Include path enumerationNathan Sidwell9-57/+92
2017-10-11i386.md (*cmp<X87MODEF:mode>_<SWI24:mode>_i387): Do not use float_operator op...Uros Bizjak7-187/+71
2017-10-11profile-count.h (slow_safe_scale_64bit): New function.Jan Hubicka3-14/+63
2017-10-11struct-layout-1_generate.c (generate_fields): Fix typo in address computation...Jeff Law2-1/+6
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell10-48/+61