aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-07-20avr.c (avr_legitimize_address): Force constant addresses outside [0,0xc0] int...Georg-Johann Lay5-59/+199
2016-07-20Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...Georg-Johann Lay7-7/+220
2016-07-20Build libbackend.a as a thin archive if possiblePatrick Palka4-2/+57
2016-07-20Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm6-44/+94
2016-07-20re PR c++/71909 (g++ accepts an unreachable function catch block that lacks a...Jakub Jelinek5-3/+88
2016-07-20re PR middle-end/50060 (intrinsics not folded by the middle-end)Jakub Jelinek5-7/+161
2016-07-20avr-protos.h (avr_addr_space_supported_p): New prototype.Georg-Johann Lay4-42/+70
2016-07-20nvptx: do not implicitly enable -ftoplevel-reorderAlexander Monakov2-6/+5
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm8-15/+58
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay7-0/+52
2016-07-20Properly handly PHI stmts in later_of_the_two (PRMartin Liska4-0/+67
2016-07-20re PR tree-optimization/71503 (gcc ICE at -O3 on valid code on x86_64-linux-g...Bin Cheng5-1/+61
2016-07-20Enhance documentation of -fipa-ra option.Martin Liska2-2/+11
2016-07-20Add selftests for fibonacci_heapMartin Liska6-9/+331
2016-07-20Add sreal to selftestsMartin Liska8-179/+131
2016-07-20PR c++/67164 - clean up dead codeJason Merrill2-14/+8
2016-07-20Daily bump.GCC Administrator1-1/+1
2016-07-19re PR fortran/71902 (Unneeded temporary on reallocatable character assignment)Thomas Koenig5-15/+96
2016-07-19re PR rtl-optimization/71916 (ICE at -O3 on valid code on x86_64-linux-gnu in...Jakub Jelinek4-2/+49
2016-07-19re PR debug/71855 (duplicate unspecified_parameters DIE in DWARF for function...Aldy Hernandez3-5/+25
2016-07-19re PR middle-end/71874 (memmove works wrong)Jakub Jelinek4-9/+29
2016-07-19re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t...Jakub Jelinek2-7/+12
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak38-183/+228
2016-07-19selftest.c: gracefully handle NULL in assert_streqDavid Malcolm2-1/+18
2016-07-19re PR fortran/71688 (ICE in analyze, at cgraphunit.c:632 with -fcoarray=lib)Martin Jambor4-1/+25
2016-07-19gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case, handle all tcc_c...Richard Biener6-1/+55
2016-07-19Fix failing test for targets with sizeof(int) != 4.Senthil Kumar Selvaraj2-0/+10
2016-07-19Fix copy&paste bug in function-tests.cDavid Malcolm2-2/+7
2016-07-19re PR tree-optimization/71901 (ice in find_or_generate_expression)Richard Biener6-31/+75
2016-07-19re PR tree-optimization/71908 (ICE at -Os and above in both 32-bit and 64-bit...Richard Biener4-2/+53
2016-07-19tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update comment.Ilya Enkovich3-3/+27
2016-07-19re PR middle-end/71907 (missing buffer overflow warnings with -flto)Richard Biener3-3/+18
2016-07-19re PR target/71493 (accidental ABI change for structure return on PowerPC)Michael Meissner5-1/+41
2016-07-19Daily bump.GCC Administrator1-1/+1
2016-07-18re PR c++/70869 (internal compiler error: Segmentation fault on array of poin...Jakub Jelinek3-9/+24
2016-07-18re PR c++/71835 (ICE on invalid C++ code with ambiguous overloaded operators:...Jakub Jelinek4-2/+25
2016-07-18re PR c++/71828 (ICE on valid C++11 code with constexpr __Complex int variabl...Jakub Jelinek4-0/+26
2016-07-18re PR c++/71826 (ICE on valid C++ code with ambiguous member lookup: tree che...Jakub Jelinek4-1/+25
2016-07-18re PR c++/71822 (ICE: in gimplify_expr, at gimplify.c:11025)Jakub Jelinek4-0/+30
2016-07-18re PR c++/71871 (ICE on mixing templates and vector extensions ternary operator)Jakub Jelinek4-2/+40
2016-07-18pr70017.c: Do not check for warning on alpha*-*-*.Uros Bizjak2-26/+36
2016-07-18re PR middle-end/71734 (FAIL: libgomp.fortran/simd4.f90 -O3 -g execution t...Yuri Rumyantsev4-22/+40
2016-07-18Allocate constant size dynamic stack space in the prologueDominik Vogt8-84/+225
2016-07-18S/390: Fix alignment check for literal pool references.Andreas Krebbel4-20/+44
2016-07-18re PR tree-optimization/71893 (gfortran.dg ICEs in gcc/tree-ssa-pre.c; -fcode...Richard Biener3-0/+13
2016-07-18Daily bump.GCC Administrator1-1/+1
2016-07-17re PR fortran/71523 (Static variables given automatic initializers with -fini...Fritz Reese5-2/+110
2016-07-17Daily bump.GCC Administrator1-1/+1
2016-07-16pa.c (hppa_profile_hook): Allocate stack space for register parameters.John David Anglin3-42/+238
2016-07-16nullptr35.C (caught): Fix typo.Andreas Schwab2-1/+5