aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-31tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially lea...Jeff Law1-1/+1
2011-03-03explow.c (emit_stack_save): Remove 'after' parameter.Richard Henderson1-2/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-20* stmt.c (lshift_cheap_p): Support properly optimize_insn_for_speed_p.Jan Hubicka1-7/+9
2010-11-20re PR tree-optimization/45830 (Code+rodata increase with -ftree-switch-conver...Jakub Jelinek1-8/+20
2010-11-13tm.texi.in (OVERLAPPING_REGISTER_NAMES): Document new macro.Richard Earnshaw1-31/+49
2010-10-29re PR rtl-optimization/46226 (asm goto may leave stack pointer invalid)Richard Henderson1-0/+4
2010-10-22expr.c (emit_group_load_1): Update calls to extract_bit_field.Jie Zhang1-1/+1
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-1/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-5/+2
2010-07-22re PR middle-end/44878 (Build fails when compiling libstdc++)Steve Ellcey1-2/+5
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-1/+1
2010-06-21stmt.c (resolve_asm_operand_names): Fix handling of %%.Jakub Jelinek1-2/+2
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+2
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-3/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-11-16* stmt.c (expand_asm_stmt): Get locus from stmt.Alexandre Oliva1-2/+3
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-1/+5
2009-09-18stmt.c (expand_asm_operands): Set REG_ATTRS on the temporary from output decl.Jakub Jelinek1-0/+2
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-53/+76
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz1-27/+63
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther1-2/+2
2009-08-12tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini1-8/+7
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-17/+14
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+5
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-3/+4
2009-04-26re PR c/39889 (Bogus -Wunused-value warning)Jakub Jelinek1-0/+1
2009-04-25target.h (struct gcc_target): Add case_values_threshold field.Anatoly Sokolov1-1/+1
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-32/+0
2009-02-02re PR inline-asm/39058 (ICE with double in inline-asm)Jakub Jelinek1-2/+2
2008-09-11cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t...Jan Hubicka1-6/+0
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-60/+0
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-1/+2
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-2/+2
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-41/+5
2008-07-30[multiple changes]H.J. Lu1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-8/+4
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-13/+11
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-2/+2
2008-05-27defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.Andreas Krebbel1-2/+2
2008-05-08* stmt.c (expand_stack_restore): Change sa mode if needed.Steve Ellcey1-0/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-03re PR middle-end/35800 (Revision 133835 failed to compile binutils)Richard Guenther1-6/+11
2008-04-02re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther1-18/+29
2008-03-31builtins.c (expand_builtin_setjmp_receiver): Update call of get_arg_pointer_s...Jan Hubicka1-3/+2
2007-12-04re PR middle-end/34134 (ICE when using __builtin_stack_restore)Jakub Jelinek1-1/+1
2007-11-20re PR middle-end/34154 (gcc 4.1.1 bug / case ranges / unsigned long long)Richard Guenther1-4/+5