aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-05-15* opth-gen.awk: Remove excess indentation.Richard Sandiford2-8/+9
2005-05-15* optc-gen.awk: Remove excess indentation.Richard Sandiford2-36/+40
2005-05-15[multiple changes]Feng Wang5-2/+28
2005-05-15sh.c (sh_output_mi_thunk): Check cfun->cfg instead of basic_block_info.Kaz Kojima2-2/+15
2005-05-15Daily bump.GCC Administrator1-1/+1
2005-05-14re PR tree-optimization/21563 (A trivial VRP opportunity missed)Kazu Hirata4-0/+30
2005-05-14tree-optimize.c (init_tree_optimization_passes): Move pass_cd_dce in place of...Kazu Hirata2-2/+6
2005-05-14vax.c: (print_operand_address) Use gcc_unreachable() and gcc_assert().Nathan Sidwell3-31/+34
2005-05-14vax.md: define_constant VAXens AP...Jan-Benedict Glaw3-14/+22
2005-05-14vax.c: (override_options) Remove 'register' keyword.Jan-Benedict Glaw4-58/+68
2005-05-14* config/vax/elf.h: Update whitespace.Jan-Benedict Glaw2-17/+22
2005-05-14revert: fold-const.c (fold_indirect_ref_1): Avoid removing NOP_EXPRs with typ...Richard Guenther2-1/+8
2005-05-14Patch by Richard Henderson:Jan Hubicka2-4/+19
2005-05-14tree-eh.c (record_stmt_eh_region): Use add_stmt_to_eh_region.Jan Hubicka2-22/+17
2005-05-14tree-cfg.c (execute_warn_function_return): Break out noreturn warning too..Jan Hubicka6-10/+50
2005-05-14tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata3-10/+20
2005-05-14fold-const.c (div_if_zero_remainder): New function.Richard Guenther4-8/+65
2005-05-14tree-eh.c (leh_tf_state): Change the type of dest_array to VEC(tree,heap)*.Kazu Hirata2-19/+19
2005-05-14cris.h (Node: Register Classes): Remove obsoleted comment regarding defined r...Hans-Peter Nilsson2-69/+6
2005-05-14tree-optimize.c (init_tree_optimization_passes): Move pass_merge_phi before t...Kazu Hirata2-1/+6
2005-05-14Daily bump.GCC Administrator1-1/+1
2005-05-13arm.h (INITIALIZE_TRAMPOLINE): Make the call to __clear_cache unconditional.Richard Earnshaw2-10/+8
2005-05-13arm.c (arm_size_return_regs): New.Josh Conner2-10/+30
2005-05-13sysv4.opt (mlittle): Handle.Aldy Hernandez3-13/+49
2005-05-13re PR middle-end/20714 (emit_no_conflict_block does invalid reordering)J"orn Rennecke2-18/+48
2005-05-13invoke.texi (Debugging Options): Option -fdump-translation-unit only works wi...Adam Nemet2-2/+7
2005-05-1320041218-2.c: Add __attribute__((packed)).Julian Brown3-2/+7
2005-05-13Correct mixup in last entryHans-Peter Nilsson1-2/+2
2005-05-13Replace calls to abort in CRIS port.Hans-Peter Nilsson4-66/+65
2005-05-13re PR rtl-optimization/20769 (bt-load.c doesn't take nonlocal gotos into acco...J"orn Rennecke3-2/+40
2005-05-13* arm.c (arm_return_in_memory): Add handling for vector return types.Josh Conner2-0/+10
2005-05-13mips.h (processor_type): Add new PROCESSOR_4KP name.David Ung5-2/+168
2005-05-13trans-stmt.c (gfc_trans_forall_1): Fix comment typo.Paul Brook2-1/+5
2005-05-13c-decl.c (finish_function): Suppress "control reaches end of non-void functio...Jan Hubicka2-1/+8
2005-05-13builtins-43.c: Use gimple dump instead of generic.Jan Hubicka22-82/+78
2005-05-13re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le...Joern Rennecke1-0/+2
2005-05-13Fix last ChangeLog entry.Ulrich Weigand1-1/+1
2005-05-13re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le...J"orn Rennecke2-1/+16
2005-05-13s390.md: ("DBL"): New mode attribute.Adrian Straetling2-55/+28
2005-05-13c-format.c (check_format_arg): Handle string literals of the form &"string"[o...Richard Guenther3-0/+24
2005-05-133000.md, [...]: Update copyright.Kazu Hirata17-16/+28
2005-05-13[multiple changes]Bryce McKinlay2-1/+11
2005-05-13Daily bump.GCC Administrator1-1/+1
2005-05-12function.c (instantiate_virtual_regs_in_insn): Do not simplify addition to mo...Richard Henderson2-9/+18
2005-05-12cris.c (cris_print_operand): Use operand_subword and HOST_WIDE_INT_PRINT_DEC ...Hans-Peter Nilsson2-5/+10
2005-05-12basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka6-19/+37
2005-05-12re PR tree-optimization/21520 (missing PRE opportunity with operand after ope...Steven Bosscher3-17/+57
2005-05-12sh.c: Declare the prototype of sh_adjust_unroll_max only when...Kaz Kojima2-4/+11
2005-05-12tree-ssa-loop-im.c (struct mem_ref): Add field "next".Zdenek Dvorak2-76/+93
2005-05-12except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher7-2/+177