aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2008-08-31configure.ac (RPATH_ENVVAR): Use PATH on Windows.Aaron W. LaFramboise6-5/+99
2008-08-31predict.c (maybe_hot_bb_p, [...]): Previous commit mistakely had old version ...Jan Hubicka2-2/+5
2008-08-31ipa-cp.c (ipcp_need_original_clone_p): Remove.Jan Hubicka3-21/+61
2008-08-31tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Check that loop is opti...Jan Hubicka2-0/+13
2008-08-31re PR c/37271 (gcc.dg/pr37186.c doesn't work)Paolo Carlini2-1/+6
2008-08-31trans-expr.c (gfc_trans_string_copy): Use the correct types to compute slen a...Richard Guenther2-4/+11
2008-08-31re PR middle-end/37289 (ICE after non-trivial conversion at assignment)Richard Guenther4-1/+27
2008-08-31postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_for_...Jan Hubicka4-30/+28
2008-08-31re PR target/37168 (ICE: in final_scan_insn, at final.c:2615 (altivec))Jakub Jelinek7-12/+49
2008-08-31cold-attribute-1.c: New testcase.Jan Hubicka9-4/+116
2008-08-31re PR debug/37287 (ICE (segfault) with new debugging patch)Jakub Jelinek5-2/+42
2008-08-31dwarf2out.c (native_encode_initializer): Subtract min_index for non-range arr...Jakub Jelinek2-1/+9
2008-08-31sparc.h (BRANCH_COST): Fix macro definition.Jan Hubicka3-44/+50
2008-08-31tree-cfg.c (verify_types_in_gimple_assign): Dump mismatched types instead of ...Richard Guenther2-4/+27
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft16-141/+938
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka67-559/+853
2008-08-30#define vector __attribute__((vector_size(16) )) struct struct1 { union { flo...Andrew Pinski5-1/+44
2008-08-31Daily bump.GCC Administrator1-1/+1
2008-08-31re PR fortran/36895 (Namelist writting to internal files: Control characters...Jerry DeLisle2-0/+14
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner45-713/+940
2008-08-30re PR c++/37288 (ICE using auto as function return type or parameter)Jason Merrill3-1/+13
2008-08-30Include basic-block.h in dojump.c to declare optimize_insn_for_speed.Michael Meissner3-1/+9
2008-08-30re PR target/37270 (SH: spill failure for R0_REGS)Kaz Kojima2-2/+9
2008-08-30* fi.po: New.Joseph Myers2-0/+33475
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