pgsql: Add helpers for emitting LLVM IR.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add helpers for emitting LLVM IR.
Date: 2018-03-22 19:06:51
Message-ID: E1ez5Y3-0008Ig-3L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add helpers for emitting LLVM IR.

These basically just help to make code a bit more concise and pgindent
proof.

Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ec0d80c0508eae35ac8e19d041f9ba1276de08e

Modified Files
--------------
src/include/jit/llvmjit_emit.h | 193 +++++++++++++++++++++++++++++++++++++++
src/tools/pgindent/typedefs.list | 1 +
2 files changed, 194 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-22 19:47:52 pgsql: Sync up our various ways of estimating pg_class.reltuples.
Previous Message Ildar Musin 2018-03-22 18:52:48 Re: pgsql: Add general purpose hasing functions to pgbench.