This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk in repository gcc.
from cb96a11 compiler: Don't allow multiple function declarations. new 17c0b84 Refactoring of timevar API
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 45 ++ gcc/jit/ChangeLog | 63 ++ gcc/jit/docs/_build/texinfo/libgccjit.texi | 892 +++++++++++++++------ gcc/jit/docs/topics/compatibility.rst | 21 + gcc/jit/docs/topics/contexts.rst | 3 +- gcc/jit/docs/topics/index.rst | 1 + gcc/jit/docs/topics/performance.rst | 240 ++++++ gcc/jit/jit-playback.c | 11 +- gcc/jit/jit-playback.h | 2 + gcc/jit/jit-recording.c | 2 + gcc/jit/jit-recording.h | 7 + gcc/jit/libgccjit++.h | 117 +++ gcc/jit/libgccjit.c | 109 +++ gcc/jit/libgccjit.h | 84 ++ gcc/jit/libgccjit.map | 12 + gcc/main.c | 2 +- gcc/testsuite/ChangeLog | 9 + gcc/testsuite/jit.dg/test-benchmark.c | 20 +- ...y.c => test-error-gcc_jit_timer_pop-mismatch.c} | 10 +- ...y.c => test-error-gcc_jit_timer_pop-too-many.c} | 9 +- gcc/timevar.c | 245 +++++- gcc/timevar.def | 2 + gcc/timevar.h | 35 +- gcc/toplev.c | 18 +- gcc/toplev.h | 4 +- 25 files changed, 1635 insertions(+), 328 deletions(-) create mode 100644 gcc/jit/docs/topics/performance.rst copy gcc/testsuite/jit.dg/{test-empty.c => test-error-gcc_jit_timer_pop-mismatch.c} (50%) copy gcc/testsuite/jit.dg/{test-empty.c => test-error-gcc_jit_timer_pop-too-many.c} (54%)