aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/array-notation-common.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Fix memory leak in cilkMartin Liska1-0/+2
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+2
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek1-0/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek1-1/+1
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-15re PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkp...Marek Polacek1-0/+6
2014-08-12re PR other/61962 (GCC seems to enter an infinite loop when compiling the abo...Igor Zamyatin1-1/+4
2014-08-01re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin1-0/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford1-1/+1
2013-07-08array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables ...Graham Stott1-1/+0
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-47/+46
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer1-19/+21
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-0/+97
2013-06-20array-notation-common.c (find_inv_trees): Removed an unwanted typecasting.Balaji V. Iyer1-1/+1
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer1-1/+487
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-0/+76