CSC714 Project
Automated Loop-Bound Anlysis 
Balaji V. Iyer <bviyer@ncsu.edu>
Won So <wso@ncsu.edu>

Platform:
Any linux machines with AFS support (for SimpleScalar) 

0. Unzip and extract files
./src/  : source files
./test/ : test cases 

1. Compile and Build
> cd src
> make

2. Test
> cd ../test
> make all test
To re-run a test (Possibly after modifying .c files)
> make fullclean all test

output test_all_for/mixed_O0/1/2: Debug output files 
test_all_for/mixed_O0/1/2.loop: Generated .loop files
