Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 60 (44.1%) | 6179 (85.5%) | 7187 (79.8%) | 102.98 |
livshits | 59 (43.4%) | 620 (8.6%) | 978 (10.9%) | 10.51 |
gback | 10 (7.4%) | 398 (5.5%) | 622 (6.9%) | 39.80 |
jwhaley | 3 (2.2%) | 1 (0.0%) | 160 (1.8%) | 0.33 |
cunkel | 2 (1.5%) | 21 (0.3%) | 34 (0.4%) | 10.50 |
cs343 | 1 (0.7%) | 6 (0.1%) | 28 (0.3%) | 6.00 |
bdangelo | 1 (0.7%) | 0 (0.0%) | 2 (0.0%) | 0.00 |
Date | Author | File/Message |
---|---|---|
3/8/06 7:42 PM | livshits | Updated to work with PA.java
(2 Files changed,
10 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.98
(+6
-58)
joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.17
(+4
-3)
|
3/8/06 5:18 PM | livshits | Added substritution of cookies.
(1 Files changed,
24 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.16
(+24
-4)
|
3/6/06 10:33 PM | livshits | Remembed old source location while inlining.
(1 Files changed,
4 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.97
(+4
-4)
|
3/6/06 8:27 PM | livshits | Deal with array allocations within inlined methods.
(1 Files changed,
47 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.96
(+47
-34)
|
3/6/06 8:17 PM | livshits | *** empty log message ***
(1 Files changed,
5 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.95
(+5
-2)
|
3/6/06 11:51 AM | livshits | Fixed up inlining of bogus methods.
(1 Files changed,
1 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.15
(+1
-1)
|
3/5/06 9:33 PM | livshits | Run bogus replacement before inlining.
(1 Files changed,
4 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.14
(+4
-2)
|
3/2/06 5:51 PM | livshits | Added a pass to walk over methods in a bottom-up manner first for inlining.
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.94
(+2
-2)
|
3/2/06 4:49 PM | livshits | *** empty log message ***
(1 Files changed,
5 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.93
(+3
-2)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.92
(+2
-2)
|
3/2/06 4:06 PM | livshits | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.91
(+2
-2)
|
2/26/06 1:43 PM | livshits | Record <invoke, alloc> map.
(1 Files changed,
8 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.90
(+8
-7)
|
2/26/06 11:26 AM | livshits | Added an extra assignment quad after the fake assignment.
(1 Files changed,
8 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.89
(+8
-4)
|
2/25/06 11:13 PM | livshits | Added patch-up code for the return result of fake quads.
(1 Files changed,
40 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.88
(+40
-26)
|
2/24/06 9:53 PM | livshits | Returrn null when requesting a method summary for a fake method.
(1 Files changed,
5 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.87
(+5
-1)
|
1/14/06 5:29 PM | livshits | Rolled back to the previous output format
(1 Files changed,
7 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.86
(+7
-7)
|
1/14/06 5:05 PM | livshits | Reorg
(1 Files changed,
3 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.85
(+3
-30)
|
1/14/06 4:48 PM | livshits | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.84
(+2
-2)
|
1/14/06 4:45 PM | livshits | Chenged output format
(1 Files changed,
38 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.83
(+38
-12)
|
1/14/06 3:57 PM | livshits | Changed heap.map format again...
(1 Files changed,
19 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.82
(+19
-2)
|
1/14/06 3:10 PM | livshits | Get rid of the hash code in heap object names.
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.81
(+2
-2)
|