summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for devirtualization dump functionsMartin Liska2014-06-271-0/+9
* GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.Thomas Schwinge2014-05-231-2/+4
* Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.Thomas Schwinge2014-05-231-9/+9
* Const-correctness of gimple_call_builtin_pDavid Malcolm2014-05-071-4/+4
* Change is-a.h to support typedefs of pointersDavid Malcolm2014-04-231-225/+225
* Const-correctness fixes for some gimple accessorsDavid Malcolm2014-04-211-5/+5
* gimple.h (struct gimple_statement_base): Align subcode to 16 bits.Richard Biener2014-04-011-0/+3
* re PR middle-end/59630 (ICE converting the return type of a builtin function)Richard Biener2014-01-081-1/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-1/+7
* common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law2013-12-041-1/+1
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-46/+0
* Fix checking of gimple typesDavid Malcolm2013-11-271-104/+250
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-13/+0
* Convert gimple types from a union to C++ inheritanceDavid Malcolm2013-11-191-593/+1056
* builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.Ilya Enkovich2013-11-181-27/+26
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-78/+41
* * gimple.h (enum gf_mask): Change the ordering of GF_OMP_* bits.Aldy Hernandez2013-11-161-4/+4
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-5/+6
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-90/+0
* Add is_tm_endingTom de Vries2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-356/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-87/+29
* gimple.h (block_in_transaction): Move to basic-block.h and rename.Andrew MacLeod2013-11-061-9/+1
* Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law2013-11-051-0/+1
* gimple.h: Move some prototypes to gimple-expr.h and add to include list.Andrew MacLeod2013-11-051-91/+1
* tree-outof-ssa.c (queue_phi_copy_p): Combine phi_ssa_name_p from gimple.h and...Andrew MacLeod2013-11-051-13/+0
* tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich2013-10-301-0/+47
* tree-ssa-ifcombine.c: Include rtl.h and tm_p.h.Andrew Pinski2013-10-291-0/+14
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-1/+0
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-1/+1
* tree-cfg.h: Rename from tree-flow.h.Andrew Macleod2013-10-181-0/+2
* tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod2013-10-171-3/+1
* gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener2013-10-141-3/+0
* gimple.c: GIMPLE statements have subcodes, not sub-codes.Thomas Schwinge2013-10-111-1/+1
* target.c: New file.Jakub Jelinek2013-10-111-2/+264
* tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod2013-10-101-1/+8
* tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod2013-10-091-3/+51
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-081-0/+1
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-0/+1
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-17/+1
* tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod2013-10-011-50/+91
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* The gimple builder no longer support normal form.Diego Novillo2013-09-271-9/+0
* gimple.c (gimple_replace_lhs): Move to tree-ssa.c and rename.Andrew MacLeod2013-09-261-15/+0
* tree-ssa.h: New.Andrew MacLeod2013-09-121-6/+2
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-1/+25
* gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka2013-08-161-1/+1
* gimple.h (gimple_can_coalesce_p): Prototype.Jeff Law2013-06-141-0/+3
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-1/+51