Age | Commit message (Expand) | Author | Files | Lines |
2004-11-30 | re PR tree-optimization/18298 (bad code from lim ssa pass with strcmp) | Andrew Pinski | 4 | -0/+33 |
2004-11-30 | s390-modes.def: Added cc modes documentation. | Andreas Krebbel | 4 | -23/+161 |
2004-11-30 | s390.c (struct processor_costs): New data type. | Mark Dettinger | 2 | -30/+132 |
2004-11-30 | * parser.c: Fix comment typos. | Kazu Hirata | 2 | -2/+6 |
2004-11-30 | re PR tree-optimization/18607 (Vectorizer: data_reference is overwritten in v... | Ira Rosen | 1 | -0/+6 |
2004-11-30 | re PR tree-optimization/18673 (Tree-PRE is O(N^4) in the depth of the dominat... | Daniel Berlin | 2 | -80/+131 |
2004-11-30 | re PR tree-optimization/18607 (Vectorizer: data_reference is overwritten in v... | Ira Rosen | 3 | -4/+56 |
2004-11-30 | c-opts.c (check_deps_environment_vars): If spec != NULL, set deps_seen. | Jakub Jelinek | 2 | -0/+6 |
2004-11-30 | changed from 'PR tree-opt/18173' to 'PR target/18173' | Dorit Nuzman | 1 | -1/+1 |
2004-11-30 | tree-vectorizer.c (vect_gen_niters_for_prolog_loop): Use tree_low_cst instead... | Dorit Naishlos | 2 | -1/+6 |
2004-11-30 | tree-vectorizer.c (vect_can_force_dr_alignment_p): Return false for decls tha... | Dorit Naishlos | 2 | -1/+11 |
2004-11-30 | passes.c (rest_of_handle_old_regalloc): Delete unreachable blocks if local_al... | Ulrich Weigand | 2 | -0/+6 |
2004-11-30 | varasm.c (default_encode_section_info): Don't set SYMBOL_FLAG_SMALL on TLS sy... | Alan Modra | 3 | -6/+9 |
2004-11-30 | * gthr-gnat.c, gthr-gnat.h, gthr.h, libgcc2.h, unwind-dw2-fde.h | Zack Weinberg | 11 | -416/+641 |
2004-11-29 | expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR. | Richard Henderson | 9 | -104/+135 |
2004-11-30 | * expr.c (emit_group_load_1): Don't die on const_int orig_src. | Alan Modra | 2 | -2/+8 |
2004-11-30 | re PR pch/14940 (PCH largefile test fails on various platforms) | John David Anglin | 5 | -1/+148 |
2004-11-30 | reg-stack.c (change_stack): Improve algorithm used to pop regs off the stack ... | Roger Sayle | 2 | -4/+65 |
2004-11-30 | re PR c/18596 (ICE in make_decl_rtl) | James A. Morrison | 4 | -5/+30 |
2004-11-30 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-11-29 | expr.c (expand_expr_real_1, [...]): Properly handle REDUCE_BIT_FIELD by apply... | Richard Kenner | 2 | -17/+25 |
2004-11-30 | * Makefile.in (REGS_H): Depend on $(BASIC_BLOCK_H). | Ben Elliston | 2 | -1/+5 |
2004-11-30 | * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs. | Ben Elliston | 2 | -2/+6 |
2004-11-29 | re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal c... | Andrew Pinski | 4 | -0/+20 |
2004-11-29 | * tree-cfg.c (tree_node_can_be_shared): Fix typo'd error_mark_node. | Richard Henderson | 2 | -1/+5 |
2004-11-29 | re PR target/18490 (mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.l... | Hans-Peter Nilsson | 3 | -2/+11 |
2004-11-29 | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 10 | -55/+22 |
2004-11-29 | re PR middle-end/18725 (another ICE on trivial invalid asm) | Andrew Pinski | 4 | -1/+22 |
2004-11-29 | re PR target/18488 (mmix-knuth-mmixware testsuite failure: g++.dg/opt/vt1.C) | Hans-Peter Nilsson | 2 | -0/+4 |
2004-11-29 | re PR target/18336 (mmix-knuth-mmixware testsuite failure: gcc.dg/20040813-1.c) | Hans-Peter Nilsson | 2 | -0/+6 |
2004-11-29 | Fix typo | Mark Mitchell | 1 | -1/+1 |
2004-11-29 | re PR c++/18368 (C++ error message regression) | Mark Mitchell | 14 | -156/+339 |
2004-11-29 | Add missing PR identifier for PR18712 fix. | Diego Novillo | 2 | -0/+2 |
2004-11-29 | tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference. | Diego Novillo | 4 | -12/+43 |
2004-11-29 | [multiple changes] | Joseph Myers | 15 | -3/+113 |
2004-11-29 | re PR target/17224 (relocation truncated to fit: GPREL22) | Richard Henderson | 2 | -3/+43 |
2004-11-29 | cfg.c (flow_obstack): Remove. | Kazu Hirata | 2 | -16/+4 |
2004-11-29 | tree-cfg.c (tree_redirect_edge_and_branch): Call find_edge only when needed. | Kazu Hirata | 2 | -1/+4 |
2004-11-29 | cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using EDGE_COUNT. | Kazu Hirata | 2 | -7/+4 |
2004-11-29 | cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by simplifying edge ... | Kazu Hirata | 2 | -19/+5 |
2004-11-29 | tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ... | Kazu Hirata | 5 | -4/+12 |
2004-11-29 | re PR c++/18652 (ICE on invalid redeclaration) | Kriang Lerdsuwanakij | 7 | -7/+36 |
2004-11-29 | re PR middle-end/18164 (ICE on trivial invalid asm) | Hans-Peter Nilsson | 2 | -1/+7 |
2004-11-29 | Wnested-externs-1.c, [...]: New tests. | Joseph Myers | 9 | -0/+196 |
2004-11-29 | varasm.c (default_elf_select_section_1): Only pass DECL_P decl to named_section. | Alan Modra | 2 | -16/+27 |
2004-11-29 | opts.c (decode_options): Do not set max-inline-insns-rtl. | Nathan Sidwell | 5 | -20/+8 |
2004-11-29 | re PR target/9571 ([PPC] problems with 'const', -msdata=eabi and sections.) | Alan Modra | 2 | -12/+17 |
2004-11-28 | [multiple changes] | Andrew Pinski | 4 | -1/+21 |
2004-11-28 | PR/18662, also backported from tree-cleanup-branch. | Richard Kenner | 2 | -7/+16 |
2004-11-28 | tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR o... | Richard Kenner | 3 | -22/+56 |