summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford2015-06-061-1/+1
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* Change use to type-based pool allocator in stmt.c.Martin Liska2015-06-011-11/+5
* add default for HAVE_tablejumpTrevor Saunders2015-05-241-4/+0
* Promote types of RTL expressions to more derived ones.Mikhail Maltsev2015-05-201-22/+35
* Only resolve_asm_operand_names onceRichard Henderson2015-05-111-3/+4
* re PR target/65689 ([AArch64] S constraint fails for inline asm at -O0)Jakub Jelinek2015-04-171-14/+2
* re PR ipa/65034 (ICE (segfault) on arm-linux-gnueabihf)Jakub Jelinek2015-02-131-2/+2
* re PR rtl-optimization/64110 (ICE: Max. number of generated reload insns per ...Vladimir Makarov2015-01-151-0/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-1/+10
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-2/+2
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-5/+5
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-2/+5
* use rtx_code_label moreTrevor Saunders2014-09-031-3/+3
* Convert forced_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-4/+4
* Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LISTDavid Malcolm2014-08-281-1/+1
* stmt.c: Use rtx_insnDavid Malcolm2014-08-221-2/+2
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-3/+3
* common.md: New file.Richard Sandiford2014-06-111-16/+0
* system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford2014-06-111-13/+8
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT before printing.Segher Boessenkool2014-05-271-11/+7
* Merge in wide-int.Kenneth Zadeck2014-05-061-6/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+6
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford2013-11-181-4/+4
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-3/+3
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-1/+1
* Re-factor tree.h - Part 1.Diego Novillo2013-11-081-886/+0
* re PR middle-end/58670 (asm goto miscompilation)Jakub Jelinek2013-10-101-4/+32
* stmt.c (expand_asm_operands): Revert part of 2013-09-24 special casing inout ...Alan Modra2013-10-011-3/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-8/+8
* re PR middle-end/57134 (ICE with -mstrict-align and inline assembly on ppc64)Alan Modra2013-09-241-1/+4
* re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson2013-07-031-73/+1
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-2/+2
* cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher2013-03-301-6/+7
* re PR target/56455 (ICE in final_scan_insn)Jakub Jelinek2013-02-271-0/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* * stmt.c (expand_sjlj_dispatch_table): Fix off by one.Kai Tietz2012-12-101-1/+1
* re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2012-12-101-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-6/+6
* re PR target/54938 (sh libgcc_unpack_df.o fails to build: ../../../srcw/libgc...Easwaran Raman2012-10-311-4/+8
* re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution...Hans-Peter Nilsson2012-10-231-1/+73
* stmt.c (expand_nl_goto_receiver): Remove almost-copy of expand_builtin_setjmp...Hans-Peter Nilsson2012-10-221-73/+1