aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-25tree-cfg.c (tree_verify_flow_info): Do not terminate error() message with \n.Gerald Pfeifer2-1/+6
2004-11-25tb-gcc.c: GCC infrastructure based implementation of __gnat_backtrace.Olivier Hainque2-0/+107
2004-11-25Complete previous check-in: add Style_Check_Xtra_Parens.Arnaud Charlet1-14/+19
2004-11-25altivec.md (VIshort): New mode macro.Nathan Sidwell3-454/+208
2004-11-25gcc.c (process_command): Don't supply -v to linker.Andrew Haley2-2/+4
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers14-30/+49
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust.Nathan Sidwell5-17/+24
2004-11-25bt-load.c (migrate_btr_defs): Remove unneeded NULL check.Nathan Sidwell5-18/+11
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell11-54/+64
2004-11-25verify-glue.c (vfy_init_name, [...]): Use ANSI declaration form.Richard Henderson2-5/+10
2004-11-25verify.c (defer_merging): Don't use C++-style comment.Tom Tromey4-8/+8
2004-11-25verify-impl.c (vfy_push_type): Removed bogus "return".Tom Tromey2-3/+10
2004-11-25config.gcc (avr-*-rtems*): Fix typo.Ralf Corsepius2-1/+5
2004-11-25sh.c (sh_output_mi_thunk): Do not call regset_release_memory.J"orn Rennecke2-3/+4
2004-11-25* lib/target-libpath.exp (orig_ld_library_path_saved): Add missing set.John David Anglin2-0/+5
2004-11-24tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce the number of qu...Jeff Law2-5/+16
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey20-313/+5794
2004-11-25i386.c (override_options): Disable x87 fancy math intrinsics if -mfpmath= doe...Roger Sayle2-0/+9
2004-11-25configure.ac: Tweak test for HAVE_DECL_LDGETNAME to avoid a system header con...Roger Sayle3-0/+18
2004-11-25tree-phinodes.c (remove_phi_args): Replace phi_arg_from_edge with e->dest_idx.Kazu Hirata2-5/+4
2004-11-25Daily bump.GCC Administrator1-1/+1
2004-11-25tree-outof-ssa.c (coalesce_abnormal_edges): Use e->dest_idx instead of callin...Kazu Hirata2-4/+6
2004-11-25i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): Remove.Ben Elliston4-27/+7
2004-11-24re PR c++/17473 (typedef redefinition in struct is accepted)Mark Mitchell8-24/+44
2004-11-24Fix indentation on line 3063.Richard Kenner1-1/+1
2004-11-24* tree-sra.c (sra_walk_modify_expr): Handle RHS first, then LHS.Richard Kenner2-23/+31
2004-11-24tree-inline.c (copy_body_r): Explicitly copy a constant if the type will be r...Richard Kenner2-0/+24
2004-11-24re PR c++/18586 (ICE on invalid template member declaration)Mark Mitchell1-0/+4
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher15-75/+46
2004-11-24tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx instead to find the PH...Kazu Hirata2-21/+19
2004-11-24optabs.h (force_expand_binop): Declare.Richard Sandiford9-82/+110
2004-11-24pt.c (tsubst_function_type): Do not permit function types which return arrays...Mark Mitchell3-0/+21
2004-11-24Minor back end speedup.Matt Austern3-19/+24
2004-11-24re PR c++/18586 (ICE on invalid template member declaration)Mark Mitchell4-1/+19
2004-11-24re PR c++/18530 (Bogus warnings about shadowed variables __ct, __dt)Mark Mitchell5-9/+30
2004-11-24gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add isysroot.Devang Patel8-2/+51
2004-11-24* gcc.c (process_command): Supply -v to linker.Devang Patel2-0/+6
2004-11-24rs6000.c (rs6000_return_in_memory): Allow Altivec vector modes without ALTIVE...David Edelsohn2-11/+47
2004-11-24tree.c (recompute_tree_invarant_for_addr_expr): The address of a thread-local...Aldy Hernandez2-1/+8
2004-11-24tree-pretty-print.c (dump_generic_node, [...]): Handle TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2-7/+19
2004-11-24fold-const.c (operand_equal_p): Remove kludge allowing ARG0 and ARG1 to be nu...Richard Kenner2-54/+42
2004-11-24tree-ssa-dom.c (cprop_into_successor_phis): Replace index with indx.Kazu Hirata2-4/+7
2004-11-24bitmap.c (INLINE): Do not define.Nathan Sidwell2-17/+14
2004-11-24Fix a date.Kazu Hirata1-1/+1
2004-11-24tree-ssa-dom.c (cprop_into_successor_phis): Remove code to find the index of ...Kazu Hirata2-35/+10
2004-11-24tree-ssa-alias.c (merge_pointed_to_info): Fix comment regarding PT_MALLOC.Diego Novillo2-14/+16
2004-11-24i386.c (optimization_options): Use SUBTARGET_OPTIMIZATION_OPTIONS.Joseph Myers3-2/+20
2004-11-24sol2.h (X86_FILE_START_VERSION_DIRECTIVE): Define to false.Mark Mitchell2-0/+9
2004-11-24t-sol2-10 (MULTILIB_DIRNAMES, [...]): Use amd64 instead of 64.Joseph Myers2-2/+7
2004-11-24crtstuff.c (IN_LIBGCC2): Define it.Mark Mitchell7-25/+83