| Commit message (Expand) | Author | Age | Files | Lines |
* | * inclhack.def (hpux8_bogus_inlines): Bypass on __GNUG__. | jsm28 | 2004-11-09 | 3 | -10/+60 |
* | * include/jni.h: Added FIXME. | tromey | 2004-11-09 | 2 | -1/+7 |
* | * cpplib.pot: Regenerate. | jsm28 | 2004-11-09 | 2 | -329/+375 |
* | * Makefile.in ($(PACKAGE).pot): New rule. Depend on | jsm28 | 2004-11-09 | 2 | -3/+16 |
* | * exgettext: Remove local srcdir and objdir paths from gcc.pot. | jsm28 | 2004-11-09 | 2 | -1/+8 |
* | PR c/18322 | jsm28 | 2004-11-09 | 5 | -3/+15 |
* | ChangeLog: | uweigand | 2004-11-09 | 7 | -68/+84 |
* | 2004-11-09 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-09 | 4 | -0/+21 |
* | * tree-cfg.c (create_bb): Remove unnecessary memset. | kazu | 2004-11-09 | 2 | -2/+7 |
* | * tree-ssa-threadupdate.c (copy_phis_to_block): Remove. | kazu | 2004-11-09 | 2 | -34/+7 |
* | * loop-iv.c (iv_number_of_iterations): Make it static. | kazu | 2004-11-09 | 3 | -3/+6 |
* | * function.c (combine_temp_slots, assign_parms, | kazu | 2004-11-09 | 3 | -6/+9 |
* | * emit-rtl.c (copy_most_rtx): Remove. | kazu | 2004-11-09 | 3 | -100/+5 |
* | * cfgloop.c (flow_loops_update): Remove. | kazu | 2004-11-09 | 3 | -15/+5 |
* | * conflict.c (mark_reg, conflict_graph_compute): Remove. | kazu | 2004-11-09 | 3 | -137/+6 |
* | * tree-if-conv.c (add_to_dst_predicate_list): Change the | kazu | 2004-11-09 | 2 | -13/+18 |
* | * fold-const.c (pedantic_non_lvalue): Make it static. | kazu | 2004-11-09 | 3 | -2/+6 |
* | * optabs.c (prepare_operand): Make it static. | kazu | 2004-11-09 | 3 | -4/+6 |
* | * reload1.c (reloads_conflict, gen_reload): Make them static. | kazu | 2004-11-09 | 3 | -8/+9 |
* | * reload.c (refers_to_mem_for_reload_p, | kazu | 2004-11-09 | 3 | -12/+11 |
* | PR target/18230 | ebotcazou | 2004-11-09 | 6 | -95/+202 |
* | * config/s390/s390.c (s390_select_ccmode): Return CCAPmode for | uweigand | 2004-11-09 | 3 | -36/+376 |
* | * config/s390/s390.c (s390_canonicalize_comparison): Reverse condition | uweigand | 2004-11-09 | 3 | -30/+88 |
* | * config/rs6000/rs6000.c (rs6000_rtx_costs): Add EQ, GTU, and LTU. | dje | 2004-11-09 | 3 | -50/+121 |
* | * tree-phinodes.c (phi_reverse): New. | kazu | 2004-11-09 | 4 | -10/+26 |
* | 2004-11-09 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-09 | 4 | -11/+27 |
* | * tree-ssa-loop-ivopts.c: Fix a comment typo. | kazu | 2004-11-09 | 2 | -2/+6 |
* | 2004-11-09 Paolo Carlini <pcarlini@suse.de> | paolo | 2004-11-09 | 2 | -10/+18 |
* | 2004-11-07 James A. Morrison <phython@gcc.gnu.org> | phython | 2004-11-09 | 2 | -0/+10 |
* | * gcc.pot: Regenerate. | jsm28 | 2004-11-09 | 2 | -1077/+1036 |
* | * builtins.c, c-common.c, c-decl.c, c-format.c: Say "argument" | jsm28 | 2004-11-09 | 7 | -33/+46 |
* | * builtins.c, c-common.c, c-decl.c, c-format.c, c-format.h, | jsm28 | 2004-11-09 | 65 | -316/+360 |
* | * gdbinit.in (pbb, pbm): New macros. | hp | 2004-11-09 | 2 | -0/+20 |
* | * cfg.c (redirect_edge_succ_nodup): Use find_edge rather than | law | 2004-11-09 | 3 | -10/+22 |
* | * passes.c (rest_of_handle_jump): Remove dead code. | kazu | 2004-11-09 | 2 | -21/+4 |
* | * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__. | sje | 2004-11-09 | 2 | -0/+8 |
* | Daily bump. | gccadmin | 2004-11-09 | 1 | -1/+1 |
* | Daily bump. | gccadmin | 2004-11-09 | 1 | -1/+1 |
* | * java/util/GregorianCalendar.java: Removed unused imports. | tromey | 2004-11-08 | 3 | -4/+5 |
* | * tree-cfg.c (thread_jumps): Speed up by keeping a pointer to | kazu | 2004-11-08 | 2 | -8/+10 |
* | * tree-inline.c (remap_save_expr): Make it static. | kazu | 2004-11-08 | 3 | -2/+7 |
* | * tree-ssa-loop-niter.c (upper_bound_in_type, | kazu | 2004-11-08 | 3 | -6/+8 |
* | * tree-ssa-live.c (tpa_init, pop_best_coalesce): Make them | kazu | 2004-11-08 | 3 | -4/+8 |
* | * tree-if-conv.c (tree_if_conversion): Make it static. | kazu | 2004-11-08 | 3 | -5/+6 |
* | * tree-ssa-operands.c (build_ssa_operands): Make it static. | kazu | 2004-11-08 | 3 | -5/+6 |
* | * Makefile.in (tree-ssa-loop-ivopts.o): Add sbitmap.h dependency. | rakdver | 2004-11-08 | 2 | -318/+677 |
* | 2004-11-08 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-08 | 2 | -13/+8 |
* | * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and | sje | 2004-11-08 | 2 | -0/+8 |
* | 2004-11-08 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2004-11-08 | 2 | -6/+10 |
* | 2004-11-08 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-08 | 4 | -1/+24 |