aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka37-57/+168
2008-08-30re PR target/37283 (Cannot build crtbegin.o for ARM)Samuel Tardieu2-2/+12
2008-08-30recog.c (split_insn): Consider attaching a REG_EQUAL note to the final insn o...Richard Sandiford2-0/+25
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka12-48/+77
2008-08-30ipa-inline.c (cgraph_estimate_growth): Discover self recursive functions.Jan Hubicka2-9/+28
2008-08-30Make-lang.in: Allow s-oscons.{o,ali} to be built even without a separate liba...Thomas Quinot2-2/+9
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill11-19/+332
2008-08-30Daily bump.GCC Administrator1-1/+1
2008-08-30re PR bootstrap/37086 (GCC 3.4 miscompiles trunk (for cross compiling))Joseph Myers2-0/+11
2008-08-29mangle.c (write_type): Add target-specific manglings for non-fundamental type...Mark Mitchell4-1/+20
2008-08-29tree-inline.c (insert_init_stmt): Insert sequence even when not in SSA form.Jan Hubicka2-4/+9
2008-08-29mn10300.c (mn10300_secondary_reload_class): We need secondary reloads for AM3...Jeff Law2-12/+34
2008-08-29see.c (see_merge_one_def_extension): Silence used uninitialized warning.Jan Hubicka6-4/+14
2008-08-29re PR middle-end/37261 (Spurious (?) "integer overflow in expression" warnings)Jakub Jelinek4-8/+29
2008-08-29dwarf2out.c (fortran_common): Update comment.Jakub Jelinek2-25/+29
2008-08-29dwarf2out.c (descr_info_loc): Handle VAR_DECL.Jakub Jelinek6-3/+23
2008-08-29dwarf2out.c (gen_const_die): New function.Jakub Jelinek4-6/+361
2008-08-29gfortran.h (gfc_use_list): Add where field.Jakub Jelinek4-22/+50
2008-08-29dwarf2out.c (gen_formal_parameter_die, [...]): For DECL_BY_REFERENCE decls do...Jakub Jelinek2-10/+17
2008-08-29dwarf2out.c (add_subscript_info): Stop on Fortran TYPE_STRING_FLAG types.Jakub Jelinek2-4/+50
2008-08-29re PR fortran/24790 (arguments are displayed as reference or pointer to norma...Jakub Jelinek2-0/+8
2008-08-29dwarf2out.c (loc_by_reference): New function.Jakub Jelinek2-6/+39
2008-08-29re PR fortran/23057 (Fortran common blocks are not described with DW_TAG_comm...Jakub Jelinek4-18/+53
2008-08-29trans-decl.c (gfc_build_qualified_array): Build non-flat array type for debug...Jakub Jelinek4-0/+56
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek20-79/+493
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka11-126/+279
2008-08-29xtensa.c (xtensa_secondary_reload_class): Revert change from 2008-04-03.Bob Wilson3-2/+12
2008-08-29re PR rtl-optimization/37251 (ICE with ira: delete_allocno_from_bucket)Vladimir Makarov2-0/+8
2008-08-29re PR middle-end/37243 (IRA causes wrong code generation)Vladimir Makarov2-2/+12
2008-08-29re PR middle-end/37278 (Revision 139760 causes many failures)Jan Hubicka2-1/+7
2008-08-29ipa-1.c: Fix template for better debug output.Jan Hubicka7-6/+20
2008-08-29tree-ssa-structalias.c (create_variable_info_for): Do not create fields for h...Richard Guenther4-2/+47
2008-08-29common.opt (ftree-store-ccp): Mark as preserved for backward compatibility.Richard Guenther9-356/+56
2008-08-29re PR middle-end/37236 (ICE: in mark_operand_necessary, at tree-ssa-dce.c:242)Richard Guenther5-21/+118
2008-08-29invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3Jan Hubicka3-1/+17
2008-08-29tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka11-51/+267
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka29-94/+167
2008-08-29gcov.c (main): Call expandargv.Tristan Gingold2-0/+7
2008-08-29tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop is not c...Jan Hubicka4-4/+40
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka7-23/+72
2008-08-29re PR tree-optimization/37207 (ice at tree-ssa-ifcombine.c:222 for -Os)Richard Guenther4-3/+45
2008-08-29m32r.h (LEGITIMATE_CONSTANT_P): Treat LABEL_REFs in the same way as SYMBOL_REFs.Nick Clifton2-1/+6
2008-08-29* config/xtensa/xtensa.md (<u>mulsidi3): Use a temporary register.Bob Wilson2-2/+7
2008-08-29Daily bump.GCC Administrator1-1/+1
2008-08-29mips.h (ISA_HAS_BBIT): New macro.Adam Nemet7-8/+202
2008-08-29re PR c/18050 (-Wsequence-point reports false positives)Manuel López-Ibáñez5-0/+68
2008-08-28re PR c++/37260 (infinite loop in init)Paolo Carlini4-0/+28
2008-08-28gtrh-posix.h: Fix uses of _POSIX_TIMEOUTS per the normal Posix rule that a sy...Paolo Carlini3-0/+17
2008-08-28mips.h (ISA_HAS_DMUL3): New macro.Adam Nemet7-24/+86
2008-08-28expmed.c (store_bit_field_1): Be prepared for movstrict expander to fail.Jan Hubicka7-251/+319