summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-array-notation.c
Commit message (Expand)AuthorAgeFilesLines
* Implement P0305R1, Selection statements with initializer.mpolacek2016-10-051-1/+1
* Fix logic bug in Cilk Plus array expansionppalka2016-01-161-2/+2
* Update copyright years.jakub2016-01-041-1/+1
* Fix memory leak in cilkmarxin2015-11-271-25/+23
* Merge C++ delayed folding branch.jason2015-11-141-1/+6
* adaamacleod2015-11-111-2/+0
* adaamacleod2015-10-291-3/+0
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+1
* * call.c (set_up_extended_ref_temp): Use VAR_P.mpolacek2015-06-271-1/+1
* * cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.mpolacek2015-06-261-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-4/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+10
* Update copyright years.jakub2015-01-051-1/+1
* PR other/62008kyukhin2014-08-221-1/+4
* gcc/cp/kyukhin2014-08-011-1/+1
* PR middle-end/61455kyukhin2014-08-011-6/+17
* PR middle-end/57541kyukhin2014-06-301-1/+4
* gcc/c/kyukhin2014-06-041-0/+2
* cp:redi2014-05-221-2/+2
* gcc/rsandifo2014-05-211-1/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* gcc/rsandifo2014-01-021-1/+1
* 2013-10-30 Tobias Burnus <burnus@net-b.de>burnus2013-10-301-1/+1
* libgomp/jakub2013-10-111-0/+1
* Fix for PR c/57490.bviyer2013-08-201-2/+19
* 2013-07-21 Ondřej Bílka <neleai@seznam.cz>mrs2013-07-211-1/+1
* Implemented Jason Merrill's suggestions on Array Notation C++.bviyer2013-06-281-327/+255
* Replaced Dynamic arrays with vec trees in Array Notation for C.bviyer2013-06-251-49/+3
* Implemented Cilk Plus Array Notation for C++ bviyer2013-06-211-0/+1547