| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * cselib.c (reg_values, reg_values_size): Make them static. | kazu | 2005-03-06 | 2 | -2/+6 |
* | * cse.c (find_best_addr): Use canon_for_address. | rakdver | 2005-03-06 | 2 | -1/+6 |
* | * lib/file-format.exp (gcc_target_object_format): Add check for som | danglin | 2005-03-06 | 6 | -3/+32 |
* | * fold-const.c (fold_binary_op_with_conditional_arg): Take | kazu | 2005-03-06 | 2 | -10/+15 |
* | * fold-const.c (fold_range_test): Take decomposed arguments | kazu | 2005-03-06 | 2 | -17/+20 |
* | Fix ChangeLog date of PR19311 | lerdsuwa | 2005-03-06 | 1 | -2/+1 |
* | 2005-03-06 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-03-06 | 3 | -4/+86 |
* | * fold-const.c (optimize_minmax_comparison): Take decomposed | kazu | 2005-03-06 | 2 | -13/+31 |
* | * fold-const.c (fold_binary): Use code instead of t. | kazu | 2005-03-06 | 2 | -1/+3 |
* | * ChangeLog: Update entry. | danglin | 2005-03-06 | 1 | -1/+1 |
* | * jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h, | kazu | 2005-03-06 | 7 | -6/+11 |
* | Remove xref code. | rmathew | 2005-03-06 | 9 | -224/+45 |
* | * cse.c (fold_rtx_subreg, fold_rtx_mem): New. | kazu | 2005-03-06 | 2 | -312/+348 |
* | * fold-const.c (fold_binary): Avoid directly using the original | kazu | 2005-03-06 | 2 | -7/+12 |
* | * fold-const.c (fold): Remove handling of binary expressions. | kazu | 2005-03-06 | 2 | -2598/+2 |
* | Daily bump. | gccadmin | 2005-03-06 | 1 | -1/+1 |
* | * gfortran.dg/pr19936_1.f90: New test. | kargl | 2005-03-05 | 4 | -0/+22 |
* | PR 19936 | kargl | 2005-03-05 | 2 | -0/+17 |
* | * PR19754_1.f90: New test. | kargl | 2005-03-05 | 3 | -0/+37 |
* | PR fortran/19754 | kargl | 2005-03-05 | 2 | -2/+44 |
* | gcc/ | kazu | 2005-03-05 | 5 | -9/+17 |
* | * trans-const.c (gfc_conv_constant_to_tree): Use correct tree | tobi | 2005-03-05 | 2 | -1/+7 |
* | 2005-03-05 James A. Morrison <phython@gcc.gnu.org> | phython | 2005-03-05 | 10 | -31/+43 |
* | * fold-const.c (fold_binary): New. | kazu | 2005-03-05 | 2 | -0/+2620 |
* | * combine.c (simplify_and_const_int): Use gen_int_mode instead | kazu | 2005-03-05 | 6 | -21/+22 |
* | PR c++/19311 | lerdsuwa | 2005-03-05 | 6 | -31/+46 |
* | * tree-phinodes.c (remove_phi_node): Drop the last argument. | kazu | 2005-03-05 | 10 | -11/+24 |
* | * genattrtab.c, genemit.c, genoutput.c, genrecog.c, | kazu | 2005-03-05 | 9 | -8/+13 |
* | * predict.c (apply_return_prediction): Standardize PHI chain | kazu | 2005-03-05 | 3 | -12/+11 |
* | * lib/target-supports.exp (check_iconv_available): Fix comment. | uros | 2005-03-05 | 2 | -1/+5 |
* | * doc/invoke.texi: Document new MIPS -msym32 and -mno-sym32 options. | rsandifo | 2005-03-05 | 3 | -2/+26 |
* | PR tree-optimization/18815 | dpatel | 2005-03-05 | 2 | -3/+22 |
* | * doc/invoke.texi: Remove reference to webpage that does not exist. | dpatel | 2005-03-05 | 2 | -3/+4 |
* | PR c++/19797 | danglin | 2005-03-05 | 9 | -28/+150 |
* | * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for | jsm28 | 2005-03-05 | 2 | -1/+6 |
* | * gcc.exp (gcc_target_compile): Put braces around | matthewg | 2005-03-05 | 4 | -3/+10 |
* | Daily bump. | gccadmin | 2005-03-05 | 1 | -1/+1 |
* | * basic-block.h (rediscover_loops_after_threading): Declare. | law | 2005-03-04 | 5 | -7/+317 |
* | fortran/ | tobi | 2005-03-04 | 4 | -2/+33 |
* | * fold-const.c (fold_ternary): Unroll the "for" loop to | kazu | 2005-03-04 | 2 | -59/+52 |
* | 2005-03-04 Andrew Haley <aph@redhat.com> | aph | 2005-03-04 | 2 | -7/+138 |
* | * expr.c (gfc_copy_shape_excluding): Change && to ||. | kargl | 2005-03-04 | 2 | -1/+5 |
* | 2005-03-04 Andrew Haley <aph@redhat.com> | aph | 2005-03-04 | 2 | -8/+22 |
* | * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) | rsandifo | 2005-03-04 | 10 | -38/+219 |
* | 2005-03-04 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2005-03-04 | 2 | -15/+8 |
* | * gcc.misc-tests/options.exp: New test. | bje | 2005-03-04 | 2 | -0/+52 |
* | * gcc.c (option_map): Add --coverage. | bje | 2005-03-04 | 4 | -3/+22 |
* | * gcse.c (bypass_block): Use find_edge wherever possible. | kazu | 2005-03-04 | 2 | -20/+10 |
* | 2005-03-03 Daniel Berlin <dberlin@dbrelin.org> | dberlin | 2005-03-04 | 4 | -4/+33 |
* | * fold-const.c (fold_ternary): New. | kazu | 2005-03-04 | 2 | -185/+247 |