Skip to content

Commit

Permalink
Remove orio generated files
Browse files Browse the repository at this point in the history
Remove orio's auto generated files from repo. This includes .pyc
files and parsetab.py. Update .gitignore. Also lose temporary and
.cloog files from the examples/ dir. Update email address.

Signed-off-by: Uday Reddy <udayreddy@gmail.com>
  • Loading branch information
uday committed Aug 11, 2010
1 parent 57ddb01 commit 1a6373f
Show file tree
Hide file tree
Showing 231 changed files with 19 additions and 20,032 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
*.lo
# vim swap files
*.swp
# python byte compiled files in orio
*.pyc

test/*.cloog
test/*.pluto.c
test/*.opt.c
test/*.par.c
test/*.tiled.c
autom4te.cache
polycc.sh
src/pluto
src/Makefile
src/Makefile.in
.libs
.deps
autom4te.cache
tags
.body.c
.linearized
Expand Down Expand Up @@ -94,13 +98,10 @@ clan-0.6.0/scoplib/scoplib-0.2.0/autoconf/config.guess
clan-0.6.0/scoplib/scoplib-0.2.0/autoconf/config.sub
clan-0.6.0/scoplib/scoplib-0.2.0/autoconf/libtool.m4
clan-0.6.0/scoplib/scoplib-0.2.0/autoconf/texinfo.tex
src/Makefile
src/Makefile.in
depcomp
install-sh
aclocal.m4
config.h.in
polycc
config.guess
config.sub
ltmain.sh
Expand All @@ -112,3 +113,6 @@ configure
stamp-h1
Makefile
Makefile.in
parsetab.py
polycc.sh
polycc
1 change: 0 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ Uday Kumar Bondhugula (US version)
B Uday Kumar Reddy (Indian version)

udayreddy@gmail.com
bondhugula.1@osu.edu
3 changes: 1 addition & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# Thu Dec 13 02:13:01 EST 2007
#
# Uday Bondhugula
# bondhugu@cse.ohio-state.edu
# bondhugula.1@osu.edu
# udayreddy@gmail.com
#

QUICK INSTALL
Expand Down
7 changes: 3 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# PLuto README
# Pluto README
#
# Uday Bondhugula
# udayreddy@gmail.com
Expand Down Expand Up @@ -168,6 +168,5 @@ configure.in

CONTACT

Please send all bugs reports and comments to Uday Kumar Reddy
udayreddy@gmail.com
bondhugula.1@osu.edu
Please send all bugs reports and comments to
Uday <udayreddy@gmail.com>
Binary file removed annotations/module/__init__.pyc
Binary file not shown.
Binary file removed annotations/module/loop/__init__.pyc
Binary file not shown.
Binary file removed annotations/module/loop/ast.pyc
Binary file not shown.
Binary file removed annotations/module/loop/loop.pyc
Binary file not shown.
Binary file removed annotations/module/loop/parser.pyc
Binary file not shown.
Binary file removed annotations/module/loop/submodule/__init__.pyc
Binary file not shown.
Binary file removed annotations/module/loop/submodule/permut/__init__.pyc
Binary file not shown.
Binary file removed annotations/module/loop/submodule/permut/permut.pyc
Binary file not shown.
Binary file not shown.
Binary file removed annotations/module/loop/submodule/submodule.pyc
Binary file not shown.
Binary file removed annotations/module/loop/submodule/tile/__init__.pyc
Binary file not shown.
Binary file removed annotations/module/loop/submodule/tile/tile.pyc
Binary file not shown.
Binary file not shown.
Binary file removed annotations/module/loop/submodule/unroll/__init__.pyc
Binary file not shown.
Binary file not shown.
Binary file removed annotations/module/loop/submodule/unroll/unroll.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed annotations/module/loop/transformator.pyc
Binary file not shown.
Binary file removed annotations/module/module.pyc
Binary file not shown.
Binary file removed annotations/src/__init__.pyc
Binary file not shown.
Binary file removed annotations/src/code_frag.pyc
Binary file not shown.
Binary file removed annotations/src/main.pyc
Binary file not shown.
Binary file removed annotations/src/parser.pyc
Binary file not shown.
Binary file removed annotations/tool/__init__.pyc
Binary file not shown.
Binary file removed annotations/tool/lex.pyc
Binary file not shown.
Binary file removed annotations/tool/yacc.pyc
Binary file not shown.
Empty file modified examples/adi/Makefile
100755 → 100644
Empty file.
Empty file modified examples/advect3d/Makefile
100755 → 100644
Empty file.
144 changes: 0 additions & 144 deletions examples/corcol/.body.c

This file was deleted.

119 changes: 0 additions & 119 deletions examples/corcol/corcol.opt.cloog

This file was deleted.

Loading

0 comments on commit 1a6373f

Please sign in to comment.