Skip to content

Commit f545209

Browse files
committed
Merge without-exper
2 parents 493a814 + b941477 commit f545209

13,882 files changed

Lines changed: 9840167 additions & 3669131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ src/learner
77
src/pdiffer
88
src/prophet
99
src/playground
10+
src/profile-matcher
1011
.vscode
1112
**/*.la
1213
benchmarks/*-src
1314
benchmarks/*-tests*
15+
!benchmarks/gzip-tests
1416
autom4te.cache
1517
*.tar.gz
18+
!benchmarks/lighttpd-deps/pcre-8.36.tar.gz
1619
**/CMakeFiles/
1720
**/CMakeCache.txt
1821
/dg/
@@ -22,6 +25,8 @@ autom4te.cache
2225
*.bc
2326
__*
2427
**/__*
28+
!**/*.py
2529
**/.libs
2630
**/.deps
2731
build
32+
msv

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

AFLplusplus

Lines changed: 0 additions & 1 deletion
This file was deleted.

MSV-search

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit ddd57d716f8339e7774736bcf58cef364684ce99

Makefile

Lines changed: 47 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15.1 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# Makefile. Generated from Makefile.in by configure.
33

4-
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -134,9 +134,9 @@ am__recursive_targets = \
134134
$(RECURSIVE_CLEAN_TARGETS) \
135135
$(am__extra_recursive_targets)
136136
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137-
cscope distdir dist dist-all distcheck
138-
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
139-
$(LISP)config.h.in
137+
cscope distdir distdir-am dist dist-all distcheck
138+
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
139+
config.h.in
140140
# Read a list of newline-separated strings from the standard input,
141141
# and print each of them once, without duplicates. Input order is
142142
# *not* preserved.
@@ -153,18 +153,15 @@ am__define_uniq_tagged_files = \
153153
unique=`for i in $$list; do \
154154
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155155
done | $(am__uniquify_input)`
156-
ETAGS = etags
157-
CTAGS = ctags
158-
CSCOPE = cscope
159156
DIST_SUBDIRS = $(SUBDIRS)
160157
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
161158
$(top_srcdir)/build-aux/compile \
162159
$(top_srcdir)/build-aux/config.guess \
163160
$(top_srcdir)/build-aux/config.sub \
164161
$(top_srcdir)/build-aux/install-sh \
165162
$(top_srcdir)/build-aux/ltmain.sh \
166-
$(top_srcdir)/build-aux/missing COPYING TODO build-aux/compile \
167-
build-aux/config.guess build-aux/config.sub build-aux/depcomp \
163+
$(top_srcdir)/build-aux/missing COPYING README.md TODO \
164+
build-aux/compile build-aux/config.guess build-aux/config.sub \
168165
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
169166
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170167
distdir = $(PACKAGE)-$(VERSION)
@@ -204,22 +201,26 @@ am__relativize = \
204201
DIST_ARCHIVES = $(distdir).tar.gz
205202
GZIP_ENV = --best
206203
DIST_TARGETS = dist-gzip
204+
# Exists only to be overridden by the user if desired.
205+
AM_DISTCHECK_DVI_TARGET = dvi
207206
distuninstallcheck_listfiles = find . -type f -print
208207
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
209208
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
210209
distcleancheck_listfiles = find . -type f -print
211-
ACLOCAL = ${SHELL} /root/project/MSV/build-aux/missing aclocal-1.15
210+
ACLOCAL = ${SHELL} '/root/project/MSV/build-aux/missing' aclocal-1.16
212211
AMTAR = $${TAR-tar}
213212
AM_DEFAULT_VERBOSITY = 0
214213
AR = ar
215-
AUTOCONF = ${SHELL} /root/project/MSV/build-aux/missing autoconf
216-
AUTOHEADER = ${SHELL} /root/project/MSV/build-aux/missing autoheader
217-
AUTOMAKE = ${SHELL} /root/project/MSV/build-aux/missing automake-1.15
214+
AUTOCONF = ${SHELL} '/root/project/MSV/build-aux/missing' autoconf
215+
AUTOHEADER = ${SHELL} '/root/project/MSV/build-aux/missing' autoheader
216+
AUTOMAKE = ${SHELL} '/root/project/MSV/build-aux/missing' automake-1.16
218217
AWK = mawk
219218
CC = gcc
220219
CCDEPMODE = depmode=gcc3
221220
CFLAGS = -g -O2
222221
CPPFLAGS =
222+
CSCOPE = cscope
223+
CTAGS = ctags
223224
CXX = g++
224225
CXXCPP = g++ -E
225226
CXXDEPMODE = depmode=gcc3
@@ -233,10 +234,11 @@ DUMPBIN =
233234
ECHO_C =
234235
ECHO_N = -n
235236
ECHO_T =
236-
EGREP = /bin/grep -E
237+
EGREP = /usr/bin/grep -E
238+
ETAGS = etags
237239
EXEEXT =
238-
FGREP = /bin/grep -F
239-
GREP = /bin/grep
240+
FGREP = /usr/bin/grep -F
241+
GREP = /usr/bin/grep
240242
INSTALL = /usr/bin/install -c
241243
INSTALL_DATA = ${INSTALL} -m 644
242244
INSTALL_PROGRAM = ${INSTALL}
@@ -251,9 +253,9 @@ LIPO =
251253
LN_S = ln -s
252254
LTLIBOBJS =
253255
LT_SYS_LIBRARY_PATH =
254-
MAKEINFO = ${SHELL} /root/project/MSV/build-aux/missing makeinfo
256+
MAKEINFO = ${SHELL} '/root/project/MSV/build-aux/missing' makeinfo
255257
MANIFEST_TOOL = :
256-
MKDIR_P = /bin/mkdir -p
258+
MKDIR_P = /usr/bin/mkdir -p
257259
NM = /usr/bin/nm -B
258260
NMEDIT =
259261
OBJDUMP = objdump
@@ -269,7 +271,7 @@ PACKAGE_URL =
269271
PACKAGE_VERSION = 0.1
270272
PATH_SEPARATOR = :
271273
RANLIB = ranlib
272-
SED = /bin/sed
274+
SED = /usr/bin/sed
273275
SET_MAKE =
274276
SHELL = /bin/bash
275277
STRIP = strip
@@ -328,7 +330,7 @@ target_alias =
328330
top_build_prefix =
329331
top_builddir = .
330332
top_srcdir = .
331-
SUBDIRS = src benchmarks tests wrap include
333+
SUBDIRS = src wrap include
332334
all: config.h
333335
$(MAKE) $(AM_MAKEFLAGS) all-recursive
334336

@@ -354,8 +356,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354356
echo ' $(SHELL) ./config.status'; \
355357
$(SHELL) ./config.status;; \
356358
*) \
357-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
358-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
359+
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
360+
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
359361
esac;
360362

361363
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -496,8 +498,10 @@ cscopelist-am: $(am__tagged_files)
496498
distclean-tags:
497499
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498500
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
501+
distdir: $(BUILT_SOURCES)
502+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
499503

500-
distdir: $(DISTFILES)
504+
distdir-am: $(DISTFILES)
501505
$(am__remove_distdir)
502506
test -d "$(distdir)" || mkdir "$(distdir)"
503507
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -577,6 +581,10 @@ dist-xz: distdir
577581
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
578582
$(am__post_remove_distdir)
579583

584+
dist-zstd: distdir
585+
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
586+
$(am__post_remove_distdir)
587+
580588
dist-tarZ: distdir
581589
@echo WARNING: "Support for distribution archives compressed with" \
582590
"legacy program 'compress' is deprecated." >&2
@@ -619,6 +627,8 @@ distcheck: dist
619627
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
620628
*.zip*) \
621629
unzip $(distdir).zip ;;\
630+
*.tar.zst*) \
631+
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
622632
esac
623633
chmod -R a-w $(distdir)
624634
chmod u+w $(distdir)
@@ -634,7 +644,7 @@ distcheck: dist
634644
$(DISTCHECK_CONFIGURE_FLAGS) \
635645
--srcdir=../.. --prefix="$$dc_install_base" \
636646
&& $(MAKE) $(AM_MAKEFLAGS) \
637-
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
647+
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
638648
&& $(MAKE) $(AM_MAKEFLAGS) check \
639649
&& $(MAKE) $(AM_MAKEFLAGS) install \
640650
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -796,18 +806,18 @@ uninstall-am:
796806
am--refresh check check-am clean clean-cscope clean-generic \
797807
clean-libtool cscope cscopelist-am ctags ctags-am dist \
798808
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
799-
dist-xz dist-zip distcheck distclean distclean-generic \
800-
distclean-hdr distclean-libtool distclean-tags distcleancheck \
801-
distdir distuninstallcheck dvi dvi-am html html-am info \
802-
info-am install install-am install-data install-data-am \
803-
install-dvi install-dvi-am install-exec install-exec-am \
804-
install-html install-html-am install-info install-info-am \
805-
install-man install-pdf install-pdf-am install-ps \
806-
install-ps-am install-strip installcheck installcheck-am \
807-
installdirs installdirs-am maintainer-clean \
808-
maintainer-clean-generic mostlyclean mostlyclean-generic \
809-
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
810-
uninstall-am
809+
dist-xz dist-zip dist-zstd distcheck distclean \
810+
distclean-generic distclean-hdr distclean-libtool \
811+
distclean-tags distcleancheck distdir distuninstallcheck dvi \
812+
dvi-am html html-am info info-am install install-am \
813+
install-data install-data-am install-dvi install-dvi-am \
814+
install-exec install-exec-am install-html install-html-am \
815+
install-info install-info-am install-man install-pdf \
816+
install-pdf-am install-ps install-ps-am install-strip \
817+
installcheck installcheck-am installdirs installdirs-am \
818+
maintainer-clean maintainer-clean-generic mostlyclean \
819+
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
820+
tags tags-am uninstall uninstall-am
811821

812822
.PRECIOUS: Makefile
813823

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUBDIRS = src benchmarks tests wrap include
1+
SUBDIRS = src wrap include

0 commit comments

Comments
 (0)