invoke.texi (fdump-translation-unit): Delete documentation.
[gcc.git] / gcc / c / c-array-notation.c
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-01-01 Jakub JelinekUpdate copyright years.
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-04-28 Andrew MacLeodc-array-notation.c (fix_builtin_array_notation_fn)...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-27 Martin LiskaFix memory leak in cilk
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-07-09 Andrew MacLeodflags.h: Don't include flag-types.h or options.h.
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 Marek Polacekarray-notation-common.c: Use VAR_P throughout.
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-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-08-01 Igor Zamyatinre PR c++/61455 (Internal compiler error, and other...
2014-06-30 Igor Zamyatinre PR middle-end/57541 ([Cilkplus]: internal compiler...
2014-06-04 Igor Zamyatinre PR c/58942 (cilkplus internal compiler error: tree...
2014-05-26 Igor Zamyatinre PR c/61191 (cilkplus ICE on syntax error)
2014-05-21 Richard Sandifordtree.def (VOID_CST): New.
2014-04-12 Igor Zamyatinre PR middle-end/60469 (simple cilk plus program ICEs)
2014-01-23 Balaji V. Iyerre PR c/59825 (Many cilkplus test failures)
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2014-01-02 Richard Sandifordarc-common.c, [...]: Use the standard form for the...
2013-08-20 Balaji V. Iyerre PR c/57490 (ICE on c-c++-common/cilk-plus/AN/an...
2013-06-25 Balaji V. IyerReplaced Dynamic arrays with vec trees in Array Notatio...
2013-06-12 Balaji V. Iyerfix pr c/57577
2013-06-10 Balaji V. Iyerre PR c/57563 (Lots of Cilk+ failures on i686-linux)
2013-06-07 Balaji V. Iyerre PR middle-end/57541 ([Cilkplus]: internal compiler...
2013-06-07 Balaji V. IyerMoved array notation helper functions from c/ to c...
2013-06-03 Balaji V. IyerFixed a bug in expansion of array notations in if-state...
2013-06-03 Balaji V. Iyerre PR c/57474 (FAIL: c-c++-common/cilk-plus/AN/sec_impl...
2013-05-29 Rainer OrthFix c/c-array-notation.c compilation failure (PR bootst...
2013-05-28 Balaji V. IyerImplemented Cilk Plus Array Notation for C Compiler.