aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-array-notation.c
AgeCommit message (Expand)Author
2017-08-12Merged revisions r232323 through r251067 to the branchtr29124Edward Smith-Rowland
2017-04-13Merged revisions through r246916 to the branchEdward Smith-Rowland
2016-10-12Merged from trunk to the branch.Edward Smith-Rowland
2016-05-02Merged revisions r232323 through r235758 to the branch.Edward Smith-Rowland
2016-01-13Merge from trunk.Edward Smith-Rowland
2015-11-27Fix memory leak in cilkMartin Liska
2015-11-11adaAndrew Macleod
2015-10-29adaAndrew Macleod
2015-07-092015-07-09 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-26 * array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek
2015-06-25 * array-notation-common.c: Use VAR_P throughout.Marek Polacek
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-29 * gimple-expr.h (create_tmp_var_raw, create_tmp_var,Jakub Jelinek
2014-08-01 PR middle-end/61455Igor Zamyatin
2014-06-30PR middle-end/57541Igor Zamyatin
2014-06-04gcc/c/Igor Zamyatin
2014-05-26gcc/c/Igor Zamyatin
2014-05-21gcc/Richard Sandiford
2014-04-12gcc/c/Igor Zamyatin
2014-01-23Fix for PR c/59825.Balaji V. Iyer
2014-01-02Update copyright years in gcc/Richard Sandiford
2014-01-02gcc/Richard Sandiford
2013-08-20Fix for PR c/57490.Balaji V. Iyer
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer
2013-06-12fix pr c/57577Balaji V. Iyer
2013-06-10Fix for PR c/57563Balaji V. Iyer
2013-06-07Fixed PR 57541.Balaji V. Iyer
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer
2013-06-03Fixed a bug in expansion of array notations in if-statement conditions.Balaji V. Iyer
2013-06-032013-06-03 Balaji V. Iyer <balaji.v.iyer@intel.com>Balaji V. Iyer
2013-05-29Fix c/c-array-notation.c compilation failure (PR bootstrap/57450)Rainer Orth
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer