Clean multicore version code
authorjzhou <jzhou>
Thu, 2 Sep 2010 17:04:11 +0000 (17:04 +0000)
committerjzhou <jzhou>
Thu, 2 Sep 2010 17:04:11 +0000 (17:04 +0000)
commita259b8eeddbcf764b17dd4a12700d0f7578f943a
tree939d36353fdf63dcf0ab48a2c521e61d301f5ea8
parent59ecb3cc4e84c1e9ece28dd1a91204c908d999ae
Clean multicore version code
43 files changed:
Robust/src/Runtime/GCSharedHash.c [deleted file]
Robust/src/Runtime/GCSharedHash.h [deleted file]
Robust/src/Runtime/MGCHash.c [deleted file]
Robust/src/Runtime/MGCHash.h [deleted file]
Robust/src/Runtime/RAW/Makefile.raw.1 [deleted file]
Robust/src/Runtime/RAW/Makefile.raw.2 [deleted file]
Robust/src/Runtime/RAW/Makefile.raw.4 [deleted file]
Robust/src/Runtime/RAW/Makefile.raw.io [deleted file]
Robust/src/Runtime/RAW/raw_dataCache.s [deleted file]
Robust/src/Runtime/RAW/raw_interrupt.s [deleted file]
Robust/src/Runtime/RAW/raw_interrupt2.s [deleted file]
Robust/src/Runtime/RAW/raw_interrupt4.s [deleted file]
Robust/src/Runtime/RAW/runtime_arch.h [deleted file]
Robust/src/Runtime/RAW/task_arch.c [deleted file]
Robust/src/Runtime/bamboo/GCSharedHash.c [new file with mode: 0755]
Robust/src/Runtime/bamboo/GCSharedHash.h [new file with mode: 0755]
Robust/src/Runtime/bamboo/MGCHash.c [new file with mode: 0644]
Robust/src/Runtime/bamboo/MGCHash.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/Makefile.raw.1 [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/Makefile.raw.2 [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/Makefile.raw.4 [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/Makefile.raw.io [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/raw_dataCache.s [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/raw_interrupt.s [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/raw_interrupt2.s [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/raw_interrupt4.s [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/runtime_arch.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/RAW/task_arch.c [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoregarbage.c [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoregarbage.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoregc.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicorehelper.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoreruntime.c [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoreruntime.h [new file with mode: 0644]
Robust/src/Runtime/bamboo/multicoretask.c [new file with mode: 0644]
Robust/src/Runtime/multicoregarbage.c [deleted file]
Robust/src/Runtime/multicoregarbage.h [deleted file]
Robust/src/Runtime/multicoregc.h [deleted file]
Robust/src/Runtime/multicorehelper.h [deleted file]
Robust/src/Runtime/multicoreruntime.c [deleted file]
Robust/src/Runtime/multicoreruntime.h [deleted file]
Robust/src/Runtime/multicoretask.c [deleted file]
Robust/src/buildscript