microsoft / cpp-systematic-testing
A library for testing concurrent C++ code and deterministically reproducing bugs.
☆44Updated 2 years ago
Alternatives and similar repositories for cpp-systematic-testing:
Users that are interested in cpp-systematic-testing are comparing it to the libraries listed below
- TSVD is a tool for quickly finding thread-safety violations (e.g., data races) in .NET applications.☆79Updated last year
- Compiler-instrumented app tracing.☆54Updated 11 months ago
- ☆69Updated 10 months ago
- Program Analisys and Transformation survey and links (particular focus on SSA)☆168Updated 4 years ago
- SCTBench: a set of C/C++ pthread benchmarks for evaluating concurrency testing techniques.☆28Updated 3 years ago
- Cheap: customized heaps for improved application performance.☆27Updated 2 years ago
- Research unikernel for virtualized services☆49Updated 2 years ago
- SDK for the IFC specification at https://github.com/microsoft/ifc-spec☆61Updated last month
- ☆12Updated last year
- Object Introspection (OI) enables on-demand, hierarchical profiling of objects in arbitrary C/C++ programs with no recompilation.☆173Updated 2 weeks ago
- cclyzer++ is a precise and scalable pointer analysis for LLVM code.☆142Updated 3 months ago
- Some experiments with SMT solvers and GIMPLE IR☆74Updated this week
- 💀 The former home of clangir, now part of the official LLVM incubator. See website below for details.☆157Updated 2 years ago
- C/C++ libraries for working with Linux Tracepoints and user_events☆43Updated last month
- IFC format specification☆77Updated last month
- lldb-eval is a library for evaluating expressions in the debugger context☆83Updated last month
- Generic model checker for concurrent C programs (mirror repository)☆148Updated last month
- LLVM-based type and memory allocation tracking sanitizer☆53Updated last week
- Dynamic Program Slicing in LLVM Compiler☆136Updated 6 years ago
- Query C++ codebases using SQLite☆187Updated 3 years ago
- An LLVM-based formal verification frontend for C programs.☆24Updated 3 years ago
- SanRazor is a sanitizer check reduction tool aiming to incur little overhead while retaining all important sanitizer checks.☆53Updated 3 years ago
- CDSChecker: A Model Checker for C11 and C++11 Atomics