aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-11system.h: Include algorithm and utility.Uros Bizjak5-14/+13
2014-11-11re PR ada/42978 (gnatmake doesn't report the options it actually provides to ...Simon Wright2-0/+9
2014-11-11[Fortran] PR 63701 Make sure variable is always used initialisedKyrylo Tkachov2-1/+6
2014-11-11xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy2-0/+66
2014-11-11re PR libstdc++/63811 (r217322 breaks bootstrap)Jonathan Wakely2-1/+7
2014-11-11re PR bootstrap/63699 (Bootstrap fails in libcc1 on darwin14)Francois-Xavier Coudert6-7/+26
2014-11-11invoke.texi (-masm-syntax-unified): Reword and fix typo.Terry Guo3-12/+17
2014-11-11sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX.Uros Bizjak2-1/+6
2014-11-11download_prerequisites: Stop downloading CLooG.Tobias Burnus4-20/+8
2014-11-11Add illegal cilk checks to C++ front.Andi Kleen2-0/+30
2014-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen6-34/+101
2014-11-11Fix some of the existing Cilk tests for the new errors.Andi Kleen2-4/+9
2014-11-11Add test cases for all the new cilk errorsAndi Kleen2-0/+60
2014-11-11Fix error location for cilk error messageAndi Kleen2-1/+6
2014-11-11c++ify srealTrevor Saunders5-481/+247
2014-11-11sched-deps.c (sched_analyze_1): Check pending list if it is not less than MAX...Bin Cheng2-5/+11
2014-11-11Daily bump.GCC Administrator1-1/+1
2014-11-11i386.c (ix86_decompose_address): Replace open-coded swap with std::swap to sw...Uros Bizjak3-104/+61
2014-11-11revert: re PR rtl-optimization/63620 (RELOAD lost SET_GOT dependency on Darwin)Uros Bizjak6-22/+43
2014-11-11* gcc.dg/tm/memopt-15.c: Add -msse2 to dg-options.Jakub Jelinek2-1/+3
2014-11-11ipa-icf-gimple.c (func_checker::compare_bb): Fix comment typo.Jakub Jelinek5-6/+109
2014-11-10Fix std::deque move construction with non-equal allocators.Jonathan Wakely6-12/+60
2014-11-10Major maintenance patch of the profile mode.François Dumont24-1540/+1917
2014-11-10re PR rtl-optimization/63620 (RELOAD lost SET_GOT dependency on Darwin)Vladimir Makarov2-2/+17
2014-11-10re PR tree-optimization/63748 (wrong may be used uninitialized warning (abnor...Patrick Palka4-12/+63
2014-11-10Add missing braces in gcc.dg/pr44194-1.cH.J. Lu2-1/+5
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev27-2085/+44
2014-11-10Revert the last change on gcc.c-torture/compile/pr35468.cH.J. Lu2-1/+4
2014-11-10invoke.texi ([-Wshift-count-negative, [...]): Add.Paolo Carlini13-13/+96
2014-11-10frv.c (frv_io_handle_use_1): Delete.Richard Sandiford2-19/+8
2014-11-10frv.c (frv_registers_conflict_p_1): Take an rtx rather than an rtx *.Richard Sandiford2-43/+45
2014-11-10frv.c: Include rtl-iter.h.Richard Sandiford2-22/+24
2014-11-10frv.c: Move include of rtl.h after hard-reg-set.h.Richard Sandiford2-33/+13
2014-11-10re PR bootstrap/63573 (libgo: ICE building libgo on powerpc-linux-gnu)Jan Hubicka2-0/+16
2014-11-10fshort-wchar.c: Use arm_eabi instead of arm*-*-*eabi*.Andreas Tobler27-26/+55
2014-11-10Add a testcase for PR tree-optimization/63778H.J. Lu2-0/+51
2014-11-10[PATCH] Partially fix PR61529, bound basic block frequencyRenlin Li4-0/+42
2014-11-10expmed.c (expand_shift_1): Expand 8 bit rotate of 16 bit value to bswaphi if ...Thomas Preud'homme2-0/+17
2014-11-10ptx testsuite fix for return addresses.Bernd Schmidt9-0/+26
2014-11-10Random testsuite tweaks for ptx.Bernd Schmidt6-5/+12
2014-11-10ptx testsuite fixes for issues like indirect jumps and jump labels.Bernd Schmidt75-20/+243
2014-11-10XFAILs and such for ptx.Bernd Schmidt27-7/+67
2014-11-10Testsuite untyped assembly fixes for ptx.Bernd Schmidt53-0/+126
2014-11-10Testsuite alloca fixes for ptx.Bernd Schmidt68-0/+148
2014-11-10Add the nvptx port.Bernd Schmidt22-4/+4260
2014-11-10Make thread_prologue_and_epilogue_insns callable from backends.Bernd Schmidt3-1/+6
2014-11-10Add a target hook for assembling undeclared decls.Bernd Schmidt10-11/+73
2014-11-10cpplib.h (cpp_callbacks): Add has_attribute.Edward Smith-Rowland18-23/+424
2014-11-10tree-ssa-operands.c (finalize_ssa_uses): Properly put released operands on th...Richard Biener2-2/+8
2014-11-10match.pd: Implement pattern from simplify_mult.Richard Biener3-55/+14