aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-28update a few places for the change from gimple_statement_base to gimpleTrevor Saunders1-5/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-349/+349
2015-08-13gimple.h (gcall::code_): New constant static member.Richard Biener1-55/+208
2015-08-12gimple.h (remove_pointer): New trait.Richard Biener1-38/+171
2015-08-06gimple.h (gimple_call_set_fn): Access op member directly.Richard Biener1-36/+32
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-1/+3
2015-07-23gimple.h (gimple_cond_make_false): Use 0 != 0.Richard Biener1-4/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-45/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-0/+3
2015-06-26gimple.c (gimple_call_set_fndecl): Remove.Andrew MacLeod1-1/+13
2015-06-25gimple.h (gimple_call_set_fn): Move inline function.Andrew MacLeod1-11/+1
2015-05-22gimple.h (gimple_expr_type): Refactor to make it concise.Aditya Kumar1-28/+18
2015-02-24gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL to CXX_MEM_STAT_INFO.Aldy Hernandez1-1/+1
2015-02-04re PR middle-end/64922 (runtime error: member call on misaligned address for ...Jan Hubicka1-0/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-55/+122
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-8/+6
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-744/+636
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-5/+17
2014-11-17Add more comments to some gimple accessorsDodji Seketeli1-6/+51
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+46
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek1-3/+4
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-4/+5
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