summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-array-notation.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug of adding the call expr that has array notations twice.bviyer2013-04-181-6/+9
* Fixed a couple bugs:bviyer2013-04-181-5/+5
* Fixed a bug of setting the initial max and min value for REDUCE_MIN and bviyer2013-04-171-5/+19
* Added support for array notations between arrays and check for length bviyer2013-04-171-0/+74
* Merged with trunk at revision 197989.bviyer2013-04-161-14/+50
* Renamed testsuite scripts, fixed some exec-once rule bugs and array refs bviyer2013-04-051-21/+101
* Allowed array notation builtin functions in return expression.bviyer2013-01-251-6/+33
* Updated the YEAR on copyright notice.bviyer2013-01-111-1/+1
* Wrapped up changes from Individual Array notation patches for C and C++. bviyer2012-12-071-959/+1454
* Fixed a bug of having builtin array notation function in conditions.bviyer2012-11-291-18/+70
* Merged with trunk at revision 191917.bviyer2012-10-021-1/+1
* Fix builtin array notation functions in C++.bviyer2012-08-111-44/+54
* Fixed some spacing issues and rearranged some comments.bviyer2012-08-011-104/+97
* Fixed several indentation and commenting issues.bviyer2012-07-301-59/+51
* Fixed some function param changes due to merge.bviyer2012-05-231-17/+26
* Merged with trunk at revision 187782bviyer2012-05-231-60/+92
* Fixed a couple merge issues.bviyer2012-05-081-55/+70
* Added 3 additional builtin function calls and some bug fixes.bviyer2012-02-131-400/+805
* Gather Scatter Array Notation Support in C and C++bviyer2012-01-311-102/+185
* Initialized new_exp_init to NULL_TREE to remove a warning.bviyer2012-01-271-1/+1
* Added some test files I forgot to addbviyer2012-01-271-50/+84
* Sec Implicit Index Function (C and CPP)bviyer2012-01-271-0/+73
* 2012-01-22 Balaji V. Iyer <balaji.v.iyer@intel.com>bviyer2012-01-231-1/+1
* Removed AGGR_INIT_EXPR from check with CALL_EXPR.bviyer2012-01-231-5/+3
* Builtin array notations function support in C++ Compiler.bviyer2012-01-221-33/+630
* Array notations for Function Calls and Unary exprs for CPP Compilerbviyer2012-01-181-56/+358
* Array Notations inside Conditions for C++ Compilerbviyer2012-01-131-0/+491
* 2012-01-11 Balaji V. Iyer <balaji.v.iyer@intel.com>bviyer2012-01-121-0/+625