summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.Chris Lattner2003-04-201-45/+32
* re PR rtl-optimization/7675 (ICE in fixup_var_refs_1)Eric Botcazou2003-04-181-0/+1
* re PR c++/7086 (compile time regression)Mark Mitchell2003-03-241-1/+1
* re PR c/10178 (ICE in tree_low_cst)Roger Sayle2003-03-231-0/+1
* stmt.c (tail_recursion_args): Call promote_mode to set unsignedp flag correct...Steve Ellcey2003-03-171-5/+5
* stmt.c (expand_start_case): Call emit_queue ().Jakub Jelinek2003-03-141-0/+1
* Fix PR target/9797 and PR c/9853.Daniel Jacobowitz2003-03-121-0/+3
* stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.Richard Kenner2003-03-051-8/+11
* i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka2003-02-221-3/+7
* bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson2003-02-151-3/+16
* stmt.c (emit_case_bit_tests): New routine to implement suitable switch statem...Roger Sayle2003-01-251-3/+192
* emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka2003-01-241-8/+0
* Rename -W to -Wextra.Phil Edwards2003-01-241-1/+1
* stmt.c (same_case_target_p): New function to determine whether two case label...Roger Sayle2003-01-211-13/+65
* re PR rtl-optimization/7507 (ICE (segfault) with -O2)Richard Henderson2003-01-201-11/+21
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-1/+1
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-10/+17
* re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou2003-01-091-8/+16
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-2/+2
* re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Eric Botcazou2002-12-191-1/+10
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-88/+26
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey2002-12-091-1/+0
* re PR c/8467 (Bug in sibling call optimization)Franz Sirl2002-11-111-2/+12
* * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.Graham Stott2002-10-141-0/+1
* * stmt.c: Fix typo in comment.Aldy Hernandez2002-10-141-1/+1
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-271-3/+3
* extend.texi (Extended Asm): Clarify that overlap between asm-declared registe...Hans-Peter Nilsson2002-09-231-1/+73
* reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand2002-08-141-0/+8
* Index: ChangeLogGeoffrey Keating2002-08-051-1/+0
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-8/+8
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-240/+54
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-37/+37
* cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka2002-05-081-3/+56
* combine.c: Fix comment formatting.Kazu Hirata2002-05-021-2/+2
* c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell2002-04-171-5/+12
* stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford2002-04-131-10/+10
* Revert last patch from Richard Henderson.Andreas Jaeger2002-04-081-35/+12
* re PR inline-asm/5099 (m68k-aout/3.0.2/cc1 aborts on asm("movw sr,%0":"=hd"(a...Richard Henderson2002-04-041-12/+35
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-1/+1
* re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill2002-04-031-1/+18
* function.c (assign_temp): Accept either type or decl argument.Eric Botcazou2002-04-021-1/+1
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-2/+2
* builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson2002-03-311-3/+1
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-2/+3
* Add -Wswitch-enum. Document.Andrew Cagney2002-03-261-4/+4
* stmt.c (check_for_full_enumeration_handling): Remove tests of warn_switch.Andrew Cagney2002-03-241-58/+62
* [multiple changes]Andrew Cagney2002-03-231-0/+3