reorganize multicore version runtime codes for easy support of new platforms
authorjzhou <jzhou>
Wed, 22 Apr 2009 00:16:08 +0000 (00:16 +0000)
committerjzhou <jzhou>
Wed, 22 Apr 2009 00:16:08 +0000 (00:16 +0000)
commit82633c7cf067bd42351e95143d6b449777706559
treebdc4d3713a064cefd12b7ca363f936078c0b6c62
parentbd9a8409e8e813c9dd3aba7854d48b7560fc58db
reorganize multicore version runtime codes for easy support of new platforms
36 files changed:
Robust/src/IR/Flat/BuildCodeMultiCore.java
Robust/src/Makefile.raw.1 [deleted file]
Robust/src/Makefile.raw.2 [deleted file]
Robust/src/Makefile.raw.4 [deleted file]
Robust/src/Makefile.raw.io [deleted file]
Robust/src/Runtime/GenericHashtable.c
Robust/src/Runtime/GenericHashtable.h
Robust/src/Runtime/ObjectHash.c
Robust/src/Runtime/ObjectHash.h
Robust/src/Runtime/Queue.c
Robust/src/Runtime/Queue.h
Robust/src/Runtime/RAW/Makefile.raw.1 [new file with mode: 0644]
Robust/src/Runtime/RAW/Makefile.raw.2 [new file with mode: 0644]
Robust/src/Runtime/RAW/Makefile.raw.4 [new file with mode: 0644]
Robust/src/Runtime/RAW/Makefile.raw.io [new file with mode: 0644]
Robust/src/Runtime/RAW/raw_dataCache.s [new file with mode: 0644]
Robust/src/Runtime/RAW/raw_interrupt.s [new file with mode: 0644]
Robust/src/Runtime/RAW/raw_interrupt2.s [new file with mode: 0644]
Robust/src/Runtime/RAW/raw_interrupt4.s [new file with mode: 0644]
Robust/src/Runtime/RAW/runtime_arch.h [new file with mode: 0644]
Robust/src/Runtime/RAW/task_arch.c [new file with mode: 0644]
Robust/src/Runtime/SimpleHash.c
Robust/src/Runtime/SimpleHash.h
Robust/src/Runtime/ThreadSim/runtime_arch.h [new file with mode: 0644]
Robust/src/Runtime/ThreadSim/task_arch.c [new file with mode: 0644]
Robust/src/Runtime/file.c
Robust/src/Runtime/mem.c
Robust/src/Runtime/mem.h
Robust/src/Runtime/multicoreruntime.h [new file with mode: 0644]
Robust/src/Runtime/multicoretask.c
Robust/src/Runtime/raw_dataCache.s [deleted file]
Robust/src/Runtime/raw_interrupt.s [deleted file]
Robust/src/Runtime/raw_interrupt2.s [deleted file]
Robust/src/Runtime/raw_interrupt4.s [deleted file]
Robust/src/Runtime/runtime.h
Robust/src/buildscript