PR jit/63854: Fix leak of worklist within jit-recording.c
[platform/upstream/gcc.git] / gcc / jit / ChangeLog
1 2014-11-19  David Malcolm  <dmalcolm@redhat.com>
2
3         PR jit/63854
4         * jit-recording.c (recording::function::validate): Convert
5         "worklist" from vec<> to autovec<> to fix a leak.
6
7 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
8
9         * ChangeLog.jit: New.
10         * ChangeLog: New.
11         * Make-lang.in: New.
12         * TODO.rst: New.
13         * config-lang.in: New.
14         * docs/Makefile: New.
15         * docs/_build/texinfo/Makefile: New.
16         * docs/_build/texinfo/factorial.png: New.
17         * docs/_build/texinfo/libgccjit.texi: New.
18         * docs/_build/texinfo/sum-of-squares.png: New.
19         * docs/conf.py: New.
20         * docs/examples/tut01-hello-world.c: New.
21         * docs/examples/tut02-square.c: New.
22         * docs/examples/tut03-sum-of-squares.c: New.
23         * docs/examples/tut04-toyvm/Makefile: New.
24         * docs/examples/tut04-toyvm/factorial.toy: New.
25         * docs/examples/tut04-toyvm/fibonacci.toy: New.
26         * docs/examples/tut04-toyvm/toyvm.c: New.
27         * docs/index.rst: New.
28         * docs/internals/index.rst: New.
29         * docs/intro/factorial.png: New.
30         * docs/intro/index.rst: New.
31         * docs/intro/sum-of-squares.png: New.
32         * docs/intro/tutorial01.rst: New.
33         * docs/intro/tutorial02.rst: New.
34         * docs/intro/tutorial03.rst: New.
35         * docs/intro/tutorial04.rst: New.
36         * docs/topics/contexts.rst: New.
37         * docs/topics/expressions.rst: New.
38         * docs/topics/functions.rst: New.
39         * docs/topics/index.rst: New.
40         * docs/topics/locations.rst: New.
41         * docs/topics/objects.rst: New.
42         * docs/topics/results.rst: New.
43         * docs/topics/types.rst: New.
44         * dummy-frontend.c: New.
45         * jit-builtins.c: New.
46         * jit-builtins.h: New.
47         * jit-common.h: New.
48         * jit-playback.c: New.
49         * jit-playback.h: New.
50         * jit-recording.c: New.
51         * jit-recording.h: New.
52         * libgccjit++.h: New.
53         * libgccjit.c: New.
54         * libgccjit.h: New.
55         * libgccjit.map: New.
56         * notes.txt: New.
57
58 2013-07-26  David Malcolm  <dmalcolm@redhat.com>
59
60         * Initial creation
61
62 Copyright (C) 2013-2014 Free Software Foundation, Inc.
63
64 Copying and distribution of this file, with or without modification,
65 are permitted in any medium without royalty provided the copyright
66 notice and this notice are preserved.