aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)Author
2004-03-02re PR middle-end/14327 (-O0 -fdefer-pop generates wrong code)Richard Henderson
2003-08-21stmt.c (expand_asm_operands): Avoid string concatenation.Kaveh R. Ghazi
2003-06-11stmt.c (expand_asm_operands): Don't warn for memories with queued addresses.Richard Henderson
2003-06-09* stmt.c (expand_asm_operands): Re-word warning.Richard Henderson
2003-06-08expr.h (EXPAND_MEMORY): New.Richard Henderson
2003-04-18re PR rtl-optimization/7675 (ICE in fixup_var_refs_1)Eric Botcazou
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell
2003-03-21re PR rtl-optimization/2001 (Inordinately long compile times in reload CSE regs)Richard Henderson
2003-03-19stmt.c (expand_start_case): Call emit_queue ().Jakub Jelinek
2003-03-17stmt.c (tail_recursion_args): Call promote_mode to set unsignedp flag correct...Steve Ellcey
2003-03-12Fix PR target/9797 and PR c/9853.Daniel Jacobowitz
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka
2003-01-20re PR rtl-optimization/7507 (ICE (segfault) with -O2)Richard Henderson
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey
2002-11-11re PR c/8467 (Bug in sibling call optimization)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-27LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-09-23extend.texi (Extended Asm): Clarify that overlap between asm-declared registe...Hans-Peter Nilsson
2002-08-14reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand
2002-08-05Index: ChangeLogGeoffrey Keating
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka
2002-05-02combine.c: Fix comment formatting.Kazu Hirata
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell
2002-04-13stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford
2002-04-08Revert last patch from Richard Henderson.Andreas Jaeger
2002-04-04re PR inline-asm/5099 (m68k-aout/3.0.2/cc1 aborts on asm("movw sr,%0":"=hd"(a...Richard Henderson
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill
2002-04-02function.c (assign_temp): Accept either type or decl argument.Eric Botcazou
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth
2002-03-31builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2002-03-26Add -Wswitch-enum. Document.Andrew Cagney
2002-03-24stmt.c (check_for_full_enumeration_handling): Remove tests of warn_switch.Andrew Cagney
2002-03-23[multiple changes]Andrew Cagney
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth
2002-02-22re PR c++/5748 (g++ dies with optimization)Jakub Jelinek
2002-02-21re PR c/4697 (Warning 'value computed is not used' missing)Jakub Jelinek
2002-02-06re PR c/5609 (ICE on named operands in inline assembler)Richard Henderson
2002-02-04PR c/4475, c++/3780:Jakub Jelinek
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson
2002-01-22predict.c: Fix formatting.Kazu Hirata
2002-01-04tree.h (expand_expr_stmt_value): Add maybe_last argument.Jakub Jelinek
2002-01-02c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva