1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduce syntax error as a red flag to anyone still using SVN repository
msridhar
as msridhar1
More... over 13 years ago
fix for issue 3506051 from SourceForge tracker
msridhar
as msridhar1
More... over 13 years ago
fix test
msridhar
as msridhar1
More... over 13 years ago
change resolveField() to pass type when resolving a field
msridhar
as msridhar1
More... over 13 years ago
fix for bug reported by Juergen Graf: handle multiple fields with the same name in a JVM class
msridhar
as msridhar1
More... over 13 years ago
extract class for an edge-filtered graph view
msridhar
as msridhar1
More... over 13 years ago
jquery example More... over 13 years ago
improve handling of binary expressions More... over 13 years ago
minor cleanup More... over 13 years ago
remove warnings More... over 13 years ago
add type parameters More... over 13 years ago
Changes motivated by analysis issues in JavaScript. The main change is that calls of the form f.x() in JavaScript are now analyzed like 'method calls' so that the 'this' pointer in the receiver functions can be filtered based upon the types that actually have the method being invoked. This requires much more dynamic filtering than in a language like Java, since properties like 'x' are simply properties that happen to hold functions, and so can be assigned in a first-class manner. Thus, the filtering needs to handle variance in both the types and the values of their properties; this is implemented as multiple levels of abstract object directed side effect equations in the dataflow system. More... over 13 years ago
strengthen checking of argument specialization test More... over 13 years ago
remove unused declaration on public method More... over 13 years ago
remove import warning More... over 13 years ago
generalize hack for finding 'base' variables. fix bugs in renaming arguments. More... over 13 years ago
don't require 1.5 VM More... over 13 years ago
avoid hitting IR cache unnecessarily More... over 13 years ago
fix warning; make assertion failure more verbose More... over 13 years ago
add source-level names to dump of IR More... over 13 years ago
fix overly-restrictive assertions More... over 13 years ago
Got rid of IntegerContextItem and BooleanContextItem and replaced them
msridhar
as msridhar1
More... over 13 years ago
add one level of caller-site sensitivity for call() and apply(); experimental
msridhar
as msridhar1
More... over 13 years ago
optimization in dispatch logic. further optimization possible, and more
msridhar
as msridhar1
More... over 13 years ago
more comments
msridhar
as msridhar1
More... over 13 years ago
Within for/in bodies, use a marker for/in context instead of a CallerSiteContext
msridhar
as msridhar1
More... over 13 years ago
new context selector that just checks for recursion instead of bounding it
msridhar
as msridhar1
More... over 13 years ago
improve toString()
msridhar
as msridhar1
More... over 13 years ago
make it easier to identify ArgumentInstanceContexts
msridhar
as msridhar1
More... over 13 years ago
When extracting correlated pairs, check that the extraction region does
msridhar
as msridhar1
More... over 13 years ago