Fix spawned function with lambda function
[platform/upstream/gcc.git] / gcc / c-family / cilk.c
2015-09-02 Balaji V. IyerFix spawned function with lambda function
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-26 Marek Polacekarray-notation-common.c (find_rank): Use INDIRECT_REF_P.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25 Andrew MacLeodfunction.h (struct incoming_args): Move struct.
2015-06-25 Marek Polacekarray-notation-common.c: Use VAR_P throughout.
2015-06-25 Marek Polacekcilk.c (extract_free_variables): Use is_global_var.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-21 Jakub Jelinekre PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-29 Jakub Jelinekgimple-expr.h (create_tmp_var_raw, [...]): Add default...
2014-11-11 Andi KleenError out for Cilk_spawn or array expression in forbidd...
2014-11-11 Andi KleenFix error location for cilk error message
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-21 Kirill YukhinRevert r216483.
2014-10-20 Igor Zamyatinre PR c/63307 (Cilk+ breaks -fcompare-debug bootstrap)
2014-08-07 Trevor Saundersremove pointer-set.[ch]
2014-08-02 Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-13 Jan Hubickacgraph.h (symtab_node): Add nonzero_address.
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-12 Igor Zamyatinre PR middle-end/60467 (ICE with -fcilkplus)
2014-03-06 Marek Polacekre PR c/60197 (ICE with _Cilk_spawn in expression)
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-11-29 H.J. LuProperly handle function without arguments
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-30 Jakub Jelinek* cilk.c (create_cilk_helper_decl): Use HOST_WIDE_INT_P...
2013-10-29 Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...