aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.c
AgeCommit message (Expand)Author
2016-02-11Backport PRs 62217, 66375, 66413, 66794, 66823Richard Biener
2014-10-16Added fnspec to internal functions.Yury Gribov
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener
2014-01-08re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek
2013-12-09Eliminate label_to_block_map macro.David Malcolm
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-27Fix checking of gimple typesDavid Malcolm
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22add auto_vecTrevor Saunders
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-18builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law
2013-11-05gimple.h: Move some prototypes to gimple-expr.h and add to include list.Andrew MacLeod
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener
2013-10-14re PR other/58712 (issues found by --enable-checking=valgrind)Richard Biener
2013-10-11gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge
2013-10-11target.c: New file.Jakub Jelinek
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod
2013-10-01tree-ssa-live.h (coalesce_ssa_name): Move Prototype to...Andrew MacLeod
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod
2013-09-12tree-ssa.h: New.Andrew MacLeod
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek
2013-08-16re PR tree-optimization/58164 (internal compiler error: in make_decl_rtl, at ...Jakub Jelinek
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse
2013-04-18Simplified GIMPLE IL builder functions.Diego Novillo
2013-04-12gimple.c (is_gimple_constant): Vector CONSTRUCTORs should not be considered a...Richard Biener
2013-04-08gimple.c (canonicalize_cond_expr_cond): Rewrite x ^ y into x != y.Jeff Law
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-07re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-12Instrument built-in memory access function callsDodji Seketeli
2012-10-23tree-ssa-operands.h (struct def_optype_d, [...]): Remove.Michael Matz
2012-09-24re PR middle-end/52173 (internal compiler error: verify_ssa failed possibly c...Richard Guenther
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther