summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * dwarf2out.c (reference_to_unused,hubicka2010-05-302-4/+10
* * cgraph.h (cgraph_node_cannot_return,hubicka2010-05-304-12/+170
* * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBPhubicka2010-05-302-8/+17
* * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Type>: Reuse theebotcazou2010-05-308-2/+86
* * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust warning message.ebotcazou2010-05-309-18/+35
* * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,hubicka2010-05-302-0/+22
* * ipa.c (cgraph_remove_unreachable_node): Walk references of correct node;hubicka2010-05-302-12/+22
* * cp-tree.h (cp_build_function_call_nary): Declare.froydnj2010-05-306-44/+71
* Daily bump.gccadmin2010-05-301-1/+1
* * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.hubicka2010-05-302-1/+6
* * except.c: Include tm.h.steven2010-05-292-0/+5
* PR target/44165danglin2010-05-292-1/+6
* * configure.ac: Add multilib support for gmp. Proper -I and -Lmrs2010-05-293-12/+82
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-2968-170/+282
* 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>mrs2010-05-292-5/+10
* * cgraph.h (struct varpool_node_set_def,hubicka2010-05-294-149/+119
* PR middle-end/44324hubicka2010-05-292-1/+6
* 2010-05-29 Richard Guenther <rguenther@suse.de>rguenth2010-05-292-2/+26
* Don't use unshare_expr when not necessary.spop2010-05-294-33/+73
* Do not use annotations on edges in if-conversion.spop2010-05-292-55/+24
* Add a missing `\'.hjl2010-05-292-1/+7
* PR target/44261danglin2010-05-292-20/+44
* * cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.froydnj2010-05-292-4/+9
* * basic-block.h (struct control_flow_graph): Move last_label_uid field up.froydnj2010-05-298-12/+23
* * varpool.c (varpool_get_node): Fix lookup.hubicka2010-05-292-1/+7
* * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.steven2010-05-292-1/+3
* * config/spu/spu-protos.h: Do not include rtl.h. Protectsteven2010-05-294-7/+18
* Reflow.mrs2010-05-291-2/+3
* * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead ofmrs2010-05-292-0/+7
* * cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body;hubicka2010-05-292-1/+10
* * config/rs6000/rs6000-c.c: Remove c-tree.h include.mrs2010-05-292-1/+4
* Add missing part of previous commit.hubicka2010-05-291-0/+6
* * cgraph.c (clone_function_name): Take SUFFIX argument; export.hubicka2010-05-298-53/+54
* Fix long linesebotcazou2010-05-291-5/+5
* Daily bump.gccadmin2010-05-291-1/+1
* gcc/ChangeLog:steven2010-05-295-20/+33
* * c-lex.c: Do not include c-tree.h.steven2010-05-287-6/+10
* gcc/ChangeLog:steven2010-05-287-36/+44
* gcc/ChangeLog:steven2010-05-286-20/+42
* * config/darwin-c.c: Remove c-tree.h include.mrs2010-05-282-1/+4
* * gcc.c: Include diagnostic.h.jsm282010-05-284-161/+72
* * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New functions.law2010-05-284-4/+59
* * ira-color.c (update_curr_costs): Free updated hard reg costs.law2010-05-282-4/+7
* Fix erroneous duplication.ian2010-05-281-11633/+0
* 2010-05-28 Paolo Carlini <paolo.carlini@oracle.com>paolo2010-05-286-6/+27
* 2010-05-28 Tobias Burnus <burnus@net-b.de>burnus2010-05-282-1/+5
* * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead offroydnj2010-05-282-1/+6
* 2010-05-28 Richard Guenther <rguenther@suse.de>rguenth2010-05-283-4/+18
* When niter may be zero, return a COND_EXPR with the may_be_zero condition.spop2010-05-286-49/+70
* Don't generate COND_EXPRs for degenerate_phi_result.spop2010-05-282-15/+26