OSDN Git Service

pf3gnuchains/gcc-fork.git
2010-05-31 kargl2010-05-31 Steven G. Kargl <kargl@gcc.gnu.org>
2010-05-31 tkoenig2010-05-31 Thomas Koenig <tkoenig@gcc.gnu.org>
2010-05-31 jakub PR target/44338
2010-05-31 paolo2010-05-31 Jonathan Wakely <jwakely.gcc@gmail.com>
2010-05-31 hubicka * tree.h (tree_range_check_failed): Declare noreturn.
2010-05-31 hubicka * gimple.c (gimple_call_builtin_p): New function.
2010-05-31 hubicka * gimple.c (gimple_call_builtin_p): New function.
2010-05-31 jakub PR middle-end/44337
2010-05-31 jakub PR tree-optimization/44182
2010-05-31 paolo2010-05-31 Paolo Carlini <paolo.carlini@oracle.com>
2010-05-31 ktietz2010-05-31 Kai Tietz <kai.tietz@onevision.com>
2010-05-31 ebotcazou * cgraphunit.c (cgraph_decide_is_function_needed)...
2010-05-31 rguenth2010-05-31 Richard Guenther <rguenther@suse.de>
2010-05-31 froydnj * objc-act.c (synth_module_prologue): Use build_functi...
2010-05-31 gccadminDaily bump.
2010-05-30 hubicka * predict.c (maybe_hot_edge_p): Calls to functions...
2010-05-30 janus2010-05-30 Janus Weil <janus@gcc.gnu.org>
2010-05-30 rguenth2010-05-30 Richard Guenther <rguenther@suse.de>
2010-05-30 iains2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
2010-05-30 ebotcazou * config/rs6000/rs6000.c (rs6000_output_function_entry...
2010-05-30 hubicka * toplev.c (wrapup_global_declaration_2): Avoid creati...
2010-05-30 rguenth2010-05-30 Richard Guenther <rguenther@suse.de>
2010-05-30 hubicka * cgraph.h (cgraph_dump_file): Declare.
2010-05-30 hubicka * dwarf2out.c (reference_to_unused,
2010-05-30 hubicka * cgraph.h (cgraph_node_cannot_return,
2010-05-30 hubicka * config/i386/i386.c (pro_epilogue_adjust_stack):...
2010-05-30 ebotcazou * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Ty...
2010-05-30 ebotcazou * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust...
2010-05-30 hubicka * passes.c (ipa_write_optimization_summaries_1, ipa_wr...
2010-05-30 hubicka * ipa.c (cgraph_remove_unreachable_node): Walk referen...
2010-05-30 froydnj * cp-tree.h (cp_build_function_call_nary): Declare.
2010-05-30 gccadminDaily bump.
2010-05-30 hubicka * cgraph.c (cgraph_mark_reachable): Relax check for...
2010-05-29 steven * except.c: Include tm.h.
2010-05-29 danglin PR target/44165
2010-05-29 mrs * configure.ac: Add multilib support for gmp. Proper...
2010-05-29 hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2010-05-29 mrs2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
2010-05-29 hubicka * cgraph.h (struct varpool_node_set_def,
2010-05-29 hubicka PR middle-end/44324
2010-05-29 rguenth2010-05-29 Richard Guenther <rguenther@suse.de>
2010-05-29 spopDon't use unshare_expr when not necessary.
2010-05-29 spopDo not use annotations on edges in if-conversion.
2010-05-29 hjlAdd a missing `\'.
2010-05-29 danglin PR target/44261
2010-05-29 froydnj * cp-tree.h (struct cp_decl_specifier_seq): Move type_...
2010-05-29 froydnj * basic-block.h (struct control_flow_graph): Move...
2010-05-29 hubicka * varpool.c (varpool_get_node): Fix lookup.
2010-05-29 steven * config/t-darwin (darwin-c.o): Remove C_TREE_H depend...
2010-05-29 steven * config/spu/spu-protos.h: Do not include rtl.h. ...
2010-05-29 mrsReflow.
2010-05-29 mrs * Makefile.in (build/gencondmd.o): Be sure to use...
2010-05-29 hubicka * cgraphunit.c (cgraph_materialize_clone): Only remove...
2010-05-29 mrs * config/rs6000/rs6000-c.c: Remove c-tree.h include.
2010-05-29 hubickaAdd missing part of previous commit.
2010-05-29 hubicka * cgraph.c (clone_function_name): Take SUFFIX argument...
2010-05-29 ebotcazouFix long lines
2010-05-29 gccadminDaily bump.
2010-05-29 stevengcc/ChangeLog:
2010-05-28 steven * c-lex.c: Do not include c-tree.h.
2010-05-28 stevengcc/ChangeLog:
2010-05-28 stevengcc/ChangeLog:
2010-05-28 mrs * config/darwin-c.c: Remove c-tree.h include.
2010-05-28 jsm28 * gcc.c: Include diagnostic.h.
2010-05-28 law * ira.c (ira_bad_reload_regno, ira_build_reload_regno_...
2010-05-28 law * ira-color.c (update_curr_costs): Free updated hard...
2010-05-28 ianFix erroneous duplication.
2010-05-28 paolo2010-05-28 Paolo Carlini <paolo.carlini@oracle.com>
2010-05-28 burnus2010-05-28 Tobias Burnus <burnus@net-b.de>
2010-05-28 froydnj * tree-vect-stmts.c (vectorizable_assignment): Call...
2010-05-28 rguenth2010-05-28 Richard Guenther <rguenther@suse.de>
2010-05-28 spopWhen niter may be zero, return a COND_EXPR with the...
2010-05-28 spopDon't generate COND_EXPRs for degenerate_phi_result.
2010-05-28 spopCheck the if-convertibility of phi nodes in non predica...
2010-05-28 mrs PR objc/44125
2010-05-28 mrs * objc.dg/stret-2.m: Fix to use more than 4 bytes.
2010-05-28 jsm28 * gcc.c (error, warning, inform): Remove duplicate...
2010-05-28 jsm28 PR driver/15303
2010-05-28 froydnj * expr.c (get_symbol_table_index): Add spaces in expre...
2010-05-28 jules gcc/
2010-05-28 hubicka * ipa-reference.c (add_static_var): Remove redundant...
2010-05-28 iains2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
2010-05-28 mkuvyrkov PR bootstrap/44314
2010-05-28 jakub PR debug/41048
2010-05-28 froydnj * java-tree.h (method_entry): Declare. Declare VECs...
2010-05-28 jakub PR target/43636
2010-05-28 iains PR ObjC++/23616
2010-05-28 jsm28 * final.c (rest_of_clean_state): Use %m in errors...
2010-05-28 uros * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
2010-05-28 rguenth2010-05-28 Richard Guenther <rguenther@suse.de>
2010-05-28 ktietz2010-05-28 Kai Tietz <kai.tietz@onevision.com>
2010-05-28 ktietz2010-05-28 Kai Tietz <kai.tietz@onevision.com>
2010-05-28 amodra PR target/44266
2010-05-28 krebbel2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2010-05-28 gccadminDaily bump.
2010-05-28 dodjiRevert "Fix PR c++/44188"
2010-05-27 segher2010-05-26 Segher Boessenkool <segher@kernel.crashing...
2010-05-27 segher2010-05-28 Segher Boessenkool <segher@kernel.crashing...
2010-05-27 jakub PR bootstrap/44255
2010-05-27 sterling2010-05-27 Sterling Augustine <sterling@tensilica.com>
next