Directory Statistics for joeq/Compiler/Analysis/FlowInsensitive/

Back to Index Page

Lines Of Code for joeq/Compiler/Analysis/FlowInsensitive/

Commits for joeq/Compiler/Analysis/FlowInsensitive/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
joewhaley60 (44.1%) 6179 (85.5%) 7187 (79.8%) 102.98
livshits59 (43.4%) 620 (8.6%) 978 (10.9%) 10.51
gback10 (7.4%) 398 (5.5%) 622 (6.9%) 39.80
jwhaley3 (2.2%) 1 (0.0%) 160 (1.8%) 0.33
cunkel2 (1.5%) 21 (0.3%) 34 (0.4%) 10.50
cs3431 (0.7%) 6 (0.1%) 28 (0.3%) 6.00
bdangelo1 (0.7%) 0 (0.0%) 2 (0.0%) 0.00

Commit Log

DateAuthorFile/Message
3/8/06 7:42 PMlivshits
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 PMlivshits
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 PMlivshits
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 PMlivshits
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 PMlivshits
*** empty log message *** (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.95 (+5 -2)
3/6/06 11:51 AMlivshits
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 PMlivshits
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 PMlivshits
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 PMlivshits
*** 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 PMlivshits
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.91 (+2 -2)
2/26/06 1:43 PMlivshits
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 AMlivshits
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 PMlivshits
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 PMlivshits
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 PMlivshits
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 PMlivshits
Reorg (1 Files changed, 3 Lines changed)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.85 (+3 -30)
1/14/06 4:48 PMlivshits
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.84 (+2 -2)
1/14/06 4:45 PMlivshits
Chenged output format (1 Files changed, 38 Lines changed)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.83 (+38 -12)
1/14/06 3:57 PMlivshits
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 PMlivshits
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)