bug fix in scheduling
[IRC.git] / Robust / src / Analysis /
2009-11-15 jzhoubug fix in scheduling
2009-11-12 jzhoubug fix in scheduling and multicore support for tags
2009-11-10 bdemskychanges
2009-11-09 bdemskybug fixes
2009-11-07 bdemskyoptimize some analysis so they run faster...benchmarks...
2009-11-06 jjenistadon't keep an analysis graph for every program point...
2009-11-06 bdemskyenough bugs for tonight
2009-11-06 bdemskychanges to support inlined fission transactions
2009-11-06 bdemskycheck in new files...
2009-11-05 jjenistaedge type improvement bug fixes, have to deal with...
2009-11-04 jjenistaUse types in program statements to make graph edges...
2009-11-03 yeomchanges toward keeping globally unique identifier for...
2009-10-30 jjenistabug fix, class library results improved, but directto...
2009-10-30 jjenistanew analysis for array references that create no new...
2009-10-30 yeomfixes and associate each effect with unique stall tag...
2009-10-30 jjenistaan analysis for maintaining a relation at each program...
2009-10-30 bdemskyfinish branch elimination optimization for fission...
2009-10-29 bdemskycommit file
2009-10-29 yeommore changes.
2009-10-29 yeomchanges to handle fixed point analysis properly + bug...
2009-10-28 jjenistabug fix when applying store results from multiple possi...
2009-10-27 yeomadded for handling method with child SESE.
2009-10-27 bdemskymore stm options
2009-10-26 yeomchanges towards method context insensitive analysis.
2009-10-23 jjenistastarting implementation for access paths to improve...
2009-10-23 yeominitial commit for parent/child SESE memory conflicts...
2009-10-22 bdemskybug fixes
2009-10-22 bdemskyadd new features...they don't break the build, but...
2009-10-21 jzhouchange to use static mapping of core # and block #...
2009-10-21 jjenistaAdded feature for nullfying dead variables, which didn...
2009-10-20 jjenistarevert alias set computation changes, stick with old way
2009-10-19 jjenistaomputation to determine set of aliased parameter indice...
2009-10-19 jjenistalittle changes to keep, debugging removed
2009-10-16 jjenistacompiler options for call map debugging
2009-10-14 bdemskymore work towards supporting arrays
2009-10-14 jjenistaupdating graph display options
2009-10-14 bdemskymore changes towards word level support for arrays
2009-10-14 adashcheck-in benchmark changes for ipdps paper
2009-10-13 bdemskyobvious typo
2009-10-13 bdemsky*** empty log message ***
2009-10-13 bdemskysmall changes
2009-10-13 bdemskyfixed nasty analysis bug for fission
2009-10-13 yeomchanges.
2009-10-12 yeomdecompose parameter regions into caller regions without...
2009-10-12 yeombug fix.
2009-10-12 yeomcollects live-in var's allocation sites when it referen...
2009-10-10 yeombug fix. analyzeMethod of buildgraph has wrong FlatMeth...
2009-10-08 jihoonl state.DSMTASK flag is added
2009-10-08 jjenistaAllow some disjointness improvements to be turned off...
2009-10-08 yeomdisjoint analysis with a set of flagged allocation...
2009-10-07 yeomchanges to maintain strong update effects.
2009-10-06 yeomchanges to handle SESE placeholder correctly
2009-10-06 yeombug fix and changes to handle properly the mapping...
2009-10-05 jjenistaa bug that only allows more aliasing than can be possib...
2009-10-05 yeombug fix
2009-10-03 yeomadd analyzing SESE effects. generate read&write set...
2009-10-02 jjenistaadd option to graph visualization that supresses reacha...
2009-10-01 jihoonlto run Task.execute method outside of transaction
2009-09-30 yeomchanges to be tainted only if the method or its callees...
2009-09-29 yeomAdd a running flag 'methodeffects' for new analysis.
2009-09-28 yeombug fix
2009-09-28 yeominitial commit for maintaining reference edges with...
2009-09-26 bdemskymajor bug fix
2009-09-25 yeomfixes to handle non-static method properly.
2009-09-25 yeomminor changes
2009-09-25 yeommove method effects analysis into disjoint analysis.
2009-09-24 yeominitial commit for method effects analysis.
2009-09-23 jjenistanew parameter decomposition, can't chain results yet
2009-09-18 jjenistaan interface for supporting decomposition of disjointne...
2009-09-18 bdemskyfix bug
2009-09-18 bdemskyadd SESETree
2009-09-18 bdemskyonly look at things reachable from main
2009-09-17 jjenistaexplicit null heap region changes rolled back
2009-09-15 jjenistaallocated regions have class fields initialized to...
2009-09-15 jjenistamore null region fixes, but I think method results...
2009-09-15 jjenistaadded support for null heap region, doesn't work perfec...
2009-09-14 jjenistafix for x = y.f statements copying by type and ignoring...
2009-09-08 adashbug fix
2009-09-04 jjenistaFixed variable dynamic source bookkeeping bug, regressi...
2009-08-31 jjenistaVariable result table pruning is buggy, remove for...
2009-08-28 jjenistaLots of bug fixes, stable system, parallelized binary...
2009-08-27 jzhoubug fixes in multicore gc
2009-08-25 jjenistamethod call support works for small programs, bigger...
2009-08-25 jjenistaStill haven't worked all the bugs out of MLP's support...
2009-08-20 jjenistalots of bug fixes, partial solution towards allowing...
2009-08-18 jjenistaa better workscheduler--still has a deficiency because...
2009-08-18 jjenistafound one reason for system hang--there is still at...
2009-08-17 jjenistabug fixes
2009-08-14 jjenistabug fixes, use pointers no problem, generate temps...
2009-08-14 jjenistaa bunch of dynamic var bugs
2009-08-13 jjenistaprimitive dynamic variables are working
2009-08-12 jjenistatracked down more bugs in not-avail and variable analyses
2009-08-12 jjenistaBug fixes in use of liveness analysis, bug fix in not...
2009-08-10 jjenistaWorking towards dynamic source variables in MLP, not...
2009-08-06 jjenistafully realized system for primitives that displays...
2009-08-05 jjenistabig update for forwarding lists and dependency counts...
2009-08-03 jjenistaprimitives passed to a child and then all available...
2009-07-31 jjenistastill isn't getting the right answer, but one variable...
2009-07-30 jjenistaAn implementation of parent/child stalling that compile...
2009-07-28 jjenistanewly realized mlp successfully issues and runs root...
next