Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
cs343 | 27 (51.9%) | 1519 (89.0%) | 1951 (83.9%) | 56.26 |
jwhaley | 10 (19.2%) | 0 (0.0%) | 108 (4.6%) | 0.00 |
joewhaley | 8 (15.4%) | -6 (-0.4%) | 36 (1.5%) | -0.75 |
livshits | 5 (9.6%) | 194 (11.4%) | 229 (9.8%) | 38.80 |
mcmartin | 1 (1.9%) | -1 (-0.1%) | 0 (0.0%) | -1.00 |
gback | 1 (1.9%) | 0 (0.0%) | 2 (0.1%) | 0.00 |
Date | Author | File/Message |
---|---|---|
10/15/04 9:11 PM | joewhaley | Renamed org.sf.javabdd to net.sf.javabdd
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.8
(+2
-2)
|
9/22/04 3:17 PM | joewhaley | Consolidated utility functions into a separate jar file.
(5 Files changed,
24 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.7
(+3
-5)
joeq/Compiler/Analysis/IPSSA/Apps/DeclarationDepth.java 1.2
(+4
-5)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.7
(+7
-8)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.20
(+5
-6)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.6
(+5
-6)
|
8/2/04 3:32 PM | joewhaley | Eliminate tab characters.
(1 Files changed,
5 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.5
(+5
-5)
|
5/14/04 7:25 PM | livshits | more
(1 Files changed,
19 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.4
(+19
-16)
|
5/14/04 6:51 PM | livshits | more.
(1 Files changed,
14 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.3
(+14
-8)
|
5/14/04 6:45 PM | livshits | more
(1 Files changed,
35 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.2
(+35
-9)
|
5/14/04 6:33 PM | livshits | Analysis of bad stores. Not yet complete.
(1 Files changed,
159 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.1 added 159 |
4/3/04 10:32 PM | livshits | Minor
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.6
(+2
-2)
|
3/25/04 8:47 AM | joewhaley | Remove evil tabs.
(1 Files changed,
5 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.19
(+5
-5)
|
3/17/04 2:00 PM | cs343 | Initial version.
(1 Files changed,
163 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/DeclarationDepth.java 1.1 added 163 |
3/11/04 3:22 PM | mcmartin | Import cleanups
(1 Files changed,
0 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.6
(+0
-1)
|
3/9/04 2:01 PM | jwhaley | *** empty log message ***
(4 Files changed,
47 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.5
(+10
-10)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.5
(+14
-14)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.18
(+14
-14)
joeq/Compiler/Analysis/IPSSA/Apps/AssertionAnalysis.java 1.6
(+9
-9)
|
3/8/04 8:04 PM | jwhaley | *** empty log message ***
(2 Files changed,
7 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.4
(+6
-6)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.17
(+1
-1)
|
3/8/04 5:48 PM | jwhaley | *** empty log message ***
(4 Files changed,
54 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.3
(+21
-21)
joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.4
(+11
-11)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.16
(+13
-13)
joeq/Compiler/Analysis/IPSSA/Apps/AssertionAnalysis.java 1.5
(+9
-9)
|
2/23/04 8:02 PM | gback | commented out line that breaks the compile
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.2
(+2
-2)
|
2/12/04 2:12 AM | cs343 | Synching up.
(1 Files changed,
234 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.15
(+234
-46)
|
2/12/04 2:12 AM | cs343 | Finds simple ownership by analyzing Java constructors.
(1 Files changed,
363 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.1 added 363 |
2/5/04 9:30 AM | cs343 | Added enumerations.
(1 Files changed,
52 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.14
(+52
-14)
|
2/5/04 9:11 AM | cs343 | Added support for maps.
Added looking at the members of classes and checking their types.
(1 Files changed,
149 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.13
(+149
-26)
|
2/5/04 7:23 AM | cs343 | Report set info as well
(1 Files changed,
28 Lines changed) joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.12
(+28
-3)
|