aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-5/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-2/+5
2014-09-03use rtx_code_label moreTrevor Saunders1-3/+3
2014-08-28Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-4/+4
2014-08-28Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm1-1/+1
2014-08-22stmt.c: Use rtx_insnDavid Malcolm1-2/+2
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-3/+3
2014-06-11common.md: New file.Richard Sandiford1-16/+0
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-13/+8
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-27stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT before printing.Segher Boessenkool1-11/+7
2014-05-06Merge in wide-int.Kenneth Zadeck1-6/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-4/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-3/+3
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-886/+0
2013-10-10re PR middle-end/58670 (asm goto miscompilation)Jakub Jelinek1-4/+32
2013-10-01stmt.c (expand_asm_operands): Revert part of 2013-09-24 special casing inout ...Alan Modra1-3/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-8/+8
2013-09-24re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64)Alan Modra1-1/+4
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