Age | Commit message (Expand) | Author | Files | Lines |
2017-10-11 | [PATCH] DECL_ASSEMBLER_NAME and friends | Nathan Sidwell | 7 | -15/+36 |
2017-10-11 | config.gcc (i386, x86_64): Add extra objects. | Jan Hubicka | 10 | -3867/+4145 |
2017-10-11 | pretty-print.c [_WIN32] (colorize_init): Remove. | Liu Hao | 3 | -10/+697 |
2017-10-11 | tree-ssa-loop-niter.c (infer_loop_bounds_from_pointer_arith): Properly call a... | Richard Biener | 2 | -1/+7 |
2017-10-11 | tree.def (POLYNOMIAL_CHREC): Remove CHREC_VARIABLE tree operand. | Richard Biener | 7 | -12/+23 |
2017-10-11 | X+Y < X iff Y<0 moved to match.pd | Marc Glisse | 6 | -138/+62 |
2017-10-11 | re PR tree-optimization/82472 (ICE in generate_code_for_partition, at tree-lo... | Bin Cheng | 4 | -8/+53 |
2017-10-11 | Do not error for no_sanitize attributes (PR sanitizer/82490). | Martin Liska | 7 | -13/+35 |
2017-10-11 | Fix use-after-scope error. | Martin Liska | 2 | -1/+6 |
2017-10-11 | Revert last commit. | Martin Liska | 4 | -8/+16 |
2017-10-11 | Do not handled volatile arguments (PR sanitizer/82484). | Martin Liska | 4 | -1/+19 |
2017-10-11 | Fix a test-case for Darwin. | Martin Liska | 2 | -4/+7 |
2017-10-11 | Enable ifunc attribute by default for ARM GNU/Linux | Adhemerval Zanella | 2 | -1/+6 |
2017-10-11 | * g++.dg/cpp/string-3.C: Fix dg-final. | Nathan Sidwell | 2 | -1/+5 |
2017-10-11 | re PR c++/80412 ([c++17] crash with class template deduction guide and inheri... | Paolo Carlini | 2 | -0/+10 |
2017-10-11 | re PR c++/82230 (ICE: in tsubst, at cp/pt.c:13686 when binding lambda to vari... | Paolo Carlini | 2 | -0/+21 |
2017-10-11 | re PR c++/81299 (Spurious "set but not used" warning with constexpr variable) | Paolo Carlini | 2 | -0/+20 |
2017-10-11 | tree-scalar-evolution.c (get_scalar_evolution): Handle default-defs and types... | Richard Biener | 2 | -61/+40 |
2017-10-10 | Allow 2 insns from sched group to issue in same cycle, if no stalls needed. | James E Wilson | 2 | -4/+12 |
2017-10-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2017-10-11 | rs6000: insn_cost | Segher Boessenkool | 3 | -0/+94 |
2017-10-10 | [C++ PATCH] hash-table for extern-c fns. | Nathan Sidwell | 7 | -26/+65 |
2017-10-10 | re PR c++/78006 (Segmentation fault with 'using' and generic lambda trailing ... | Paolo Carlini | 2 | -0/+42 |
2017-10-10 | [C++ PATCH] Kill unneeded hash specialization | Nathan Sidwell | 2 | -24/+3 |
2017-10-10 | re PR c++/81032 (ICE with lambda and broken constexpr) | Paolo Carlini | 2 | -0/+18 |
2017-10-10 | re PR rtl-optimization/68205 (ICE compiling gcc.c-torture/execute/20040709-2.... | Jakub Jelinek | 2 | -0/+8 |
2017-10-10 | re PR c++/67625 (some constexpr expressions rejected as enumerator value) | Jakub Jelinek | 2 | -0/+15 |
2017-10-10 | re PR middle-end/70887 (internal compiler error in trunc_int_for_mode, at exp... | Jakub Jelinek | 2 | -0/+34 |
2017-10-10 | re PR c++/70338 (ICE combining debug symbols, range-for in lambda in function... | Jakub Jelinek | 2 | -0/+20 |
2017-10-10 | re PR c++/77786 (ICE in tsubst_copy, at cp/pt.c:13040) | Jakub Jelinek | 2 | -0/+24 |
2017-10-10 | re PR c++/71875 (template specialization compile error) | Jakub Jelinek | 2 | -0/+27 |
2017-10-10 | re PR c++/77578 (ICE in cp_parser_omp_for_loop (cp/parser.c:29404)) | Jakub Jelinek | 2 | -0/+34 |
2017-10-10 | re PR middle-end/70100 (ICE: in execute, at cfgexpand.c:6066) | Jakub Jelinek | 2 | -0/+24 |
2017-10-10 | re PR c++/68252 (left operand of shift expression, while we shift > 0 integer) | Jakub Jelinek | 2 | -0/+8 |
2017-10-10 | re PR target/79565 (ICE in copy_to_mode_reg, at explow.c:612) | Jakub Jelinek | 6 | -43/+142 |
2017-10-10 | [C++ PATCH] Hash mangling alias | Nathan Sidwell | 2 | -12/+46 |
2017-10-10 | fold-vec-mult-int128-p8.c: Update options | Will Schmidt | 3 | -6/+14 |
2017-10-10 | [PATCH] preprocessor stringizing raw strings | Nathan Sidwell | 2 | -0/+14 |
2017-10-10 | config.gcc (armv7*-*-freebsd*): New target. | Andreas Tobler | 2 | -1/+9 |
2017-10-10 | More delayed lambda capture fixes. | Jason Merrill | 16 | -74/+300 |
2017-10-10 | Various small C++ fixes. | Jason Merrill | 5 | -31/+41 |
2017-10-10 | Check non-dependent conversion in return from template fn. | Jason Merrill | 5 | -8/+30 |
2017-10-10 | x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI, [...]): Move to right spot in... | Jan Hubicka | 2 | -16/+22 |
2017-10-10 | fold-vec-cmp-char.c: New. | Will Schmidt | 7 | -0/+453 |
2017-10-10 | Require wi::to_wide for trees | Richard Sandiford | 86 | -559/+896 |
2017-10-10 | re PR libfortran/82233 (execute_command_line causes program to stop when comm... | Thomas Koenig | 2 | -0/+29 |
2017-10-10 | |-------* gcc.target/powerpc/fold-vec-splat-16.c: New |-------* gcc.target/po... | Will Schmidt | 4 | -0/+144 |
2017-10-10 | fold-vec-splats-char.c: New. | Will Schmidt | 6 | -0/+124 |
2017-10-10 | re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89) | Jakub Jelinek | 4 | -2/+24 |
2017-10-10 | [C++ PATCH] set_global_binding tweak | Nathan Sidwell | 2 | -15/+10 |