Remove C/C++11 header files that we don't really use
authorbdemsky <bdemsky@uci.edu>
Thu, 15 Dec 2016 18:26:05 +0000 (10:26 -0800)
committerbdemsky <bdemsky@uci.edu>
Thu, 15 Dec 2016 18:26:05 +0000 (10:26 -0800)
commit4e8a7fe4f03effc4895ec66cd3662c2ed8ebb6fa
tree4c18d87067a3f24e97de35ad1c7b08e1338fd750
parent99779716bb2842e00ea0a0c06e87fd9545ddfda3
Remove C/C++11 header files that we don't really use
31 files changed:
Makefile
benchmarks/satcheck-precompiled/linuxrwlock/linuxrwlocks.c
benchmarks/satcheck-precompiled/linuxrwlock/linuxrwlocks_unannotated.c
benchmarks/satcheck-precompiled/seqlock/seqlock.cc
benchmarks/satcheck-precompiled/seqlock/seqlock_unannotated.cc
benchmarks/satcheck/linuxrwlock/linuxrwlocks_unannotated.c
benchmarks/satcheck/seqlock/seqlock_unannotated.cc
clang/test/linuxrwlocks.c
clang/test/linuxrwlocks_unannotated.c
clang/test/seqlock.c
clang/test/seqlock_raw_unannotated.c
clang/test/seqlock_unannotated.c
clang/test/userprog2_unannotated.c
clang/test/userprog_unannotated.c
cmodelint.cc [deleted file]
include/atomic [deleted file]
include/cmodelint.h [deleted file]
include/cstdatomic [deleted file]
include/impatomic.h [deleted file]
include/libinterface.h
include/memoryorder.h [deleted file]
include/stdatomic.h [deleted file]
test/function_microbenchmarks.c
test/linuxlock.c
test/ms-queue-freelist.c
test/ms-queue-freelist.h
test/seqlock.c
test/seqlock2.cc
test/userprog.c
test/userprog2.c
test/userprog_pointers.c