summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
Commit message (Expand)AuthorAgeFilesLines
* Add a combined_fn enumrsandifo2015-11-171-0/+1
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-5/+1
* 2015-11-12 James Norris <jnorris@codesourcery.com>jnorris2015-11-121-0/+2
* * internal-fn.c (expand_UNIQUE): New.nathan2015-10-271-0/+15
* gcc/jakub2015-10-131-18/+133
* make more gimple_x_ptr accessors const correcttbsaunde2015-10-051-39/+39
* remove unused gasm accessorstbsaunde2015-10-051-20/+0
* remove gimple_location_ptr ()tbsaunde2015-10-051-9/+0
* update a few places for the change from gimple_statement_base to gimpletbsaunde2015-09-281-5/+5
* switch from gimple to gimple*tbsaunde2015-09-201-349/+349
* 2015-08-13 Richard Biener <rguenther@suse.de>rguenth2015-08-131-55/+208
* 2015-08-12 Richard Biener <rguenther@suse.de>rguenth2015-08-121-38/+171
* 2015-08-06 Richard Biener <rguenther@suse.de>rguenth2015-08-061-36/+32
* gcc/ChangeLog:manu2015-08-051-1/+3
* 2015-07-23 Richard Biener <rguenther@suse.de>rguenth2015-07-231-4/+4
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-45/+0
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-0/+3
* 2015-06-26 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-261-1/+13
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-11/+1
* 2015-05-22 hiraditya <hiraditya@msn.com>rguenth2015-05-221-28/+18
* * gimple.h (gimple_build_assign): Rename CXX_MEM_STAT_DECL toaldyh2015-02-241-1/+1
* PR middle-end/64922hubicka2015-02-041-0/+1
* Merge current set of OpenACC changes from gomp-4_0-branch.tschwinge2015-01-151-55/+122
* Update copyright years.jakub2015-01-051-1/+1
* * gimple.h (gimple_build_assign_stat): Remove prototype.jakub2014-12-011-8/+6
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-744/+636
* * gimple.h (gimple_build_assign_with_ops): Add unary arg overload.jakub2014-11-191-5/+17
* Add more comments to some gimple accessorsdodji2014-11-171-6/+51
* gcc/ienkovich2014-11-051-0/+46
* PR tree-optimization/63464jakub2014-10-171-3/+4
* gcc/kyukhin2014-09-021-4/+5
* 2014-08-20 Martin Jambor <mjambor@suse.cz>wmi2014-08-201-0/+24
* 2014-08-08 Richard Biener <rguenther@suse.de>rguenth2014-08-081-0/+1
* Fix for devirtualization dump functionsmarxin2014-06-271-0/+9
* GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.tschwinge2014-05-231-2/+4
* Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.tschwinge2014-05-231-9/+9
* Const-correctness of gimple_call_builtin_pdmalcolm2014-05-071-4/+4
* Change is-a.h to support typedefs of pointersdmalcolm2014-04-231-225/+225
* Const-correctness fixes for some gimple accessorsdmalcolm2014-04-211-5/+5
* 2014-04-01 Richard Biener <rguenther@suse.de>rguenth2014-04-011-0/+3
* 2014-01-08 Richard Biener <rguenther@suse.de>rguenth2014-01-081-1/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.jakub2013-12-101-1/+7
* * common.opt: Split up -fisolate-erroneous-paths intolaw2013-12-051-1/+1
* Reverted:kyukhin2013-11-291-46/+0
* Fix checking of gimple typesdmalcolm2013-11-271-104/+250
* * gimple.h: Remove all includes.amacleod2013-11-221-13/+0
* Convert gimple types from a union to C++ inheritancedmalcolm2013-11-191-593/+1056
* * builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.kyukhin2013-11-181-27/+26
* * gimple.h: Reorder prototypes to match .c declaration order, and removeamacleod2013-11-171-78/+41