aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-12-01Fix typo.Jeff Law1-1/+1
2004-12-01expr.c (expand_assignment): Handle CONCAT both as a final destination and as ...Richard Henderson3-2/+40
2004-12-01tree.h (save_eptr, save_filt): Now file scoped statics.Jeff Law2-4/+35
2004-12-02re PR libfortran/18284 (BACKSPACE broken)Bud Davis2-0/+16
2004-12-02inquire.c (inquire_via_unit): do not allow a direct access file to be opened ...Bud Davis2-0/+15
2004-12-02flush.c: New file.Steven G. Kargl7-6/+288
2004-12-02* tree-phinodes.c (remove_phi_arg_num): Fix a comment.Kazu Hirata2-4/+8
2004-12-02re PR target/16952 (GCC for powerpc cross target with -mrelocatable reports e...Alan Modra4-9/+26
2004-12-02intrinsic.c: Fix and add comments, fix function declarationsSteven G. Kargl2-327/+402
2004-12-02t-aix43, t-aix52 (SHLIB_LINK): Change temporary file tag from a prefix to an ...Zack Weinberg3-8/+13
2004-12-02Daily bump.GCC Administrator1-1/+1
2004-12-02gcc-dg.exp (dg-process-target): Wrapper for dg function to handle effective-t...Janis Johnson3-4/+84
2004-12-01* gcc.c (struct option_map): Add entry for "--pass-exit-codes".Andreas Schwab2-0/+5
2004-12-01re PR tree-optimization/18763 (Gcc failed to bootstrap with --disable-checking)Andrew Pinski2-0/+21
2004-12-01Makefile.in (WERROR): New variable.Mark Mitchell3-2/+14
2004-12-01expr.c (get_inner_reference): Fix thinko in REAL/IMAGPART_EXPR offsetting.Richard Henderson2-2/+7
2004-12-01Compile speed improvement.Matt Austern2-1/+8
2004-12-01re PR tree-optimization/18291 (ICE in merge_alias_info)Diego Novillo4-13/+60
2004-12-01Test for PR 15289.Richard Henderson1-0/+15
2004-12-01re PR rtl-optimization/15289 (reload error with non-lowpart subregs)Richard Henderson6-462/+422
2004-12-01expr.c (optimize_bitfield_assignment_op): Split out from ...Richard Henderson2-137/+148
2004-12-01expmed.c (store_bit_field): Use simplify_gen_subreg instead of gen_rtx_SUBREG...Richard Henderson2-14/+9
2004-12-01re PR rtl-optimization/17107 (Opportunity to improve code generated for compl...David Edelsohn2-8/+13
2004-12-01re PR middle-end/18667 (ice with --parm integer-share-limit=0)Nathan Sidwell5-93/+105
2004-12-01re PR c++/18729 (ICE on invalid typedef)Nathan Sidwell4-0/+22
2004-12-01re PR c++/17431 (Internal error: Segmentation fault (program cc1plus))Nathan Sidwell7-5/+121
2004-12-01re PR target/12817 ([SYSV] Altivec code generation error with many registers ...Alan Modra2-2/+9
2004-12-01standards.texi: Update for C99 TC2.Joseph Myers4-29/+10
2004-11-30sbitmap.c (sbitmap_any_common_bits): New function.Jeff Law5-22/+33
2004-12-01Daily bump.GCC Administrator1-1/+1
2004-11-30tree-vectorizer.c (vect_analyze_data_refs): Reformat and avoid uninitialized ...Nathan Sidwell2-12/+25
2004-11-30* lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.Janis Johnson2-0/+5
2004-11-30* lib/target-supports.exp (is-effective-target): Simplify.Janis Johnson2-11/+11
2004-11-30target-supports.exp (check_effective_target_vect_long): Fix for powerpc64-*-*.Janis Johnson2-14/+14
2004-11-30fold-const.c (fold_widened_comparison): Make sure that we're passing an INTEG...Eric Christopher2-3/+9
2004-11-30badalloc1.C (arena_size): Bump up to 262144 to support new requirements on Fr...Loren J. Rittle2-2/+7
2004-11-30re PR target/18702 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/isysroo...Devang Patel2-1/+6
2004-11-30mklibgcc.in: Correct calculation of libgcc_s_soname and libunwind_soname.Zack Weinberg2-45/+62
2004-11-30altivec.h (vec_step_help): Support const vector types.Janis Johnson4-11/+144
2004-11-30re PR tree-optimization/18298 (bad code from lim ssa pass with strcmp)Andrew Pinski4-0/+33
2004-11-30s390-modes.def: Added cc modes documentation.Andreas Krebbel4-23/+161
2004-11-30s390.c (struct processor_costs): New data type.Mark Dettinger2-30/+132
2004-11-30* parser.c: Fix comment typos.Kazu Hirata2-2/+6
2004-11-30re PR tree-optimization/18607 (Vectorizer: data_reference is overwritten in v...Ira Rosen1-0/+6
2004-11-30re PR tree-optimization/18673 (Tree-PRE is O(N^4) in the depth of the dominat...Daniel Berlin2-80/+131
2004-11-30re PR tree-optimization/18607 (Vectorizer: data_reference is overwritten in v...Ira Rosen3-4/+56
2004-11-30c-opts.c (check_deps_environment_vars): If spec != NULL, set deps_seen.Jakub Jelinek2-0/+6
2004-11-30changed from 'PR tree-opt/18173' to 'PR target/18173'Dorit Nuzman1-1/+1
2004-11-30tree-vectorizer.c (vect_gen_niters_for_prolog_loop): Use tree_low_cst instead...Dorit Naishlos2-1/+6
2004-11-30tree-vectorizer.c (vect_can_force_dr_alignment_p): Return false for decls tha...Dorit Naishlos2-1/+11