Displaying 3 results from an estimated 3 matches for "sinval".
Did you mean:
einval
2014 Jul 11
2
[LLVMdev] Lowering to return multiple values: codeGen, instruction write one value to the input register.
Hi All,
In XCore backend, I saw
“
…...
EVT VT = Op.getValueType();
SDValue Data =
DAG.getNode(XCoreISD::CRC8, DL, DAG.getVTList(VT, VT),
Op.getOperand(1), Op.getOperand(2) , Op.getOperand(3));
SDValue Crc(Data.getNode(), 1);
SDValue Results[] = { Crc, Data };
return DAG.getMergeValues(Results, 2, DL);
“ which is used to lower an
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...t; storage/freespace/indexfsm.o storage/ipc/dsm_impl.o storage/ipc/dsm.o
> storage/ipc/ipc.o storage/ipc/ipci.o storage/ipc/pmsignal.o
> storage/ipc/procarray.o storage/ipc/procsignal.o storage/ipc/shmem.o
> storage/ipc/shmqueue.o storage/ipc/shm_mq.o storage/ipc/shm_toc.o
> storage/ipc/sinval.o storage/ipc/sinvaladt.o storage/ipc/standby.o
> storage/large_object/inv_api.o storage/lmgr/lmgr.o storage/lmgr/lock.o
> storage/lmgr/proc.o storage/lmgr/deadlock.o storage/lmgr/lwlock.o
> storage/lmgr/spin.o storage/lmgr/s_lock.o storage/lmgr/predicate.o
> storage/page/bufpage.o stor...