aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell7-15/+36
2017-10-11config.gcc (i386, x86_64): Add extra objects.Jan Hubicka10-3867/+4145
2017-10-11pretty-print.c [_WIN32] (colorize_init): Remove.Liu Hao3-10/+697
2017-10-11tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): Properly call a...Richard Biener2-1/+7
2017-10-11tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand.Richard Biener7-12/+23
2017-10-11X+Y < X iff Y<0 moved to match.pdMarc Glisse6-138/+62
2017-10-11re PR tree-optimization/82472 (ICE in generate_code_for_partition, at tree-lo...Bin Cheng4-8/+53
2017-10-11Do not error for no_sanitize attributes (PR sanitizer/82490).Martin Liska7-13/+35
2017-10-11Fix use-after-scope error.Martin Liska2-1/+6
2017-10-11Revert last commit.Martin Liska4-8/+16
2017-10-11Do not handled volatile arguments (PR sanitizer/82484).Martin Liska4-1/+19
2017-10-11Fix a test-case for Darwin.Martin Liska2-4/+7
2017-10-11Enable ifunc attribute by default for ARM GNU/LinuxAdhemerval Zanella2-1/+6
2017-10-11* g++.dg/cpp/string-3.C: Fix dg-final.Nathan Sidwell2-1/+5
2017-10-11re PR c++/80412 ([c++17] crash with class template deduction guide and inheri...Paolo Carlini2-0/+10
2017-10-11re PR c++/82230 (ICE: in tsubst, at cp/pt.c:13686 when binding lambda to vari...Paolo Carlini2-0/+21
2017-10-11re PR c++/81299 (Spurious "set but not used" warning with constexpr variable)Paolo Carlini2-0/+20
2017-10-11tree-scalar-evolution.c (get_scalar_evolution): Handle default-defs and types...Richard Biener2-61/+40
2017-10-10Allow 2 insns from sched group to issue in same cycle, if no stalls needed.James E Wilson2-4/+12
2017-10-11Daily bump.GCC Administrator1-1/+1
2017-10-11rs6000: insn_costSegher Boessenkool3-0/+94