Directory Statistics for joeq/Compiler/Analysis/IPA/

Back to Index Page

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

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

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
joewhaley352 (47.6%) 5902 (48.2%) 18414 (62.2%) 16.77
livshits229 (31.0%) 1916 (15.6%) 3778 (12.8%) 8.37
gback48 (6.5%) 1064 (8.7%) 2709 (9.2%) 22.17
cs34344 (6.0%) 1415 (11.5%) 1825 (6.2%) 32.16
jwhaley35 (4.7%) 32 (0.3%) 601 (2.0%) 0.91
mcmartin8 (1.1%) 22 (0.2%) 46 (0.2%) 2.75
cunkel8 (1.1%) 299 (2.4%) 424 (1.4%) 37.38
bdangelo6 (0.8%) 167 (1.4%) 285 (1.0%) 27.83
jzhuang5 (0.7%) 1273 (10.4%) 1282 (4.3%) 254.60
wilbur232 (0.3%) 27 (0.2%) 31 (0.1%) 13.50
uid446672 (0.3%) 140 (1.1%) 187 (0.6%) 70.00

Commit Log

DateAuthorFile/Message
5/2/06 3:01 PMmcmartin
Adds a system define to optionally completely specify methods. (1 Files changed, 17 Lines changed)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.28 (+17 -6)
4/5/06 7:32 PMmcmartin
Clean up outputs. (1 Files changed, 3 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.355 (+3 -2)
3/8/06 7:44 PMlivshits
Updated to work with PA.java (1 Files changed, 7 Lines changed)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.27 (+7 -17)
3/8/06 7:39 PMlivshits
*** empty log message *** (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.354 (+5 -195)
3/8/06 7:09 PMmcmartin
Cleaner fix for null-Names. (1 Files changed, 1 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.353 (+1 -5)
3/8/06 6:19 PMmcmartin
Special-case if o is NULL (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.352 (+5 -1)
3/8/06 5:10 PMmcmartin
When dumping unmunged methods, dump unmunged names too (1 Files changed, 16 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.351 (+16 -1)
3/7/06 5:10 PMlivshits
Fixed up heap object naming. (1 Files changed, 7 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.350 (+7 -6)
3/7/06 12:12 PMlivshits
Fixed up heap object names (1 Files changed, 7 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.349 (+7 -6)
3/6/06 10:33 PMlivshits
Remembed old source location while inlining. (2 Files changed, 19 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.348 (+4 -5)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.26 (+15 -1)
3/6/06 8:15 PMlivshits
*** empty log message *** (1 Files changed, 19 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.347 (+19 -44)
3/6/06 12:27 PMlivshits
Skip fake methods when building up return results of method summaries. (1 Files changed, 13 Lines changed)
joeq/Compiler/Analysis/IPA/PAMethodSummary.java 1.52 (+13 -7)
3/5/06 9:33 PMlivshits
Run bogus replacement before inlining. (1 Files changed, 1 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.346 (+1 -6)
3/3/06 6:10 PMlivshits
*** empty log message *** (1 Files changed, 10 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.345 (+10 -5)
3/3/06 5:58 PMlivshits
Separated inlining logic from the rest. (1 Files changed, 45 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.344 (+45 -47)
3/3/06 5:33 PMlivshits
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.343 (+2 -2)
3/3/06 5:26 PMlivshits
Enter inlined sites into mI (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.342 (+2 -2)
3/2/06 11:13 PMlivshits
Added dumping removed calls. (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.341 (+5 -3)
3/2/06 6:17 PMlivshits
Need to reset the flags (1 Files changed, 4 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.340 (+4 -2)
3/2/06 5:57 PMlivshits
Use java factory for the first two passes (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.339 (+2 -2)