Code Monkey home page Code Monkey logo

llvm-anderson's Introduction

LLVM-Anderson

This project implements the famous flow-insensitive points-to analysis algorithm, namely Anderson algorithm, on the LLVM compiler platform.

Notes: This is a toy project. It's not well tested and corner cases are poorly considered. Use it at your own risk!

Build

Prerequisites

Please ensure you have LLVM installed before build. The recommended LLVM version is LLVM 10.0.0, but other LLVM versions might work as well (not tested).

If you are using Ubuntu, execute the following command to install required components before build:

sudo apt install build-essential cmake llvm-dev

If you want to build doxygen documentation, you need to install doxygen as well:

sudo apt install doxygen

Build Binaries

Clone the repository and switch into source tree root:

git clone https://github.com/Lancern/p2a.git
cd p2a

Create a build directory:

mkdir build
cd build

Then you can build p2a by the familiar two-step build:

cmake ..
cmake --build .

Build Doxygen Documents

In order to build doxygen documents, just add the --target switch when invoking cmake --build . in the last step of build:

cmake --build . --target doxygen

The doxygen output directory is docs/doxygen.

License

This project is open-sourced under the MIT license.

llvm-anderson's People

Contributors

lancern 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.