aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries10-3/+159
2018-08-21[debug] Respect fdump-noaddr and fdump-unnumbered in print_dieTom de Vries2-7/+26
2018-08-21wide-int-range.cc (wide_int_range_abs): New.Aldy Hernandez4-127/+130
2018-08-21Daily bump.GCC Administrator1-1/+1
2018-08-20re PR target/87033 (The compiler does not generate the LWAX instruction)Michael Meissner4-1/+25
2018-08-20[PATCH] fix some build breakageNathan Sidwell3-2/+8
2018-08-20PR tree-optimization/87034 - missing -Wformat-overflow on a sprintf %s with a...Martin Sebor2-0/+27
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm54-194/+963
2018-08-20x86: Always update EH return address in word_modeH.J. Lu4-1/+52
2018-08-20targhooks.c (std_gimplify_va_arg_expr): Properly handle case of when TARGET_S...Chung-Lin Tang2-0/+22
2018-08-20expr.c (store_field): Change gcc_assert to gcc_checking_assert.Bernd Edlinger2-1/+5
2018-08-20re PR target/86984 (invalid relocation accessing a const char array)Bernd Edlinger5-1/+122
2018-08-20[PATCH] Kill cpp-id-data.hNathan Sidwell3-4/+10
2018-08-20re PR c++/78655 (gcc doesn't exploit the fact that the result of pointer addi...Richard Biener4-1/+40
2018-08-20[debug] Fix handling of vlas in ltoTom de Vries2-12/+27
2018-08-20[PATCH] #assert becomes macro-likeNathan Sidwell2-4/+9
2018-08-20Daily bump.GCC Administrator1-1/+1
2018-08-19re PR target/86994 (64-bit gcc.target/i386/20040112-1.c FAILs)Uros Bizjak2-14/+13
2018-08-19Daily bump.GCC Administrator1-1/+1
2018-08-18Darwin emits pubnames/types by default which mask the intent of the test.Iain Sandoe2-0/+7
2018-08-18Darwin does not support gsplit-dwarf.Iain Sandoe7-1/+30
2018-08-18Daily bump.GCC Administrator1-1/+1
2018-08-17[PATCH] Adjust lazy macro definitionNathan Sidwell2-33/+36
2018-08-17re PR testsuite/86996 (gcc.dg/tree-ssa/builtin-sprintf-warn-1.c FAILs)Martin Sebor2-3/+9
2018-08-17C++: -Wwrite-strings: use location of string constantDavid Malcolm4-4/+39
2018-08-17doc: Use @ref, not @xref, in the middle of a sentenceSegher Boessenkool2-1/+6
2018-08-17C-SKY port: TestsuiteSandra Loosemore35-4/+471
2018-08-17C-SKY port: DocumentationSandra Loosemore4-0/+281
2018-08-17C-SKY port: Backend implementationJojo28-0/+14577
2018-08-17C-SKY port: ConfiguryJojo4-2/+82
2018-08-17Formatted printing for dump_* in the middle-endDavid Malcolm13-50/+496
2018-08-17Fix poly types after PR tree-optimization/71625 strlen optimizationSzabolcs Nagy2-0/+10
2018-08-17rs6000: Give names to cbranch/creturn patternsSegher Boessenkool2-5/+10
2018-08-17[PATCH] Macro body is trailing arrayNathan Sidwell2-2/+4
2018-08-17[PATCH] Move cpp_macro to cpplib.hNathan Sidwell5-3/+10
2018-08-17re PR tree-optimization/86841 (ICE in gcc/gcc/tree-vrp.c:1325 with graphite)Richard Biener2-1/+6
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska73-227/+219
2018-08-17re PR middle-end/86505 (__builtin_va_arg_pack_len() computes the number of ar...Richard Biener4-6/+60
2018-08-16re PR tree-optimization/86853 (sprintf optimization for wide strings doesn't ...Martin Sebor6-22/+259
2018-08-17Daily bump.GCC Administrator1-1/+1
2018-08-16builtins.c (c_strlen): Add new parameter eltsize.Bernd Edlinger8-53/+87
2018-08-16diagnostics: fix bad interaction between line spans and line numbersDavid Malcolm4-3/+39
2018-08-16diagnostics: tweak to line-insertion fix-it hints with line-numberingDavid Malcolm4-5/+19
2018-08-16rs6000: Delete old add+cmp patternsSegher Boessenkool2-45/+5
2018-08-16rs6000: Remove "length 4" from other insnsSegher Boessenkool8-138/+80
2018-08-16rs6000: Remove "length 4" from branch insnsSegher Boessenkool4-68/+40
2018-08-16rs6000: Change the length attribute defaultSegher Boessenkool2-15/+40
2018-08-16[PATCH] Macro definition parameter parsingNathan Sidwell3-8/+13
2018-08-16re PR testsuite/86745 (gcc.target/i386/avx-cvt-2.c etc. FAIL on 64-bit x86)Uros Bizjak3-12/+18
2018-08-16-Wmisleading-indentation: fix ICE in get_visual_column (PR c++/70693)David Malcolm6-14/+220