microsoft / checkedc-llvm-test-suite
This repo contains a version of the LLVM test suite that is being modified to use Checked C. The modified programs will be used to benchmark the implementation of Checked C in clang/LLVM. Checked C is an extension to C that adds checking to detect or prevent common programming errors such as out-of-bounds memory accesses.
☆12Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for checkedc-llvm-test-suite
- CorrelationVector-Cpp provides a reference C++ implementation of the CorrelationVector protocol for tracing and correlation of events thr…☆17Updated 2 years ago
- Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.☆12Updated last year
- Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.☆9Updated last year
- Code for experiments referenced in the Usenix Security 2017 paper "Strong and Efficient Cache Side-Channel Protection using Hardware Tran…☆13Updated 2 years ago
- Exploration Library in C++