search for: copyfuncs

Displaying 3 results from an estimated 3 matches for "copyfuncs".

2018 Jun 29
2
Cleaning up ‘br i1 false’ cases in CodeGenPrepare
Hi, I have come across a couple of cases where the code generated after CodeGenPrepare pass has "br i1 false .." with both true and false conditions preserved and this propagates further and remains the same in the final assembly code/executable. In CodeGenPrepare::runOnFunction, ConstantFoldTerminator (which handles the br i1 false condition) is called only once and if after the
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; lib/stringinfo.o libpq/be-fsstubs.o libpq/be-secure.o libpq/auth.o > libpq/crypt.o libpq/hba.o libpq/ip.o libpq/md5.o libpq/pqcomm.o > libpq/pqformat.o libpq/pqmq.o libpq/pqsignal.o main/main.o > nodes/nodeFuncs.o nodes/nodes.o nodes/list.o nodes/bitmapset.o > nodes/tidbitmap.o nodes/copyfuncs.o nodes/equalfuncs.o > nodes/makefuncs.o nodes/outfuncs.o nodes/readfuncs.o nodes/print.o > nodes/read.o nodes/params.o nodes/value.o optimizer/geqo/geqo_copy.o > optimizer/geqo/geqo_eval.o optimizer/geqo/geqo_main.o > optimizer/geqo/geqo_misc.o optimizer/geqo/geqo_mutation.o > optim...