aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-03-22regrename.c (regrename_optimize): Set regs_ever_live for all registers introd...Ulrich Weigand2-0/+6
2004-03-22re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou2-6/+47
2004-03-22configure.ac: Allow --disable-coverage-flags (for the future benefit of top l...Nathanael Nerode3-19/+33
2004-03-22Fix typo.Eric Botcazou1-1/+1
2004-03-22ulstrasp2.c: Do not pass -m64.Eric Botcazou4-9/+9
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata10-36/+38
2004-03-22re PR target/14291 (-fprofile-arcs fails (unresolved symbol))Danny Smith2-1/+10
2004-03-22* gcc.dg/i386-sse-8.c: Reset default options.Ulrich Weigand2-0/+5
2004-03-22asm2.c: Allow 'parse error' instead of 'syntax error' in the error message text.Ulrich Weigand2-2/+7
2004-03-22s390.md ("*doloop_si"): Change predicate for operand 2 to nonimmediate_operand.Ulrich Weigand2-2/+8
2004-03-22cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.Gabriel Dos Reis2-0/+5
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva5-81/+102
2004-03-22Daily bump.GCC Administrator1-1/+1
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis9-73/+126
2004-03-21* config/s390/s390.md ("addti3", "subti3"): New insns and splitters.Ulrich Weigand2-0/+62
2004-03-21expmed.c (choose_mult_variant): Pass MULT_COST as argument instead of using r...Ulrich Weigand2-23/+58
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner18-391/+260
2004-03-21re PR c++/14616 (disjoint_set_test.cpp from boost does not compile (sizeof))Mark Mitchell4-0/+24
2004-03-21dojump.c (prefer_and_bit_test): Fix which part of the and_test is replaced.Andrew Pinski2-2/+6
2004-03-21* frontends.texi: Add missing line.Joseph Myers2-0/+5
2004-03-21frontends.texi: Rewrite.Joseph Myers7-58/+64
2004-03-21g77.texi (Aligned Data): Remove obsolete paragraph including a broken link.Gerald Pfeifer4-27/+25
2004-03-21cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug message befor...Josef Zlomek2-1/+7
2004-03-21Daily bump.GCC Administrator1-1/+1
2004-03-20emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER flag.Zdenek Dvorak4-5/+24
2004-03-20Trivial typo in previous commit ChangeLog.Roger Sayle1-1/+1
2004-03-20re PR target/13889 (Assignment of an int to an int of different size in a str...Roger Sayle4-0/+35
2004-03-20* fold-const.c (fold): Replace "expr" with "t".Kazu Hirata2-5/+9
2004-03-20re PR c/12373 (ICE when generating RTX on valid code)Ian Lance Taylor2-2/+12
2004-03-20fold-const.c (fold): Replace "final_type" with "type".Kazu Hirata2-15/+19
2004-03-20fold-const.c (fold): Constify "type".Kazu Hirata2-13/+18
2004-03-20bb-reorder.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata10-22/+28
2004-03-20Fix typo in previous commit.Joseph Myers4-6/+6
2004-03-20re PR other/14630 (install-info gccinstall.info - warning: no info dir entry)Joseph Myers8-0/+48
2004-03-20fold-const.c (fold): Replace "t" with "tem" where it is used as a temporary v...Kazu Hirata2-51/+54
2004-03-20fold-const.c (fold): Remove variable "invert".Kazu Hirata2-87/+203
2004-03-20class.c, [...]: Fix comment typos.Kazu Hirata5-6/+11
2004-03-20re PR c/14635 (nan functions should not be C90 built-ins)Joseph Myers6-12/+29
2004-03-20Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.Richard Sandiford3-2/+78
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