aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Merge of HSAMartin Jambor1-2/+63
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR ipa/67811 ([TM] ICE with try-block in transaction)Richard Henderson1-11/+48
2015-12-01OpenACC host_data support.Julian Brown1-0/+2
2015-11-27Be more careful about barriers when speculating conditional stores.Bernd Schmidt1-0/+1
2015-11-17Add a combined_fn enumRichard Sandiford1-0/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-5/+1
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+2
2015-10-27internal-fn.c (expand_UNIQUE): New.Nathan Sidwell1-0/+15
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-18/+133
2015-10-05make more gimple_x_ptr accessors const correctTrevor Saunders1-39/+39
2015-10-05remove unused gasm accessorsTrevor Saunders1-20/+0
2015-10-05remove gimple_location_ptr ()Trevor Saunders1-9/+0
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