aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-73/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-2/+2
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-6/+7
2013-02-27re PR target/56455 (ICE in final_scan_insn)Jakub Jelinek1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-10* stmt.c (expand_sjlj_dispatch_table): Fix off by one.Kai Tietz1-1/+1
2012-12-10re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz1-2/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+6
2012-10-31re PR target/54938 (sh libgcc_unpack_df.o fails to build: ../../../srcw/libgc...Easwaran Raman1-4/+8
2012-10-23re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson1-1/+73
2012-10-22stmt.c (expand_nl_goto_receiver): Remove almost-copy of expand_builtin_setjmp...Hans-Peter Nilsson1-73/+1
2012-10-16[multiple changes]Easwaran Raman1-85/+319
2012-09-19Integrate lexical block into source_location.Dehao Chen1-2/+2
2012-09-11tree.h (expand_case): Move prototype ...Steven Bosscher1-45/+136
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-10/+5
2012-07-16function.c (stack_protect_epilogue): Use expand_call to expand targetm.stack_...Steven Bosscher1-36/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+2
2012-07-05expr.c (try_casesi): Remove bogus ATTRIBUTE_UNUSED markers.Steven Bosscher1-231/+328
2012-07-02stmt.c (emit_case_bit_tests): Remove.Steven Bosscher1-198/+11
2012-06-29system.h (CASE_USE_BIT_TESTS): Poison.Steven Bosscher1-9/+4
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-136/+2
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-0/+5
2012-05-02vms.h (SUBTARGET_OVERRIDE_OPTIONS): For pic code, unset flag_jump_tables.Steven Bosscher1-3/+0
2012-04-18targhooks.c (default_case_values_threshold): Fix code style nit.Steven Bosscher1-62/+18
2012-04-17stmt.c (cost_table_, [...]): Remove.Steven Bosscher1-131/+3
2012-04-11re PR target/16458 (PowerPC - redundant compare)Peter Bergner1-1/+5
2012-04-10c-common.c (warn_if_unused_value): Move definition to here.Manuel López-Ibáñez1-96/+0
2012-01-05re PR middle-end/51768 (ICE with invalid asm goto)Jakub Jelinek1-7/+6
2011-10-12expr.h (copy_blkmode_to_reg): Declare.Richard Sandiford1-106/+7
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-2/+2
2011-08-15re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677)Richard Henderson1-1/+4
2011-07-27params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez1-1/+2
2011-07-05Add --param case-values-thresholdMichael Meissner1-1/+16
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