aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-08re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-1/+7
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law1-1/+1
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-46/+0
2013-11-27Fix checking of gimple typesDavid Malcolm1-104/+250
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-13/+0
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-593/+1056
2013-11-18builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich1-27/+26
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-78/+41
2013-11-16* gimple.h (enum gf_mask): Change the ordering of GF_OMP_* bits.Aldy Hernandez1-4/+4
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-5/+6
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-90/+0
2013-11-14Add is_tm_endingTom de Vries1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-356/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-87/+29
2013-11-06gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod1-9/+1
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-0/+1
2013-11-05gimple.h: Move some prototypes to gimple-expr.h and add to include list.Andrew MacLeod1-91/+1
2013-11-05tree-outof-ssa.c (queue_phi_copy_p): Combine phi_ssa_name_p from gimple.h and...Andrew MacLeod1-13/+0
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-0/+47
2013-10-29tree-ssa-ifcombine.c: Include rtl.h and tm_p.h.Andrew Pinski1-0/+14
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-1/+0
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-0/+2
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-3/+1
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener1-3/+0
2013-10-11gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge1-1/+1
2013-10-11target.c: New file.Jakub Jelinek1-2/+264
2013-10-10tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod1-1/+8
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-3/+51
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-0/+1
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-17/+1
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-50/+91
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-27The gimple builder no longer support normal form.Diego Novillo1-9/+0
2013-09-26gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod1-15/+0
2013-09-12tree-ssa.h: New.Andrew MacLeod1-6/+2
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+25
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-1/+1
2013-06-14gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law1-0/+3
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+51
2013-04-22[Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook.James Greenhalgh1-3/+2
2013-04-18Simplified GIMPLE IL builder functions.Diego Novillo1-1/+31
2013-03-18re PR middle-end/56483 (LTO issue with expanding GIMPLE_COND)Richard Biener1-17/+0
2013-03-08trans-mem.c (expand_transaction): Do not set PR_INSTRUMENTEDCODE if GTMA_HAS_...Aldy Hernandez1-0/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-07re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Richard Biener1-0/+1
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener1-0/+2