search for: diffprog

Displaying 6 results from an estimated 6 matches for "diffprog".

2014 May 07
2
[LLVMdev] Is it ok to nuke fpcmp and llvm-PerfectShuffle utils?
On Wed, May 7, 2014 at 8:28 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Anton Korobeynikov" <anton at korobeynikov.info> > > To: "Hal Finkel" <hfinkel at anl.gov> > > Cc: "Alexey Samsonov" <samsonov at google.com>, "LLVM Developers Mailing > List" <llvmdev at
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...=========================================================== --- MultiSource/Applications/lemon/Makefile (revision 51189) +++ MultiSource/Applications/lemon/Makefile (working copy) @@ -8,5 +8,8 @@ include $(LEVEL)/Makefile.config include ../../Makefile.multisrc + +JIT_OPTS += -no-lazy + DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff " -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080521/8533d9a0/a...
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...============== > --- MultiSource/Applications/lemon/Makefile (revision 51189) > +++ MultiSource/Applications/lemon/Makefile (working copy) > @@ -8,5 +8,8 @@ > include $(LEVEL)/Makefile.config > > include ../../Makefile.multisrc > + > +JIT_OPTS += -no-lazy > + > DIFFPROG := $(PROGDIR)/DiffOutput.sh "diff " > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...US on Sparc. > > ifeq ($(ENDIAN),little) > CFLAGS += -DWORDS_BIGENDIAN=0 > endif > ifeq ($(ENDIAN),big) > CFLAGS += -DWORDS_BIGENDIAN=1 > endif > > include ../../Makefile.multisrc > #must be after all includes > # temp files have random names, filter them > DIFFPROG := $(PROGDIR)/DiffOutput.sh "./filterdiff.sh" > > <prepare.sh>Building ClamAV (www.clamav.net) for llvm's testsuite. > > To get sources from clamav's repository > (currently from 0.92 stable version, you can edit the tag in > prepare.sh) > > $ ./pre...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that