aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)Author
2004-03-03 PR middle-end/14327Richard Henderson
2003-08-21 * stmt.c (expand_asm_operands): Avoid string concatenation.Kaveh Ghazi
2003-06-12 * stmt.c (expand_asm_operands): Don't warn for memories withRichard Henderson
2003-06-09 * stmt.c (expand_asm_operands): Re-word warning.Richard Henderson
2003-06-09 * expr.h (EXPAND_MEMORY): New.Richard Henderson
2003-04-18 PR optimization/7675Eric Botcazou
2003-03-24 PR c++/7086Mark Mitchell
2003-03-21 PR opt/2001Richard Henderson
2003-03-19 * stmt.c (expand_start_case): Call emit_queue ().Jakub Jelinek
2003-03-17 * stmt.c (tail_recursion_args): Call promote_mode to setSteve Ellcey
2003-03-12 Fix PR target/9797 and PR c/9853.Daniel Jacobowitz
2003-02-22 * i386.c (builtin_description): Add __builtin_ia32_paddq andJan Hubicka
2003-01-21 PR opt/7507Richard Henderson
2003-01-09 PR inline-asm/8832Eric Botcazou
2002-12-13 * c-decl.c: Fix a comment typo.Kazu Hirata
2002-12-09 * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey
2002-11-112002-11-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Franz Sirl
2002-10-14 * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.Graham Stott
2002-10-14 * stmt.c: Fix typo in comment.Aldy Hernandez
2002-09-27 * LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-09-23 * doc/extend.texi (Extended Asm): Clarify that overlap betweenHans-Peter Nilsson
2002-08-14 * reload.c (find_reloads): Handle constraint letters marked byUlrich Weigand
2002-08-05Index: ChangeLogGeoffrey Keating
2002-06-112002-06-05 David S. Miller <davem@redhat.com>David S. Miller
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-09 * sbitmap.c: Fix formatting.Kazu Hirata
2002-05-08 * cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka
2002-05-02 * combine.c: Fix comment formatting.Kazu Hirata
2002-04-17 * c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell
2002-04-13 * stmt.c (check_unique_operand_names): Expect operand names toRichard Sandiford
2002-04-08Revert last patch from Richard Henderson.Andreas Jaeger
2002-04-04 PR middle-end/5099Richard Henderson
2002-04-04 * c-common.c (truthvalue_conversion): Rename, update.Neil Booth
2002-04-04 PR c++/5636Jason Merrill
2002-04-03 * function.c (assign_temp): Accept either type or decl argument.Eric Botcazou
2002-04-01 * c-decl.c (grokdeclarator): Update.Neil Booth
2002-03-31 * builtins.c (expand_builtin_va_arg): Give warnings not errors forRichard Henderson
2002-03-29 * Makefile.in (convert.o, calls.o, expmed.o): Update.Neil Booth
2002-03-26Add -Wswitch-enum. Document.Andrew Cagney
2002-03-24* stmt.c (check_for_full_enumeration_handling): Remove tests ofAndrew Cagney
2002-03-232002-03-23 Andrew Cagney <ac131313@redhat.com>Andrew Cagney
2002-03-21 * Makefile.in (fold-const.o, stor-layout.o, stmt.o,Neil Booth
2002-02-22 PR c++/5748Jakub Jelinek
2002-02-21 PR c/4697:Jakub Jelinek
2002-02-07 PR c/5609Richard Henderson
2002-02-04 PR c/4475, c++/3780:Jakub Jelinek
2002-01-31 * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson
2002-01-22 * predict.c: Fix formatting.Kazu Hirata
2002-01-04 * tree.h (expand_expr_stmt_value): Add maybe_last argument.Jakub Jelinek
2002-01-02* c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva