2009-08-26 |
adash | estimate thread context switching overhead |
commit | commitdiff | tree | snapshot |
2009-08-26 |
jzhou | bug fixes in multicore gc |
commit | commitdiff | tree | snapshot |
2009-08-25 |
jjenista | method call support works for small programs, bigger... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
jjenista | Still haven't worked all the bugs out of MLP's support... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
jzhou | bug fix in multicore gc |
commit | commitdiff | tree | snapshot |
2009-08-24 |
jjenista | regression updates |
commit | commitdiff | tree | snapshot |
2009-08-24 |
jjenista | A regression test to make sure new changes don't break... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
jjenista | lots of bug fixes, partial solution towards allowing... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
jzhou | finish gc codes and fix some bug |
commit | commitdiff | tree | snapshot |
2009-08-19 |
adash | missing makefile |
commit | commitdiff | tree | snapshot |
2009-08-18 |
jjenista | a better workscheduler--still has a deficiency because... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
jjenista | found one reason for system hang--there is still at... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
jzhou | changes on compact phase |
commit | commitdiff | tree | snapshot |
2009-08-17 |
jjenista | bug fixes |
commit | commitdiff | tree | snapshot |
2009-08-14 |
jjenista | bug fixes, use pointers no problem, generate temps... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
jjenista | bug fix, track num running children and wait before... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
jjenista | a bunch of dynamic var bugs |
commit | commitdiff | tree | snapshot |
2009-08-13 |
jjenista | sese's wait for children to exit before exiting |
commit | commitdiff | tree | snapshot |
2009-08-13 |
jjenista | primitive dynamic variables are working |
commit | commitdiff | tree | snapshot |
2009-08-12 |
jjenista | tracked down more bugs in not-avail and variable analyses |
commit | commitdiff | tree | snapshot |
2009-08-12 |
jjenista | Bug fixes in use of liveness analysis, bug fix in not... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
adash | small changes and bug fix for getting stats |
commit | commitdiff | tree | snapshot |
2009-08-10 |
jjenista | Working towards dynamic source variables in MLP, not... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
jzhou | changes, large objs processing not finished yet |
commit | commitdiff | tree | snapshot |
2009-08-07 |
jzhou | finish most parts, need to fix large objs handling... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
adash | add gnuplot file |
commit | commitdiff | tree | snapshot |
2009-08-06 |
adash | add run script - needs few changes later |
commit | commitdiff | tree | snapshot |
2009-08-06 |
adash | small changes |
commit | commitdiff | tree | snapshot |
2009-08-06 |
jzhou | add compact phase code for multicore gc, not finished yet |
commit | commitdiff | tree | snapshot |
2009-08-06 |
jjenista | fully realized system for primitives that displays... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
adash | simple microbenchmark to study locking |
commit | commitdiff | tree | snapshot |
2009-08-05 |
jzhou | add load balance module for multicore gc, fix message... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
jjenista | big update for forwarding lists and dependency counts... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
jjenista | added peek functions |
commit | commitdiff | tree | snapshot |
2009-08-03 |
jjenista | primitives passed to a child and then all available... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
bdemsky | take navid off list |
commit | commitdiff | tree | snapshot |
2009-08-01 |
bdemsky | get emails working again |
commit | commitdiff | tree | snapshot |
2009-08-01 |
bdemsky | change |
commit | commitdiff | tree | snapshot |
2009-08-01 |
jzhou | changes for multicore GC. Chang the lock mechanism... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
jjenista | still isn't getting the right answer, but one variable... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
jzhou | more changes |
commit | commitdiff | tree | snapshot |
2009-07-31 |
jzhou | initial multicore gargbage collection, not finish yet |
commit | commitdiff | tree | snapshot |
2009-07-30 |
jjenista | stall mechanism working, but data passing between SESE... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
adash | 1. runtime changes for a simple probability model to... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
jjenista | An implementation of parent/child stalling that compile... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
jjenista | bug fixes |
commit | commitdiff | tree | snapshot |
2009-07-28 |
jjenista | newly realized mlp successfully issues and runs root... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
jjenista | mlp system changes |
commit | commitdiff | tree | snapshot |
2009-07-27 |
jjenista | simplified work schedule, will implement work-stealing... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
jjenista | changes |
commit | commitdiff | tree | snapshot |
2009-07-24 |
jjenista | working up mlp system |
commit | commitdiff | tree | snapshot |
2009-07-24 |
adash | now supports locking of only those objects that were... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
jjenista | ensure MLP system always uses precise garbage collection |
commit | commitdiff | tree | snapshot |
2009-07-23 |
adash | initial changes to getting sequence id/age for objects... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-20 |
jjenista | mlp compile wasn't pulling in its runtime files anymore |
commit | commitdiff | tree | snapshot |
2009-07-20 |
adash | changes to Array benchmark |
commit | commitdiff | tree | snapshot |
2009-07-20 |
bdemsky | bug fixes |
commit | commitdiff | tree | snapshot |
2009-07-20 |
adash | changes in benchmarks for the PPoPP paper |
commit | commitdiff | tree | snapshot |
2009-07-20 |
jzhou | fix bugs in memory model in multi-core version |
commit | commitdiff | tree | snapshot |
2009-07-16 |
jihoonl | Intruder using byte[] |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bdemsky | last changes |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bdemsky | bug fix |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bdemsky | last changes to build |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-16 |
bdemsky | try to get another bm for ppopp paper |
commit | commitdiff | tree | snapshot |
2009-07-14 |
jzhou | KMeans bench for multi-core version |
commit | commitdiff | tree | snapshot |
2009-07-14 |
bdemsky | changes to fix alignment issues |
commit | commitdiff | tree | snapshot |
2009-07-14 |
bdemsky | change to fix bug |
commit | commitdiff | tree | snapshot |
2009-07-13 |
bdemsky | benchmarks as used for paper |
commit | commitdiff | tree | snapshot |
2009-07-13 |
bdemsky | runtime support for read only TRANSREADS |
commit | commitdiff | tree | snapshot |
2009-07-13 |
bdemsky | bug in casting code |
commit | commitdiff | tree | snapshot |
2009-07-13 |
bdemsky | bug in cast code |
commit | commitdiff | tree | snapshot |
2009-07-13 |
bdemsky | changes to get last benchmark working well |
commit | commitdiff | tree | snapshot |
2009-07-12 |
bdemsky | changes to support wrapper types |
commit | commitdiff | tree | snapshot |
2009-07-10 |
shtucker | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2009-07-10 |
bdemsky | Changes: |
commit | commitdiff | tree | snapshot |
2009-07-10 |
jihoonl | fixed |
commit | commitdiff | tree | snapshot |
2009-07-09 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-09 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-09 |
bdemsky | change files to match C version |
commit | commitdiff | tree | snapshot |
2009-07-08 |
jihoonl | Critical mistake was in Stream.java |
commit | commitdiff | tree | snapshot |
2009-07-08 |
jihoonl | changes |
commit | commitdiff | tree | snapshot |
2009-07-08 |
bdemsky | check in my changes |
commit | commitdiff | tree | snapshot |
2009-07-08 |
jihoonl | Intruder final |
commit | commitdiff | tree | snapshot |
2009-07-07 |
jihoonl | intruder |
commit | commitdiff | tree | snapshot |
2009-07-07 |
jihoonl | : |
commit | commitdiff | tree | snapshot |
2009-07-07 |
jihoonl | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2009-07-07 |
jihoonl | Working version |
commit | commitdiff | tree | snapshot |
2009-07-04 |
jihoonl | change. not compiling yet. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-03 |
bdemsky | check change in |
commit | commitdiff | tree | snapshot |
2009-07-03 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-02 |
jzhou | Changes of benchmarks regarding tilera version |
commit | commitdiff | tree | snapshot |
2009-07-02 |
jzhou | fix a scheduling simulator bug, basically change all... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-07-02 |
bdemsky | add native copy method |
commit | commitdiff | tree | snapshot |
2009-07-02 |
bdemsky | bug fix |
commit | commitdiff | tree | snapshot |
2009-07-02 |
bdemsky | make 3d java version...uses 3d arrays... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
bdemsky | change |
commit | commitdiff | tree | snapshot |
next |