aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-array-notation.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Fix memory leak in cilkMartin Liska1-27/+22
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-2/+1
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
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-2/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-8/+6
2014-08-01re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin1-0/+19
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin1-1/+11
2014-06-04re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin1-1/+3
2014-05-26re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin1-0/+2
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-1/+1
2014-04-12re PR middle-end/60469 (simple cilk plus program ICEs)Igor Zamyatin1-12/+9
2014-01-23re PR c/59825 (Many cilkplus test failures)Balaji V. Iyer1-52/+53
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-08-19re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c)Balaji V. Iyer1-2/+12
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer1-1312/+287
2013-06-12fix pr c/57577Balaji V. Iyer1-12/+1
2013-06-10re PR c/57563 (Lots of Cilk+ failures on i686-linux)Balaji V. Iyer1-12/+5
2013-06-07re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Balaji V. Iyer1-0/+8
2013-06-07Moved array notation helper functions from c/ to c-family/ files.Balaji V. Iyer1-489/+1
2013-06-03Fixed a bug in expansion of array notations in if-statement conditions.Balaji V. Iyer1-4/+16
2013-06-03re PR c/57474 (FAIL: c-c++-common/cilk-plus/AN/sec_implicit2?.c -fcilkplus (...Balaji V. Iyer1-1/+5
2013-05-29Fix c/c-array-notation.c compilation failure (PR bootstrap/57450)Rainer Orth1-2/+2
2013-05-28Implemented Cilk Plus Array Notation for C Compiler.Balaji V. Iyer1-0/+2875