2009-05-07 |
jzhou | commented out all functions by mistake |
commit | commitdiff | tree | snapshot |
2009-05-07 |
jjenista | Curious. Found a bug in liveness where liveIn set... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
jzhou | updates for multicore version runtime, temporarily... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
jjenista | add frame for another pass to compute whether variables... |
commit | commitdiff | tree | snapshot |
2009-05-06 |
adash | locking technique for risky objects enabled |
commit | commitdiff | tree | snapshot |
2009-05-06 |
jjenista | Add CodePlan object for injecting code before or after... |
commit | commitdiff | tree | snapshot |
2009-05-05 |
jjenista | Several bug fixes. Now that tokens have a mutable... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
jjenista | This is BANANAS. How can a table that calls assertCons... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
jjenista | Why did last checkin of VarSrcTokTable add carot-M... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
adash | do a make tabbing |
commit | commitdiff | tree | snapshot |
2009-05-04 |
jjenista | convert token tables into triples that sets of referenc... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
jjenista | preliminary stall computation working |
commit | commitdiff | tree | snapshot |
2009-04-30 |
jjenista | fixed liveness to calculate live-out set, and a couple... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
jjenista | stable, something still wrong with calculating out... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
jjenista | stable capture, bug fixes--a problem: using an SESEs... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
jjenista | Reinitialize liveness for the second pass, uses virtual... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
afedward | Updating CVS with partially ported benchmark. Sequence... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
jjenista | Something is wrong with liveness results that want... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
jjenista | added another liveness pass that picks up on virtual... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
adash | change makefile and add instructions to compile and... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
jjenista | Lots of bug fixes with regard to token table--table... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
adash | generate stats in runtime. Use -stmstats option for... |
commit | commitdiff | tree | snapshot |
2009-04-24 |
jjenista | variable analysis reports no stalls, stable |
commit | commitdiff | tree | snapshot |
2009-04-24 |
jzhou | add Tilera version stuff in buildscript and removes... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
jjenista | bug fixes and implementation adjustments: matches analy... |
commit | commitdiff | tree | snapshot |
2009-04-23 |
jjenista | quick capture |
commit | commitdiff | tree | snapshot |
2009-04-23 |
bdemsky | change |
commit | commitdiff | tree | snapshot |
2009-04-23 |
bdemsky | change parsing |
commit | commitdiff | tree | snapshot |
2009-04-22 |
jjenista | variable analysis stable, reports stalls all over-... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
jjenista | add a convenient method to retreive FlatMethod from... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
adash | optimizations for readLine(), this makes executions... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
bdemsky | typos |
commit | commitdiff | tree | snapshot |
2009-04-22 |
bdemsky | optimization (or bug fix) depending on how you view it |
commit | commitdiff | tree | snapshot |
2009-04-22 |
adash | Tests read from a file that uses buffering directly... |
commit | commitdiff | tree | snapshot |
2009-04-22 |
jzhou | reorganize multicore version runtime codes for easy... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
jjenista | variable analysis added |
commit | commitdiff | tree | snapshot |
2009-04-21 |
jjenista | Root SESE ironed out, some reorganization for variable... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
adash | verified functionality and correctness with C versions |
commit | commitdiff | tree | snapshot |
2009-04-21 |
bdemsky | remove shortcircuits |
commit | commitdiff | tree | snapshot |
2009-04-21 |
bdemsky | make method static |
commit | commitdiff | tree | snapshot |
2009-04-21 |
adash | print better error messages |
commit | commitdiff | tree | snapshot |
2009-04-21 |
bdemsky | barrier bug |
commit | commitdiff | tree | snapshot |
2009-04-20 |
adash | small changes and support for printing doubles in Strin... |
commit | commitdiff | tree | snapshot |
2009-04-20 |
adash | Add runtime support for STM Barrier class |
commit | commitdiff | tree | snapshot |
2009-04-20 |
adash | new Barrier Class |
commit | commitdiff | tree | snapshot |
2009-04-20 |
adash | add new Barrier...the code still breaks on compiling. |
commit | commitdiff | tree | snapshot |
2009-04-18 |
bdemsky | integrate typeanalysis |
commit | commitdiff | tree | snapshot |
2009-04-18 |
bdemsky | computes which types can actually refer to the same... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
bdemsky | New locking strategy... We no longer read lock objects... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
hkhang | initial checkin |
commit | commitdiff | tree | snapshot |
2009-04-17 |
jjenista | variable source tokens have a temp for the live variabl... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
bdemsky | reduce frequency of polling about GC |
commit | commitdiff | tree | snapshot |
2009-04-17 |
bdemsky | updates |
commit | commitdiff | tree | snapshot |
2009-04-17 |
adash | test file for Double to String change |
commit | commitdiff | tree | snapshot |
2009-04-17 |
jjenista | liveness analysis simplified to ignore SESE's, analyzes... |
commit | commitdiff | tree | snapshot |
2009-04-17 |
jjenista | reorganizing mlp analysis passes |
commit | commitdiff | tree | snapshot |
2009-04-17 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-17 |
bdemsky | optimizations |
commit | commitdiff | tree | snapshot |
2009-04-16 |
jjenista | another forward pass for mlp analysis |
commit | commitdiff | tree | snapshot |
2009-04-16 |
adash | bug fixes for compilation...study functioning |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | changes to make compiler work without STM flag with... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | bug fix |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | bug fixes |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | bug fixes. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | debug support |
commit | commitdiff | tree | snapshot |
2009-04-16 |
bdemsky | finally fix bug...after a full day on this one. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
adash | Add new Barrier ...will need to change it to a better... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
jjenista | fixed liveness analysis |
commit | commitdiff | tree | snapshot |
2009-04-15 |
bdemsky | clearer error message |
commit | commitdiff | tree | snapshot |
2009-04-15 |
adash | changes to makefile |
commit | commitdiff | tree | snapshot |
2009-04-15 |
adash | instructions on compiling and running benchmark |
commit | commitdiff | tree | snapshot |
2009-04-15 |
adash | add KMeans benchmark |
commit | commitdiff | tree | snapshot |
2009-04-15 |
jjenista | stable version with debug, chasing an analysis bug |
commit | commitdiff | tree | snapshot |
2009-04-14 |
bdemsky | add support for scratch memory |
commit | commitdiff | tree | snapshot |
2009-04-14 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-14 |
bdemsky | changes to improve performance |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | fix bugs, speedup |
commit | commitdiff | tree | snapshot |
2009-04-13 |
jjenista | mlp conducts a valid variable analysis, but write set... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
jjenista | bug fixes, keeping helper hash tables valid through... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | avoid resizing... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | support for turning on/off detecting conflict optimizations |
commit | commitdiff | tree | snapshot |
2009-04-13 |
adash | Detect if character is a whitespace |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | bug fix |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | bug fix |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-13 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-11 |
bdemsky | changes |
commit | commitdiff | tree | snapshot |
2009-04-10 |
jjenista | stable, non-functional still |
commit | commitdiff | tree | snapshot |
2009-04-10 |
bdemsky | remove stack overflow bug |
commit | commitdiff | tree | snapshot |
2009-04-10 |
jzhou | small changes |
commit | commitdiff | tree | snapshot |
2009-04-10 |
jjenista | stable, not fully functional |
commit | commitdiff | tree | snapshot |
2009-04-10 |
bdemsky | change our vector remove method to be like java |
commit | commitdiff | tree | snapshot |
2009-04-10 |
bdemsky | 64 bit support in case we want it...it appears that... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
bdemsky | somehow we gained two implementations of some methods... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
jjenista | structure for manipulating triples |
commit | commitdiff | tree | snapshot |
2009-04-09 |
jjenista | quick capture of some stable structures |
commit | commitdiff | tree | snapshot |
2009-04-09 |
jjenista | more new mlp stuff |
commit | commitdiff | tree | snapshot |
2009-04-09 |
bdemsky | change |
commit | commitdiff | tree | snapshot |
next |