aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-08-10toplev.c: set FILE * globals to NULL after fcloseDavid Malcolm2-1/+11
2016-08-10Fix PR 71873 - ICE in push_reloadSenthil Kumar Selvaraj4-1/+44
2016-08-10[RS6000] e500 part of pr71680Alan Modra2-0/+8
2016-08-10gccgo.texi (Invoking gccgo): Document -fgo-optimize-allocs and -fgo-debug-escae.Ian Lance Taylor2-13/+87
2016-08-10compiler: implement go:noinline and go:nosplit directivesIan Lance Taylor3-3/+9
2016-08-10Daily bump.GCC Administrator1-1/+1
2016-08-09compiler: implement go:linkname compiler directiveIan Lance Taylor6-10/+126
2016-08-10avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove unused variable __O.David Wohlferd2-1/+5
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill10-1/+85
2016-08-09Add tests for __gcov_dump and __gcov_resetMartin Liska3-0/+60
2016-08-09Fix typo in gcov.texiMartin Liska3-4/+10
2016-08-09Fix usage of POW2 histogramMartin Liska4-1/+29
2016-08-09Fix POW2 histogramMartin Liska4-2/+30
2016-08-09[PATCH][PR64971]Convert function pointer to Pmode when emit call.Renlin Li3-18/+20
2016-08-09PR c++/71712 - ABI tags on conversion ops.Jason Merrill5-0/+38
2016-08-09Adjust mangling of ABI tags on class template member functions.Jason Merrill7-30/+230
2016-08-09re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek7-3/+22
2016-08-09mksysinfo.sh: always define CLONE_NEWNETIan Lance Taylor1-1/+1
2016-08-09[PR ipa/71981] Make get_dynamic_type grok MEM_REFMartin Jambor4-1/+26
2016-08-09re PR rtl-optimization/72843 (internal compiler error: in lra_set_insn_recog_...Uros Bizjak2-4/+14
2016-08-09re PR tree-optimization/33707 (scev not handling unsigned conversion)Bin Cheng2-0/+17
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng4-8/+47
2016-08-09re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Bin Cheng4-26/+38
2016-08-09PR c++/72849 - ICE with incomplete class.Jason Merrill4-2/+12
2016-08-09MIPS: Skip gcc.dg/loop-8.c due to additional invariantsMatthew Fortune2-1/+6
2016-08-09PR c++/56701 - wrong type of &*thisJason Merrill3-5/+13
2016-08-09compiler: rewrite compiler directive supportIan Lance Taylor7-87/+298
2016-08-09MIPS: Use create_tmp_var_raw in mips_atomic_assign_expand_fenvMatthew Fortune2-3/+9
2016-08-09tree-ssa-threadbackward.c (profitable_jump_thread_path): Treat same SSA names...Richard Biener2-2/+8
2016-08-09re PR tree-optimization/72824 (Signed floating point zero semantics broken at...Jakub Jelinek4-1/+59
2016-08-09re PR tree-optimization/71802 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener4-14/+63
2016-08-09re PR target/68273 (Wrong code on mips/mipsel due to (invalid?) peeking at al...Richard Biener2-1/+8
2016-08-09re PR c++/72809 (ICE on x86_64-linux-gnu (Segmentation fault, tree_check))Jakub Jelinek4-1/+43
2016-08-09Implement C++17 constexpr lambda.Jason Merrill29-29/+332
2016-08-09Fix empty class parameters with constexpr.Jason Merrill6-6/+37
2016-08-09Fix warning breaking profiled bootstrapAndi Kleen2-0/+7
2016-08-09Make autofdo tests safer for parallel buildsAndi Kleen2-12/+20
2016-08-09Daily bump.GCC Administrator1-1/+1
2016-08-08text/template: reduce maxExecDepth for gccgo furtherIan Lance Taylor1-1/+1
2016-08-08c-format.c: suggest the correct format string to use (PR c/64955)David Malcolm11-20/+371
2016-08-08libgo: don't have .lo depend on .lo.depIan Lance Taylor1-1/+1
2016-08-08Fix selftest::test_lexer_string_locations_ebcdic for systems without iconv (P...David Malcolm2-0/+9
2016-08-08testsuite: fix gotest for absolute srcdirIan Lance Taylor1-1/+1
2016-08-08pr71078-1.c: Add require-effective-target c99_runtime.Prathamesh Kulkarni8-0/+18
2016-08-08Use class substring_loc in c-format.c (PR c/52952)David Malcolm7-185/+605
2016-08-08re PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC: SIGILL)Ian Lance Taylor3-1/+38
2016-08-08re PR c++/58706 (ICE with lambda in OpenMP for-loop)Jakub Jelinek2-3/+45
2016-08-08re PR fortran/72716 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek4-0/+21
2016-08-08re PR middle-end/72781 (-Wuninitialized false positives in OpenMP code)Jakub Jelinek4-1/+39
2016-08-08re PR middle-end/68762 (link error for inline function decorated with OpenMP ...Jakub Jelinek6-4/+84