aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-09fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer17-37/+120
2010-06-09ipa-pure-const.c (propagate_pure_const, [...]): Break out from ...Jan Hubicka2-13/+53
2010-06-09bitmap.c (bitmap_elt_insert_after, [...]): Use checking asserts.Jan Hubicka2-13/+20
2010-06-09Limit non-constant step prefetching only to the innermost loops.Changpeng Fang2-0/+10
2010-06-09Adjust the threshold value of PREFETCH_MOD_TO_UNROLL_FACTOR_RATIOChangpeng Fang2-4/+10
2010-06-09Call compute_overall_effect_of_inner_loop from instantiate_scev_name.Sebastian Pop2-3/+19
2010-06-09Do not gather loop exit conditions on the basic blocks outside the loop.Sebastian Pop2-6/+20
2010-06-09Fix comments and indentation.Sebastian Pop5-14/+28
2010-06-09re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou5-10/+36
2010-06-09re PR fortran/44347 (SELECT_REAL_KIND: Wrongly accepts non-scalar arguments)Daniel Franke4-4/+37
2010-06-09re PR fortran/44359 (-Wall / -Wconversion: Too verbose warning for DATA BOZ c...Daniel Franke5-54/+80
2010-06-09re PR fortran/44430 (Infinite recursion with -fdump-parse-tree)Janus Weil2-1/+6
2010-06-092010-06-09 Steven G. KarglSteven G. Kargl4-1/+34
2010-06-09bitmap.c (bitmap_and): Walk array forward.Jan Hubicka2-16/+30
2010-06-09dwarf2.C: Don't xfail on i386-pc-solaris*.Rainer Orth4-3/+7
2010-06-09Fix gcc/ChangeLog.Anatoly Sokolov1-2/+2
2010-06-09opts-common.c (prune_options): Ensure replacement argv array is correctly ter...Dave Korn2-0/+12
2010-06-09mvbits_9.f90: New test.Steven G. Kargl10-28/+182
2010-06-09* gcc-interface/ada-tree.h: Fix formatting nits.Eric Botcazou2-16/+21
2010-06-09cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka8-48/+64
2010-06-09re PR libstdc++/44461 (__cxa_end_cleanup ends up in wrong section i.e. not in...Khem Raj2-4/+14
2010-06-09cp-tree.h (struct saved_scope): Change decl_ns_list field type to a VEC.Nathan Froyd4-7/+17
2010-06-09call.c (build_java_interface_fn_ref): Call build_function_type_list instead o...Nathan Froyd6-66/+73
2010-06-09call.c (build_call_n): Call XALLOCAVEC instead of alloca.Nathan Froyd5-11/+20
2010-06-09* Makefile.in (TAGS): Collect tags info from c-family.Jason Merrill2-1/+5
2010-06-09re PR c++/44366 ([C++0x] g++ crashes when declaring a lambda expression using...Jason Merrill2-3/+8
2010-06-09re PR fortran/44211 ([OOP] ICE with TBP of pointer component of derived type ...Janus Weil4-0/+46
2010-06-09re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64)Paolo Carlini2-6/+20
2010-06-09lto.c (lto_resolution_read): Pre-initialize local variable r.Kai Tietz3-7/+14
2010-06-09gimple.h (gcc_gimple_checking_assert): New macro.Jan Hubicka2-79/+86
2010-06-09tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.Sandra Loosemore2-4/+25
2010-06-09mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and GFC_REAL_*_LITERAL macros...Francois-Xavier Coudert4-9/+24
2010-06-09system_clock.c (system_clock_4, [...]): Undefine TCK.Francois-Xavier Coudert2-0/+7
2010-06-09tree-ssa-loop-niter.c (simplify_replace_tree): Do not replace constants.Richard Guenther2-0/+9
2010-06-09Move changelog entry of fortran into fortran's ChangeLog.Kai Tietz2-4/+6
2010-06-09resolve.c (resolve_deallocate_expr): Avoid warning about possible use of iuni...Kai Tietz2-1/+6
2010-06-09c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.Kai Tietz2-1/+5
2010-06-09re PR tree-optimization/44423 (Massive performance regression in SSE code due...Martin Jambor4-3/+63
2010-06-09re PR testsuite/42843 (--enable-build-with-cxx plugin tests fail)Joern Rennecke12-9/+49
2010-06-09re PR bootstrap/44432 ([boot with C++] configure does not check presence of h...Joern Rennecke3-2/+35
2010-06-09re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)Francois-Xavier Coudert2-2/+5
2010-06-09arm.c (thumb2_reorg): New function.Bernd Schmidt3-23/+65
2010-06-09re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6)Iain Sandoe10-21/+54
2010-06-09re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64)Paolo Carlini2-11/+12
2010-06-09Daily bump.GCC Administrator1-1/+1
2010-06-09re PR target/44067 (internal compiler error: in rs6000_split_multireg_move, a...Edmar Wienskoski2-1/+8
2010-06-09re PR plugins/44459 (plugin interface depends on name mangling)Joern Rennecke2-6/+15
2010-06-08Add missing ChangeLog entries for revision 160327.H.J. Lu1-0/+3
2010-06-08basic-block.h (single_succ_edge, [...]): Do sanity checking with ENABLE_CHECK...Jan Hubicka2-0/+15
2010-06-08re PR tree-optimization/39874 (missing VRP (submission))Sandra Loosemore7-39/+1137