aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Makefile.in (stmt.o): Add alloc-pool.h dependency.Laurynas Biveinis1-5/+12
2007-08-19re PR middle-end/32940 (REG_POINTER attribute on DECL_ARTIFICIAL pointers)Andrew Pinski1-11/+3
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-1/+1
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-05function.c (match_asm_constraints_1, [...]): New.Paolo Bonzini1-0/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-6/+4
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-1/+1
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-8/+3
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+1
2007-05-14builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak1-3/+3
2007-03-09rtl.def (ASM_INPUT): Add location.Alexandre Oliva1-5/+6
2007-02-15re PR middle-end/30729 (value computed is not used warning with unused result...Andrew Pinski1-0/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-4/+8
2006-11-11re PR middle-end/27528 (compiling linux kernels 2.6.16.14/15 2.6.17-rc3 on po...Richard Sandiford1-2/+6
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