summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
Commit message (Expand)AuthorAgeFilesLines
* gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to CXX_MEM_STAT_INFO.Aldy Hernandez2015-02-241-1/+1
* re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka2015-02-041-0/+1
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-55/+122
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-8/+6
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-744/+636
* gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek2014-11-191-5/+17
* Add more comments to some gimple accessorsDodji Seketeli2014-11-171-6/+51
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+46
* re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek2014-10-171-3/+4
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-021-4/+5
* re PR lto/60449 (Merging function DECLs discards leaf attribute which causes ...Martin Jambor2014-08-201-0/+24
* builtins.c (c_getstr, [...]): Export.Richard Biener2014-08-081-0/+1
* 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