aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-22re PR c++/27451 (ICE with invalid asm statement)Volker Reichelt1-1/+5
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-11/+1
2006-03-13re PR middle-end/26557 (ICE in simplify_subreg)Roger Sayle1-0/+4
2006-03-13re PR middle-end/18859 (ACATS ICE c37305a at -O0: in tree_low_cst, at tree.c:...Eric Botcazou1-4/+12
2006-02-18re PR middle-end/26334 (ICE in lhd_set_decl_assembler_name)Jakub Jelinek1-3/+3
2006-02-13re PR middle-end/25724 (Emits call to __cmpdi2 for long long comparison in sw...Roger Sayle1-19/+11
2006-02-09re PR inline-asm/16194 (global register with inline-asm and clobered)J"orn Rennecke1-28/+45
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-51/+29
2006-01-20stmt.c (case_bit_test_cmp): Stabilize the sort using code label numbers.Richard Sandiford1-1/+5
2006-01-03re PR c/25183 (internal compiler error triggered by overflow in constant expr...Richard Guenther1-3/+5
2005-08-06re PR c/23113 (The -Wunused (value computed is not used) option missed an imp...Joseph Myers1-28/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01stmt.c (expand_case): Use build_int_cst.Richard Guenther1-4/+6
2005-06-01common.opt (fjump-tables): New.Joseph Myers1-0/+1
2005-05-09re PR inline-asm/8788 (ICE in emit_move_insn, at expr.c:3089)Roger Sayle1-1/+1
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-18/+18
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-5/+5
2005-03-23tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca...Hans-Peter Nilsson1-20/+33
2005-03-10re PR tree-optimization/15784 (fold misses binary optimization)Jeff Law1-3/+2
2005-03-10re PR inline-asm/20314 (Bogus differ in number of alternatives error)Jakub Jelinek1-1/+1
2005-02-18re PR c++/20008 (internal compiler error: in expand_case, at stmt.c:2397)Alexandre Oliva1-2/+8
2005-02-18stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.James A. Morrison1-4/+3
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2004-12-13defaults.h, [...]: Fix comment typos.Kazu Hirata1-3/+4
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher1-7/+1
2004-11-24optabs.h (force_expand_binop): Declare.Richard Sandiford1-29/+1
2004-11-11function.c (expand_function_end): Remove an "if" statement that always trigger.Kazu Hirata1-7/+1
2004-11-04stmt.c (expand_asm, [...]): Make them static.Kazu Hirata1-2/+2
2004-11-03stmt.c (expand_case): Speed up code to detect duplicate case label targets an...Jeff Law1-9/+12
2004-10-26* stmt.c (expand_case): Update a comment.Kazu Hirata1-3/+2
2004-10-26stmt.c (expand_case): Put an assertion that index_expr is never INTEGER_CST.Kazu Hirata1-47/+20
2004-10-26stmt.c (expand_case): Remove code to handle SWITCH_EXPR with a default case o...Kazu Hirata1-16/+13
2004-10-25* stmt.c (expand_case): Remove an obsolete comment.Kazu Hirata1-2/+1
2004-10-24stmt.c (expand_case): Handle the default label outside of the for loop.Kazu Hirata1-22/+15
2004-10-22stmt.c (asm_op_is_mem_input): Remove.Kazu Hirata1-27/+0
2004-10-19expr.c (expand_assignment): Remove the last argument.Kazu Hirata1-1/+1
2004-10-14stmt.c (add_case_node): Make sure that we have integer constant before callin...Andrew Pinski1-6/+12
2004-10-11re PR middle-end/17657 (ICE in expand_case)Roger Sayle1-36/+68
2004-10-08stmt.c (expand_decl_init): Remove.Kazu Hirata1-42/+0
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-7/+9
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-4/+2
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-16/+20
2004-09-14unroll.c: Removed.Zdenek Dvorak1-1/+0
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-57/+45
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-4/+5
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+0
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-10/+0
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-3/+4