aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata13-19/+26
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata27-136/+146
2004-03-20altivec.h (vec_dst, [...]): Add prototypes, marked with always_inline attribute.Ziemowit Laski5-5/+50
2004-03-20loop-doloop.c (add_test): Replace GEN_INT (0) with const0_rtx.Kazu Hirata2-1/+6
2004-03-20call.c (build_op_delete_call): Do not forget the placement arguments when ite...Mark Mitchell20-88/+222
2004-03-20Daily bump.GCC Administrator1-1/+1
2004-03-19* gcj.texi (Code Generation): Document new flags and assert defaults.Per Bothner2-0/+23
2004-03-19re PR target/11520 (code generator bug for avr mega8)Kazu Hirata1-0/+1
2004-03-19class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,...Per Bothner6-60/+170
2004-03-19fold-const.c (fold): Move the handling of constants ...Kazu Hirata2-36/+63
2004-03-19* tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly.Richard Kenner2-1/+5
2004-03-19avr.md ("call_insn"): Handle explicit integer specially.Denis Chertykov2-13/+28
2004-03-19* tree.c (substitute_in_expr): Rewrite to simplify and be more generic.Richard Kenner2-143/+78
2004-03-19fold-const.c (negate_expr): Move the handling of constants ...Kazu Hirata2-15/+45
2004-03-19[multiple changes]Arnaud Charlet4-65/+57
2004-03-19langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.Richard Kenner7-38/+48
2004-03-19cxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLATE_TYPE_PARM_INDEX inst...Richard Kenner3-2/+11
2004-03-19altivec-6.c: Use vector_size attribute, not mode.Paolo Bonzini3-3/+8
2004-03-19rs6000.c (rs6000_init_builtins): Fix typo.Paolo Bonzini2-1/+5
2004-03-19sem_prag.adb (Suppress_Unsuppress_Echeck): use loop instead of aggregate, all...Laurent GUERBY2-1/+8
2004-03-19expmed.c (choose_mult_variant, [...]): New, split from...Richard Sandiford2-264/+304
2004-03-19re PR c++/14545 (Cannot compile pooma-gcc (regression))Giovanni Bajo5-2/+64
2004-03-19semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification...Mark Mitchell16-19/+167
2004-03-19* mklibgcc.in: Remove obsolete MAYBE_USE_COLLECT2.Ian Lance Taylor2-4/+8
2004-03-19convert.c (convert_to_real): Add more math builtins.Kaveh R. Ghazi4-2/+61
2004-03-19* convert.c (convert_to_real): Reformat using switch stmt.Kaveh R. Ghazi2-33/+41
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell10-13/+64
2004-03-19system.h (MD_ASM_CLOBBERS): Move to "Old target macros that have moved to the...Kazu Hirata2-2/+7
2004-03-19Daily bump.GCC Administrator1-1/+1
2004-03-18Another patch for pending SB-1 DFA scheduler.James E Wilson7-62/+71
2004-03-18cp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments.Richard Kenner3-11/+27
2004-03-18* stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.Richard Kenner2-2/+2
2004-03-18Fix typo in comment.Richard Kenner1-1/+1
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner19-240/+490
2004-03-18gcse.c (eliminate_partially_redundant_loads): Reject change if dest is set be...Mostafa Hagog2-3/+10
2004-03-18c-decl.c (grokdeclarator): Do not complain about redeclaring visible "static"...Mark Mitchell6-1/+38
2004-03-18xtensa.c (current_function_arg_words): Delete.Bob Wilson2-3/+7
2004-03-18* be.po, da.po, el.po, es.po, ja.po, nl.po, sv.po, tr.po: Update.Joseph Myers9-65565/+78226
2004-03-18alias.c (record_set): Detect the case where a register is assigned a new valu...Richard Sandiford2-5/+21
2004-03-18doloop.c: Removed.Zdenek Dvorak10-912/+612
2004-03-18Fixed some stack size allocation in G5's mixed mode.Fariborz Jahanian3-3/+15
2004-03-18[multiple changes]Arnaud Charlet30-548/+1425
2004-03-18predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK.Jan Hubicka2-1/+6
2004-03-18Daily bump.GCC Administrator1-1/+1
2004-03-17builtins.c (apply_args_size): Use reg_raw_mode.Eric Christopher2-87/+25
2004-03-17* gcc.dg/torture/builtin-convert-1.c: New test.Kaveh R. Ghazi2-0/+120
2004-03-17re PR target/14577 (Switching sh-rtems to ELF)Ralf Corsepius2-1/+18
2004-03-17t-linux64 (bispecs): Don't add -mlong-double-128 for 32-bit builds when defau...Jakub Jelinek2-2/+10
2004-03-17cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info array.Jan Hubicka2-2/+11
2004-03-17Patch for pending SB-1 DFA scheduler.James E Wilson7-101/+116