aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-08stmt.c (emit_locus): New macro.Gabriel Dos Reis1-16/+15
2003-05-07stmt.c (force_label_rtx): New function, based on logic formerly found in expa...Zack Weinberg1-0/+23
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg1-1/+1
2003-04-20c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.Chris Lattner1-45/+32
2003-04-18re PR rtl-optimization/7675 (ICE in fixup_var_refs_1)Eric Botcazou1-0/+1
2003-03-24re PR c++/7086 (compile time regression)Mark Mitchell1-1/+1
2003-03-23re PR c/10178 (ICE in tree_low_cst)Roger Sayle1-0/+1
2003-03-17stmt.c (tail_recursion_args): Call promote_mode to set unsignedp flag correct...Steve Ellcey1-5/+5
2003-03-14stmt.c (expand_start_case): Call emit_queue ().Jakub Jelinek1-0/+1
2003-03-12Fix PR target/9797 and PR c/9853.Daniel Jacobowitz1-0/+3
2003-03-05stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.Richard Kenner1-8/+11
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka1-3/+7
2003-02-15bb-reorder.c (find_traces_1_round): Don't connect easy to copy successors wit...Richard Henderson1-3/+16
2003-01-25stmt.c (emit_case_bit_tests): New routine to implement suitable switch statem...Roger Sayle1-3/+192
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-8/+0
2003-01-24Rename -W to -Wextra.Phil Edwards1-1/+1
2003-01-21stmt.c (same_case_target_p): New function to determine whether two case label...Roger Sayle1-13/+65
2003-01-20re PR rtl-optimization/7507 (ICE (segfault) with -O2)Richard Henderson1-11/+21
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-1/+1
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-10/+17
2003-01-09re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)Eric Botcazou1-8/+16
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-2/+2
2002-12-19re PR target/8340 (ICE on x86 inline asm w/ -fPIC)Eric Botcazou1-1/+10
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-88/+26
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey1-1/+0
2002-11-11re PR c/8467 (Bug in sibling call optimization)Franz Sirl1-2/+12
2002-10-14* stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.Graham Stott1-0/+1
2002-10-14* stmt.c: Fix typo in comment.Aldy Hernandez1-1/+1
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-23extend.texi (Extended Asm): Clarify that overlap between asm-declared registe...Hans-Peter Nilsson1-1/+73
2002-08-14reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand1-0/+8
2002-08-05Index: ChangeLogGeoffrey Keating1-1/+0
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-8/+8
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-240/+54
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-37/+37
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-3/+56
2002-05-02combine.c: Fix comment formatting.Kazu Hirata1-2/+2
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-5/+12
2002-04-13stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford1-10/+10
2002-04-08Revert last patch from Richard Henderson.Andreas Jaeger1-35/+12
2002-04-04re PR inline-asm/5099 (m68k-aout/3.0.2/cc1 aborts on asm("movw sr,%0":"=hd"(a...Richard Henderson1-12/+35
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-1/+1
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-1/+18
2002-04-02function.c (assign_temp): Accept either type or decl argument.Eric Botcazou1-1/+1
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-2/+2
2002-03-31builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson1-3/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-2/+3