aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-20re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor1-0/+24
2014-08-08builtins.c (c_getstr, [...]): Export.Richard Biener1-0/+1
2014-06-27Fix for devirtualization dump functionsMartin Liska1-0/+9
2014-05-23GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.Thomas Schwinge1-2/+4
2014-05-23Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.Thomas Schwinge1-9/+9
2014-05-07Const-correctness of gimple_call_builtin_pDavid Malcolm1-4/+4
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-225/+225
2014-04-21Const-correctness fixes for some gimple accessorsDavid Malcolm1-5/+5
2014-04-01gimple.h (struct gimple_statement_base): Align subcode to 16 bits.Richard Biener1-0/+3
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