aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-25IPA REF refactoringMartin Liska32-506/+684
2014-06-25fix typo in winnt.cTrevor Saunders2-1/+5
2014-06-25fix checking=foldTrevor Saunders2-11/+25
2014-06-25xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace implementation with call to...David Edelsohn4-61/+80
2014-06-25DR 178 PR c++/49132Paolo Carlini7-16/+87
2014-06-25pr61540.C: Remove dumping test.Martin Jambor2-4/+5
2014-06-25re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek6-3/+65
2014-06-25re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse4-0/+27
2014-06-25v850.c (GHS_default_section_names): Change to const char * type.Nick Clifton4-13/+26
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek18-20/+658
2014-06-25re PR testsuite/61560 (FAIL: gcc.dg/tree-ssa/ssa-fre-32.c on arm)Richard Biener2-6/+14
2014-06-25Adjust options for use of Neon with multilib testing.Ramana Radhakrishnan2-1/+6
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou20-6/+471
2014-06-25Daily bump.GCC Administrator1-1/+1
2014-06-25Fixup const qualification of the argument passed to hash_table::find_slotTrevor Saunders2-1/+6
2014-06-24runtime: add missing benchmark input files to the repositoryIan Lance Taylor7-0/+0
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka12-28/+61
2014-06-24mips.c (mips_order_regs_for_local_alloc): Delete.Catherine Moore4-30/+7
2014-06-24Add me to MAINTAINERS.Dehao Chen1-0/+1
2014-06-24invoke.texi (Warning Options): Remove duplicated -Wmaybe-uninitialized.Marc Glisse2-1/+6
2014-06-24re PR tree-optimization/57742 (memset(malloc(n),0,n) -> calloc(n,1))Marc Glisse8-3/+210
2014-06-24Make the AAPCS64 function return tests more robust.Yufeng Zhang3-1/+29
2014-06-24functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely6-8/+21
2014-06-24re PR target/61570 (-march=native CPU you selected does not support x86-64 in...Jakub Jelinek2-0/+12
2014-06-24re PR c++/33972 (Cannot declare operator() using function typedef)Paolo Carlini6-3/+23
2014-06-24Revert the last change on driver-i386.cH.J. Lu2-37/+22
2014-06-24add hash_map classTrevor Saunders16-308/+325
2014-06-24allow storing values directly in hash tablesTrevor Saunders10-121/+800
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders91-1506/+1361
2014-06-24singleton_intrinsics_1.c: Save temps and cleanup.Alan Lawrence2-1/+8
2014-06-24re PR tree-optimization/61572 (ICE: in assign_by_spills, at lra-assigns.c:1335)Richard Biener4-0/+63
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek19-33/+536
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek29-241/+1513
2014-06-24[multiple changes]Chung-Lin Tang4-2/+75
2014-06-24strlen-overflow-1.c: Change match patterns.Max Ostapenko2-1/+6
2014-06-24localalias-2.c: Guard by require-alias.Jan Hubicka3-0/+7
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka7-0/+253
2014-06-24Daily bump.GCC Administrator1-1/+1
2014-06-23any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely7-3/+117
2014-06-23re PR middle-end/39284 (Computed gotos combined too aggressively)Kai Tietz3-1/+25
2014-06-23* gcc.target/i386/indjmp-1.c: New test.Kai Tietz2-0/+27
2014-06-2320140723-1.c: New testcase.Andrew Pinski2-0/+8
2014-06-23Revert "2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>"Jeff Law2-5/+1
2014-06-23Fix include path for in-tree cloog.Bernd Edlinger4-27/+33
2014-06-23sanitizer_common_interceptors.inc: Cherry pick upstream r211008.Paolo Carlini2-3/+9
2014-06-23gcc.c (set_multilib_dir): Fix typo.Paul Gortmaker2-1/+5
2014-06-23re PR c/61553 (__atomic_store with non-pointer arg ICE)Marek Polacek2-1/+6
2014-06-23re PR libstdc++/61532 (make_signed and make_unsigned wchar_t have started fai...Jonathan Wakely5-4/+26
2014-06-23trans-decl.c (gfc_trans_deferred_vars): Fix handling of explicit-size arrays ...Tobias Burnus4-1/+28
2014-06-23DR 577 PR c++/33101Paolo Carlini5-10/+20