aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-array-notation.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Remove Cilk Plus support.Julia Koval1-1470/+0
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell1-2/+2
2017-01-17re PR c++/70565 (ICE at gimplify.c:8832 (cilkplus array extension))Aldy Hernandez1-0/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-05Implement P0305R1, Selection statements with initializer.Marek Polacek1-1/+1
2016-01-16Fix logic bug in Cilk Plus array expansionPatrick Palka1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Fix memory leak in cilkMartin Liska1-25/+23
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-1/+6
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+0
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-1/+1
2015-06-26cp-array-notation.c (expand_sec_reduce_builtin): Use INDIRECT_REF_P.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-4/+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-08-22re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...Igor Zamyatin1-1/+4
2014-08-01cp-array-notation.c (expand_an_in_modify_expr): Fix the misprint in error out...Igor Zamyatin1-1/+1
2014-08-01re PR c++/61455 (Internal compiler error, and other confused errors, when usi...Igor Zamyatin1-6/+17
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin1-1/+4
2014-06-04re PR c/58942 (cilkplus internal compiler error: tree check __sec_reduce_max_...Igor Zamyatin1-0/+2
2014-05-22re PR c/61271 (10 * possible coding error with logical not (!))Jonathan Wakely1-2/+2
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-1/+2
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-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-1/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+1
2013-08-19re PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an-if.c)Balaji V. Iyer1-2/+19
2013-07-21class.c: Fix typos.Ondřej Bílka1-1/+1
2013-06-28Implemented Jason Merrill's suggestions on Array Notation C++.Balaji V. Iyer1-327/+255
2013-06-25Replaced Dynamic arrays with vec trees in Array Notation for C.Balaji V. Iyer1-49/+3
2013-06-21Implemented Cilk Plus Array Notation for C++Balaji V. Iyer1-0/+1547