Initial checkout of muis
commitf0044c1db444a6d1102ffa5d20cdd78d1b599c15
authorNido Media <nido@toad.(none)>
Thu, 8 Jan 2009 00:25:54 +0000 (8 01:25 +0100)
committerNido Media <nido@toad.(none)>
Thu, 8 Jan 2009 00:25:54 +0000 (8 01:25 +0100)
tree2148c9d3a7a0f6c7552e3424b597258094a99424
Initial checkout of muis
67 files changed:
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
benchmarks/Makefile [new file with mode: 0644]
benchmarks/acron.c [new file with mode: 0644]
benchmarks/bone.c [new file with mode: 0644]
benchmarks/clinpack.c [new file with mode: 0644]
benchmarks/dhrystone.c [new file with mode: 0644]
benchmarks/geom [new file with mode: 0644]
benchmarks/pi.c [new file with mode: 0644]
benchmarks/slalom.c [new file with mode: 0644]
benchmarks/slalom.input [new file with mode: 0644]
benchmarks/test.c [new file with mode: 0644]
benchmarks/whet.c [new file with mode: 0644]
code/acron.c [new file with mode: 0644]
code/alfanumeric-numbers.c [new file with mode: 0644]
code/basic_file.s [new file with mode: 0644]
code/bone.c [new file with mode: 0644]
code/overflow.c [new file with mode: 0644]
code/pi.c [new file with mode: 0644]
code/shift.c [new file with mode: 0644]
code/skeleton.foot [new file with mode: 0644]
code/skeleton.head [new file with mode: 0644]
code/supported.s [new file with mode: 0644]
code/test.c [new file with mode: 0644]
debug.c [new file with mode: 0644]
debug.sh [new file with mode: 0755]
muis/aliasdb.py [new file with mode: 0644]
muis/basic_block.py [new file with mode: 0644]
muis/convenience.py [new file with mode: 0644]
muis/documentation/aliasdb.html [new file with mode: 0644]
muis/documentation/basic_block.html [new file with mode: 0644]
muis/documentation/convenience.html [new file with mode: 0644]
muis/documentation/instruction.html [new file with mode: 0644]
muis/documentation/muis.html [new file with mode: 0644]
muis/documentation/optimize.html [new file with mode: 0644]
muis/documentation/options.html [new file with mode: 0644]
muis/documentation/reader.html [new file with mode: 0644]
muis/documentation/regex_support.html [new file with mode: 0644]
muis/documentation/registers.html [new file with mode: 0644]
muis/documentation/test_aliasdb.html [new file with mode: 0644]
muis/documentation/test_instruction.html [new file with mode: 0644]
muis/documentation/test_optimize.html [new file with mode: 0644]
muis/documentation/test_reader.html [new file with mode: 0644]
muis/documentation/test_writer.html [new file with mode: 0644]
muis/documentation/writer.html [new file with mode: 0644]
muis/instruction.py [new file with mode: 0644]
muis/muis.py [new file with mode: 0755]
muis/optimize.py [new file with mode: 0644]
muis/options.py [new file with mode: 0644]
muis/reader.py [new file with mode: 0755]
muis/regex_support.py [new file with mode: 0644]
muis/registers.py [new file with mode: 0644]
muis/test_aliasdb.py [new file with mode: 0755]
muis/test_instruction.py [new file with mode: 0755]
muis/test_optimize.py [new file with mode: 0755]
muis/test_reader.py [new file with mode: 0755]
muis/test_writer.py [new file with mode: 0755]
muis/writer.py [new file with mode: 0644]
opt.sim [new file with mode: 0644]
peek.sh [new file with mode: 0755]
problems/dhrystone-stripped-opt.s [new file with mode: 0644]
problems/dhrystone-stripped-ref.s [new file with mode: 0644]
problems/dhrystone-stripped.c [new file with mode: 0644]
ref.sim [new file with mode: 0644]
run-test-on-test.sh [new file with mode: 0755]
test_codedir.sh [new file with mode: 0755]
test_supported.sh [new file with mode: 0755]