aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-10[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell7-26/+65
2017-10-10re PR c++/78006 (Segmentation fault with 'using' and generic lambda trailing ...Paolo Carlini2-0/+42
2017-10-10[C++ PATCH] Kill unneeded hash specializationNathan Sidwell2-24/+3
2017-10-10re PR c++/81032 (ICE with lambda and broken constexpr)Paolo Carlini2-0/+18
2017-10-10re PR rtl-optimization/68205 (ICE compiling gcc.c-torture/execute/20040709-2....Jakub Jelinek2-0/+8
2017-10-10re PR c++/67625 (some constexpr expressions rejected as enumerator value)Jakub Jelinek2-0/+15
2017-10-10re PR middle-end/70887 (internal compiler error in trunc_int_for_mode, at exp...Jakub Jelinek2-0/+34
2017-10-10re PR c++/70338 (ICE combining debug symbols, range-for in lambda in function...Jakub Jelinek2-0/+20
2017-10-10re PR c++/77786 (ICE in tsubst_copy, at cp/pt.c:13040)Jakub Jelinek2-0/+24
2017-10-10re PR c++/71875 (template specialization compile error)Jakub Jelinek2-0/+27
2017-10-10re PR c++/77578 (ICE in cp_parser_omp_for_loop (cp/parser.c:29404))Jakub Jelinek2-0/+34
2017-10-10re PR middle-end/70100 (ICE: in execute, at cfgexpand.c:6066)Jakub Jelinek2-0/+24
2017-10-10re PR c++/68252 (left operand of shift expression, while we shift > 0 integer)Jakub Jelinek2-0/+8
2017-10-10re PR target/79565 (ICE in copy_to_mode_reg, at explow.c:612)Jakub Jelinek6-43/+142
2017-10-10[C++ PATCH] Hash mangling aliasNathan Sidwell2-12/+46
2017-10-10fold-vec-mult-int128-p8.c: Update optionsWill Schmidt3-6/+14
2017-10-10[PATCH] preprocessor stringizing raw stringsNathan Sidwell2-0/+14
2017-10-10config.gcc (armv7*-*-freebsd*): New target.Andreas Tobler2-1/+9
2017-10-10More delayed lambda capture fixes.Jason Merrill16-74/+300
2017-10-10Various small C++ fixes.Jason Merrill5-31/+41
2017-10-10Check non-dependent conversion in return from template fn.Jason Merrill5-8/+30
2017-10-10x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI, [...]): Move to right spot in...Jan Hubicka2-16/+22
2017-10-10fold-vec-cmp-char.c: New.Will Schmidt7-0/+453
2017-10-10Require wi::to_wide for treesRichard Sandiford86-559/+896
2017-10-10re PR libfortran/82233 (execute_command_line causes program to stop when comm...Thomas Koenig2-0/+29
2017-10-10|-------* gcc.target/powerpc/fold-vec-splat-16.c: New |-------* gcc.target/po...Will Schmidt4-0/+144
2017-10-10fold-vec-splats-char.c: New.Will Schmidt6-0/+124
2017-10-10re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89)Jakub Jelinek4-2/+24
2017-10-10[C++ PATCH] set_global_binding tweakNathan Sidwell2-15/+10