Giter Site home page Giter Site logo

cs6241's Introduction

cs6241

There are 6 simple benchmark in the simpleBenchmark folder.
.c files contain the source code of each benchmark .ll file are non-ssa IR files -mem2reg.ll are ssa IR files you can choose either one to work with.

The real benchmark is a compress program from SPEC2006, which is in the src folder. After you finish your implementation of the project, you need to modify the Makefile to run your pass in the building stage. After you build bzip2, you will using bzip2 on two files which located in testData folder. You will first compress these two files by running the following commands under src folder ./bzip2 ../testData/dryer.jpg ./bzip2 ../testData/input.program

Then you will decompress these two files by running the following commands:

./bzip2 -d ../testData/dryer.jpg.bz2 ./bzip2 -d ../testData/input.program.bz2

cs6241's People

Contributors

qizhou92 avatar

Watchers

 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.