aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-05-29altivec-10.C: New test.Ziemowit Laski2-0/+23
2004-05-29Typo in last patch.Paul Brook1-1/+1
2004-05-29trans-common.c (find_equivalence): Find multiple rules.Paul Brook4-4/+31
2004-05-29Daily bump.GCC Administrator1-1/+1
2004-05-29Fix formatting.Bryce McKinlay1-2/+3
2004-05-29jcf-write.c (generate_bytecode_conditional): Handle binops UNLT_EXPR, UNLE_EX...Bryce McKinlay2-0/+41
2004-05-28re PR c++/15471 (Incorrect member pointer offsets in anonymous structs/unions)Mark Mitchell4-4/+20
2004-05-28* stor-layout.c (place_field): Revert erroneous commit.DJ Delorie2-1/+4
2004-05-28altivec-16.c: New test.Ziemowit Laski2-0/+23
2004-05-28re PR c++/15083 (spurious "statement has no effect" warning)Mark Mitchell9-4/+70
2004-05-28target-supports.exp (check_vmx_hw_available): New.Janis Johnson3-6/+71
2004-05-28target-supports.exp (check_alias_available, [...]): Use unique names for temp...Janis Johnson2-11/+28
2004-05-28altivec-15.c: New test.Ziemowit Laski2-0/+33
2004-05-28fix typo in last commit....Aldy Hernandez1-4/+1
2004-05-28altivec.h (vec_ctf, [...]): Remove type checks for integral parameters and li...Ziemowit Laski2-324/+295
2004-05-28* c-common.c (fname_as_string): Fix xcalloc to xmalloc.Aldy Hernandez2-1/+5
2004-05-28decl.c (cp_make_fname_decl): Free return value from fname_as_string.Aldy Hernandez2-0/+8
2004-05-28function.cc: New.Aldy Hernandez5-2/+57
2004-05-28* stringpool.c: Add comments to PCH saving/restoring routines.Geoffrey Keating2-2/+25
2004-05-28check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNG...Bryce McKinlay2-0/+11
2004-05-28c-common.c (c_estimate_num_insns_1): Kill.Andrew Pinski3-131/+9
2004-05-28gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING when checking for...Andrew Pinski2-3/+8
2004-05-28re PR c++/14668 (no warning anymore for reevaluation of declaration)Mark Mitchell5-6/+34
2004-05-28gthr-posix.h: Check for _POSIX_PRIORITY_SCHEDULING when checking for...Andrew Pinski1-0/+8
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay2-10/+34
2004-05-28New, from PR 14498.Dale Johannesen1-0/+13
2004-05-28tweakJason Merrill1-1/+1
2004-05-28re PR c++/15214 (Warning non-virtual-dtor too strict)Tom Marshall2-1/+16
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini21-91/+856
2004-05-28* config/arm/arm.c (arm_output_epilogue): Remove redundant code.Paul Brook2-15/+6
2004-05-28arm.c (thumb_force_lr_save): New function.Paul Brook2-7/+38
2004-05-28mips.md (extendsidi2): Tie the source and destination of the register alterna...Richard Sandiford2-6/+24
2004-05-28rtl.h (skip_consecutive_labels): Declare.Richard Sandiford5-14/+28
2004-05-28re PR target/13250 ([3.4 only] [SH] Gcc code for rotation clobbers the regist...Kaz Kojima2-1/+6
2004-05-28t-linux (SHLIB_MAPFILES): Use sh specific libgcc-std.ver.Kaz Kojima3-2/+224
2004-05-28except.c: Revert change of 2004-05-26.Bryce McKinlay3-18/+12
2004-05-28Daily bump.GCC Administrator1-1/+1
2004-05-27configure.ac: Remove --enable-tree-browser option.Bryce McKinlay3-25/+16
2004-05-27expr.c (store_constructor): Restore sanity check on the size of the type befo...Olivier Hainque2-2/+8
2004-05-27re PR c++/12883 (destructor of array object not called if no prior instantiat...Adam Nemet2-0/+26
2004-05-27re PR c++/12883 (destructor of array object not called if no prior instantiat...Adam Nemet2-0/+13
2004-05-27[multiple changes]Arnaud Charlet19-269/+633
2004-05-27decl.c (struct binding_level): Add GTY marker.Bryce McKinlay2-13/+16
2004-05-27* cfgbuild.c (control_flow_insn_p): Notice noreturn callJan Hubicka2-0/+10
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter16-246/+275
2004-05-27combine.c (gen_binary): Remove.Paolo Bonzini3-297/+342
2004-05-27re PR target/14478 ([3.3 only] rs6000 geu/ltu patterns generate incorrect code)Alan Modra2-2/+10
2004-05-27re PR middle-end/14084 (Reg allocator incorrectly changes REG_OFFSET)Josef Zlomek2-2/+91
2004-05-27Daily bump.GCC Administrator1-1/+1
2004-05-26rs6000.c (spe_expand_stv_builtin): New.Aldy Hernandez2-14/+53