summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
...
* * cselib.c (reg_values, reg_values_size): Make them static.kazu2005-03-062-2/+6
* * cse.c (find_best_addr): Use canon_for_address.rakdver2005-03-062-1/+6
* * lib/file-format.exp (gcc_target_object_format): Add check for somdanglin2005-03-066-3/+32
* * fold-const.c (fold_binary_op_with_conditional_arg): Takekazu2005-03-062-10/+15
* * fold-const.c (fold_range_test): Take decomposed argumentskazu2005-03-062-17/+20
* Fix ChangeLog date of PR19311lerdsuwa2005-03-061-2/+1
* 2005-03-06 James A. Morrison <phython@gcc.gnu.org>phython2005-03-063-4/+86
* * fold-const.c (optimize_minmax_comparison): Take decomposedkazu2005-03-062-13/+31
* * fold-const.c (fold_binary): Use code instead of t.kazu2005-03-062-1/+3
* * ChangeLog: Update entry.danglin2005-03-061-1/+1
* * jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h,kazu2005-03-067-6/+11
* Remove xref code.rmathew2005-03-069-224/+45
* * cse.c (fold_rtx_subreg, fold_rtx_mem): New.kazu2005-03-062-312/+348
* * fold-const.c (fold_binary): Avoid directly using the originalkazu2005-03-062-7/+12
* * fold-const.c (fold): Remove handling of binary expressions.kazu2005-03-062-2598/+2
* Daily bump.gccadmin2005-03-061-1/+1
* * gfortran.dg/pr19936_1.f90: New test.kargl2005-03-054-0/+22
* PR 19936kargl2005-03-052-0/+17
* * PR19754_1.f90: New test.kargl2005-03-053-0/+37
* PR fortran/19754kargl2005-03-052-2/+44
* gcc/kazu2005-03-055-9/+17
* * trans-const.c (gfc_conv_constant_to_tree): Use correct treetobi2005-03-052-1/+7
* 2005-03-05 James A. Morrison <phython@gcc.gnu.org>phython2005-03-0510-31/+43
* * fold-const.c (fold_binary): New.kazu2005-03-052-0/+2620
* * combine.c (simplify_and_const_int): Use gen_int_mode insteadkazu2005-03-056-21/+22
* PR c++/19311lerdsuwa2005-03-056-31/+46
* * tree-phinodes.c (remove_phi_node): Drop the last argument.kazu2005-03-0510-11/+24
* * genattrtab.c, genemit.c, genoutput.c, genrecog.c,kazu2005-03-059-8/+13
* * predict.c (apply_return_prediction): Standardize PHI chainkazu2005-03-053-12/+11
* * lib/target-supports.exp (check_iconv_available): Fix comment.uros2005-03-052-1/+5
* * doc/invoke.texi: Document new MIPS -msym32 and -mno-sym32 options.rsandifo2005-03-053-2/+26
* PR tree-optimization/18815dpatel2005-03-052-3/+22
* * doc/invoke.texi: Remove reference to webpage that does not exist.dpatel2005-03-052-3/+4
* PR c++/19797danglin2005-03-059-28/+150
* * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h forjsm282005-03-052-1/+6
* * gcc.exp (gcc_target_compile): Put braces aroundmatthewg2005-03-054-3/+10
* Daily bump.gccadmin2005-03-051-1/+1
* * basic-block.h (rediscover_loops_after_threading): Declare.law2005-03-045-7/+317
* fortran/tobi2005-03-044-2/+33
* * fold-const.c (fold_ternary): Unroll the "for" loop tokazu2005-03-042-59/+52
* 2005-03-04 Andrew Haley <aph@redhat.com>aph2005-03-042-7/+138
* * expr.c (gfc_copy_shape_excluding): Change && to ||.kargl2005-03-042-1/+5
* 2005-03-04 Andrew Haley <aph@redhat.com>aph2005-03-042-8/+22
* * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)rsandifo2005-03-0410-38/+219
* 2005-03-04 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-03-042-15/+8
* * gcc.misc-tests/options.exp: New test.bje2005-03-042-0/+52
* * gcc.c (option_map): Add --coverage.bje2005-03-044-3/+22
* * gcse.c (bypass_block): Use find_edge wherever possible.kazu2005-03-042-20/+10
* 2005-03-03 Daniel Berlin <dberlin@dbrelin.org>dberlin2005-03-044-4/+33
* * fold-const.c (fold_ternary): New.kazu2005-03-042-185/+247