summaryrefslogtreecommitdiff
path: root/gcc/c-family/array-notation-common.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Cilk Plus support.Julia Koval2017-11-281-689/+0
* Canonicalize names of attributes.Martin Liska2017-08-071-0/+2
* re PR c/79116 (ICE on cilkplus array notation with a _Cilk_for)Aldy Hernandez2017-01-171-1/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* array-notation-common.c (cilkplus_extract_an_trplets): Fix indentation and fo...Nathan Sidwell2016-11-221-6/+6
* gcc-ar.c (main): Fix indentation.Nathan Sidwell2016-11-221-15/+15
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix memory leak in cilkMartin Liska2015-11-271-0/+2
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-2/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-4/+2
* array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek2015-10-201-0/+9
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek2015-06-261-1/+1
* array-notation-common.c: Use VAR_P throughout.Marek Polacek2015-06-251-1/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkp...Marek Polacek2014-11-151-0/+6
* re PR other/61962 (GCC seems to enter an infinite loop when compiling the abo...Igor Zamyatin2014-08-121-1/+4
* re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin2014-08-011-0/+8
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2014-01-021-1/+1
* array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables ...Graham Stott2013-07-081-1/+0
* Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer2013-06-281-47/+46
* Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer2013-06-251-19/+21
* Implemented Cilk Plus Array Notation for C++Balaji V. Iyer2013-06-211-0/+97
* array-notation-common.c (find_inv_trees): Removed an unwanted typecasting.Balaji V. Iyer2013-06-201-1/+1
* Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer2013-06-071-1/+487
* Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer2013-05-281-0/+76