aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-30passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks if local_al...Ulrich Weigand2-0/+6
2004-11-30varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL on TLS sy...Alan Modra3-6/+9
2004-11-30* gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.hZack Weinberg11-416/+641
2004-11-29expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson9-104/+135
2004-11-30* expr.c (emit_group_load_1): Don't die on const_int orig_src.Alan Modra2-2/+8
2004-11-30re PR pch/14940 (PCH largefile test fails on various platforms)John David Anglin5-1/+148
2004-11-30reg-stack.c (change_stack): Improve algorithm used to pop regs off the stack ...Roger Sayle2-4/+65
2004-11-30re PR c/18596 (ICE in make_decl_rtl)James A. Morrison4-5/+30
2004-11-30Daily bump.GCC Administrator1-1/+1
2004-11-29expr.c (expand_expr_real_1, [...]): Properly handle REDUCE_BIT_FIELD by apply...Richard Kenner2-17/+25
2004-11-30* Makefile.in (REGS_H): Depend on $(BASIC_BLOCK_H).Ben Elliston2-1/+5
2004-11-30* g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.Ben Elliston2-2/+6
2004-11-29re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal c...Andrew Pinski4-0/+20
2004-11-29* tree-cfg.c (tree_node_can_be_shared): Fix typo'd error_mark_node.Richard Henderson2-1/+5
2004-11-29re PR target/18490 (mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.l...Hans-Peter Nilsson3-2/+11
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher10-55/+22
2004-11-29re PR middle-end/18725 (another ICE on trivial invalid asm)Andrew Pinski4-1/+22
2004-11-29re PR target/18488 (mmix-knuth-mmixware testsuite failure: g++.dg/opt/vt1.C)Hans-Peter Nilsson2-0/+4
2004-11-29re PR target/18336 (mmix-knuth-mmixware testsuite failure: gcc.dg/20040813-1.c)Hans-Peter Nilsson2-0/+6
2004-11-29Fix typoMark Mitchell1-1/+1
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell14-156/+339
2004-11-29Add missing PR identifier for PR18712 fix.Diego Novillo2-0/+2
2004-11-29tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.Diego Novillo4-12/+43
2004-11-29[multiple changes]Joseph Myers15-3/+113
2004-11-29re PR target/17224 (relocation truncated to fit: GPREL22)Richard Henderson2-3/+43
2004-11-29cfg.c (flow_obstack): Remove.Kazu Hirata2-16/+4
2004-11-29tree-cfg.c (tree_redirect_edge_and_branch): Call find_edge only when needed.Kazu Hirata2-1/+4
2004-11-29cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using EDGE_COUNT.Kazu Hirata2-7/+4
2004-11-29cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by simplifying edge ...Kazu Hirata2-19/+5
2004-11-29tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata5-4/+12
2004-11-29re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij7-7/+36
2004-11-29re PR middle-end/18164 (ICE on trivial invalid asm)Hans-Peter Nilsson2-1/+7
2004-11-29Wnested-externs-1.c, [...]: New tests.Joseph Myers9-0/+196
2004-11-29varasm.c (default_elf_select_section_1): Only pass DECL_P decl to named_section.Alan Modra2-16/+27
2004-11-29opts.c (decode_options): Do not set max-inline-insns-rtl.Nathan Sidwell5-20/+8
2004-11-29re PR target/9571 ([PPC] problems with 'const', -msdata=eabi and sections.)Alan Modra2-12/+17
2004-11-28[multiple changes]Andrew Pinski4-1/+21
2004-11-28PR/18662, also backported from tree-cleanup-branch.Richard Kenner2-7/+16
2004-11-28tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o...Richard Kenner3-22/+56