summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,kazu2004-03-2210-36/+38
* PR target/14291dannysmith2004-03-222-1/+10
* * gcc.dg/i386-sse-8.c: Reset default options.uweigand2004-03-222-0/+5
* * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'uweigand2004-03-222-2/+7
* * config/s390/s390.md ("*doloop_si"): Change predicate for operand 2uweigand2004-03-222-2/+8
* * cxx-pretty-print.c (pp_cxx_parameter_declaration_clause):gdr2004-03-222-0/+5
* * real.h (struct real_value): Use the same type for allaoliva2004-03-225-81/+102
* Daily bump.gccadmin2004-03-221-1/+1
* * pretty-print.c (pp_base_maybe_space): New function.gdr2004-03-219-73/+126
* * config/s390/s390.md ("addti3", "subti3"): New insns and splitters.uweigand2004-03-212-0/+62
* * expmed.c (choose_mult_variant): Pass MULT_COST as argument insteaduweigand2004-03-212-23/+58
* * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.kenner2004-03-2118-391/+260
* PR c++/14616mmitchel2004-03-214-0/+24
* 2004-03-21 Andrew Pinski <pinskia@gcc.gnu.org>pinskia2004-03-212-2/+6
* * frontends.texi: Add missing line.jsm282004-03-212-0/+5
* 2004-03-21 Zack Weinberg <zack@codesourcery.com>jsm282004-03-217-58/+64
* * g77.texi (Aligned Data): Remove obsolete paragraph including agerald2004-03-214-27/+25
* * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debugzlomek2004-03-212-1/+7
* Daily bump.gccadmin2004-03-211-1/+1
* * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTERrakdver2004-03-204-5/+24
* Trivial typo in previous commit ChangeLog.sayle2004-03-201-1/+1
* PR target/13889sayle2004-03-204-0/+35
* * fold-const.c (fold): Replace "expr" with "t".kazu2004-03-202-5/+9
* PR c/12373ian2004-03-202-2/+12
* * fold-const.c (fold): Replace "final_type" with "type".kazu2004-03-202-15/+19
* * fold-const.c (fold): Constify "type".kazu2004-03-202-13/+18
* * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,kazu2004-03-2010-22/+28
* Fix typo in previous commit.jsm282004-03-204-6/+6
* PR other/14630jsm282004-03-208-0/+48
* * fold-const.c (fold): Replace "t" with "tem" where it is usedkazu2004-03-202-51/+54
* * fold-const.c (fold): Remove variable "invert".kazu2004-03-202-87/+203
* * class.c, gjavah.c, lang.c: Fix comment typos.kazu2004-03-205-6/+11
* PR c/14635jsm282004-03-206-12/+29
* * Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.rsandifo2004-03-203-2/+78
* * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,kazu2004-03-2013-19/+26
* * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,kazu2004-03-2027-136/+146
* [gcc/ChangeLog]zlaski2004-03-205-5/+50
* * loop-doloop.c (add_test): Replace GEN_INT (0) withkazu2004-03-202-1/+6
* * call.c (build_op_delete_call): Do not forget the placementmmitchel2004-03-2020-88/+222
* Daily bump.gccadmin2004-03-201-1/+1
* * gcj.texi (Code Generation): Document new flags and assert defaults.bothner2004-03-202-0/+23
* PR target/11520kazu2004-03-191-0/+1
* * class.c (assume_compiled_node_struct): Rename type tobothner2004-03-196-60/+170
* * fold-const.c (fold) <ABS_EXPR>: Move the handling of constantskazu2004-03-192-36/+63
* * tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly.kenner2004-03-192-1/+5
* * config/avr/avr.md ("call_insn"): Handle explicit integerdenisc2004-03-192-13/+28
* * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.kenner2004-03-192-143/+78
* * fold-const.c (negate_expr): Move the handling of constantskazu2004-03-192-15/+45
* 2004-03-19 Arnaud Charlet <charlet@act-europe.fr>charlet2004-03-194-65/+57
* * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.kenner2004-03-197-38/+48