%0 Generic %A Summers, Alexander J. %A Müller, Peter %D 2018 %T RSL to Viper Front end %U https://springernature.figshare.com/articles/dataset/RSL_to_Viper_Front_end/5900233 %R 10.6084/m9.figshare.5900233.v1 %2 https://springernature.figshare.com/ndownloader/files/10514593 %2 https://springernature.figshare.com/ndownloader/files/10794224 %K Weak memory models %K Deductive verification %K Automated verification %K Viper %X
This dataset consists of the prototype verifier and examples accompanying the paper "Automating Deductive Verification for Weak-Memory Programs", published at TACAS 2018.

Programs running on weak memory models, such as the C11 memory model, present challenges when attempting their verification due to the non-sequentially consistent execution that they permit. Program logics such as Relaxed Separation Logic (RSL), GPS, Fenced Separation Logic (FSL) and FSL++ address some of these challenges, however their existing implementations require significant manual work.

This work presents a novel approach to automating deductive verification for weak memory using the aforementioned program logics. Large fractions of RSL, FSL and FSL++ are encoded in Viper, an intermediate verification language, permitting automated verification by existing tools.

Here, the prototype verifier is presented as the front-end program RSLFrontend.jar. 13 test cases currently supported by the prototype are provided in the /InputExamples directory and a further 6 currently unsupported examples are provided in the /ExtraViperExamples directory. These can all be run according to the instructions in README.txt.
%I figshare