Displaying 3 results from an estimated 3 matches for "varbit".
2013 Jan 31
2
[LLVMdev] Tablegen problem populating TSFlags
...}
def ADD : MyInstruction<(outs RC1:$dst), (ins RC1:$r0, RC1:$r1), "add
$r0,$r1", [(set RC1:$dst, (add RC1:$r0, RC1:$r1))]>;
======================================
Based on some initial debug it seems like it's getting confused with
an extra level of indirection resolving the VarBits records for the
foo variable. I thought I would ask the experts before digging
further.
The command line I used with the above testcase is
llvm-tblgen.exe -gen-instr-info -I C:\LLVM\llvm\lib\Target -I
C:\LLVM\llvm\include test.td -o foo.tmp
Joe
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
...tsquery.o
> utils/adt/tsquery_cleanup.o utils/adt/tsquery_gist.o
> utils/adt/tsquery_op.o utils/adt/tsquery_rewrite.o
> utils/adt/tsquery_util.o utils/adt/tsrank.o utils/adt/tsvector.o
> utils/adt/tsvector_op.o utils/adt/tsvector_parser.o utils/adt/txid.o
> utils/adt/uuid.o utils/adt/varbit.o utils/adt/varchar.o
> utils/adt/varlena.o utils/adt/version.o utils/adt/windowfuncs.o
> utils/adt/xid.o utils/adt/xml.o utils/cache/attoptcache.o
> utils/cache/catcache.o utils/cache/evtcache.o utils/cache/inval.o
> utils/cache/plancache.o utils/cache/relcache.o utils/cache/relmapper....