aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-9/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+12
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-3/+2
2015-08-19remove useless typedefsTrevor Saunders1-1/+0
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-3/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-07-05target.def: Add code_for_* hooks.Richard Sandiford1-6/+2
2015-06-30target-insns.def (jump): New targetm instruction pattern.Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-06-01Change use to type-based pool allocator in stmt.c.Martin Liska1-11/+5
2015-05-24add default for HAVE_tablejumpTrevor Saunders1-4/+0
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-22/+35
2015-05-11Only resolve_asm_operand_names onceRichard Henderson1-3/+4
2015-04-17re PR target/65689 ([AArch64] S constraint fails for inline asm at -O0)Jakub Jelinek1-14/+2
2015-02-13re PR ipa/65034 (ICE (segfault) on arm-linux-gnueabihf)Jakub Jelinek1-2/+2
2015-01-15re PR rtl-optimization/64110 (ICE: Max. number of generated reload insns per ...Vladimir Makarov1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
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