summaryrefslogtreecommitdiff
path: root/gcc/c/c-array-notation.c
Commit message (Expand)AuthorAgeFilesLines
* 2016-04-28 Andrew MacLeod <amacleod@redhat.com>law2016-04-281-2/+2
* Update copyright years.jakub2016-01-041-1/+1
* Fix memory leak in cilkmarxin2015-11-271-27/+22
* adaamacleod2015-11-111-3/+0
* adaamacleod2015-10-291-2/+1
* 2015-07-09 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-091-1/+0
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+1
* * array-notation-common.c (find_rank): Use INDIRECT_REF_P.mpolacek2015-06-261-1/+1
* * array-notation-common.c: Use VAR_P throughout.mpolacek2015-06-251-1/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-2/+0
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* * gimple-expr.h (create_tmp_var_raw, create_tmp_var,jakub2014-11-291-8/+6
* PR middle-end/61455kyukhin2014-08-011-0/+19
* PR middle-end/57541kyukhin2014-06-301-1/+11
* gcc/c/kyukhin2014-06-041-1/+3
* gcc/c/kyukhin2014-05-261-0/+2
* gcc/rsandifo2014-05-211-1/+1
* gcc/c/kyukhin2014-04-121-12/+9
* Fix for PR c/59825.bviyer2014-01-231-52/+53
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* gcc/rsandifo2014-01-021-1/+1
* Fix for PR c/57490.bviyer2013-08-201-2/+12
* Replaced Dynamic arrays with vec trees in Array Notation for C.bviyer2013-06-251-1312/+287
* fix pr c/57577bviyer2013-06-121-12/+1
* Fix for PR c/57563bviyer2013-06-101-12/+5
* Fixed PR 57541.bviyer2013-06-071-0/+8
* Moved array notation helper functions from c/ to c-family/ files.bviyer2013-06-071-489/+1
* Fixed a bug in expansion of array notations in if-statement conditions.bviyer2013-06-031-4/+16
* 2013-06-03 Balaji V. Iyer <balaji.v.iyer@intel.com>bviyer2013-06-031-1/+5
* Fix c/c-array-notation.c compilation failure (PR bootstrap/57450)ro2013-05-291-2/+2
* Implemented Cilk Plus Array Notation for C Compiler.bviyer2013-05-281-0/+2875