Giter VIP home page Giter VIP logo

canary's Introduction

Canary

Canary is a set of tools built on a unification-based alias analysis. Relative papers include "Points-to analysis in almost linear time", "Fast algorithms for Dyck-CFL-reachability with applications to alias analysis", "LEAP: lightweight deterministic multi-processor replay of concurrent java programs", "Persuasive prediction of concurrency access anomalies", etc. You can read them for detals.

Building Canary

cd <llvm_src_code_dir>/<projects>/
git clone https://github.com/qingkaishi/canary.git
cd canary
./configure
sudo make install

Using Canary

Using Alias Analysis

opt -load dyckaa.so -dyckaa <bitcode_file> -o <output_file>

Some options can be used for different objectives.

  • -inter-aa-eval This is a modified version of -aa-eval. -aa-eval only can be used to evaluate intra-procedure alias analysis.

  • -count-fp Count how many functions that a function pointer may point to.

  • -dot-may-callgraph This option is used to print a call graph based on the alias analysis.

  • -leap-transformer A transformer for LEAP. Please read ``LEAP: lightweight deterministic multi-processor replay of concurrent java programs". You can use the following commands directly to use the function.

./leap.sh -h
./leap.sh -i <bitcode_file>
  • -pecan-transformer A transformer for Pecan. Please read "Persuasive prediction of concurrency access anomalies". You can use the following commands directly to use the function.
./pecan.sh -h
./pecan.sh -i <bitcode_file>
./pecan.sh -a <log_file>

Bugs

Please help us look for bugs. Please feel free to contact Qingkai. Email: [email protected]

canary's People

Contributors

qingkaishi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.