Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 352 (47.6%) | 5902 (48.2%) | 18414 (62.2%) | 16.77 |
livshits | 229 (31.0%) | 1916 (15.6%) | 3778 (12.8%) | 8.37 |
gback | 48 (6.5%) | 1064 (8.7%) | 2709 (9.2%) | 22.17 |
cs343 | 44 (6.0%) | 1415 (11.5%) | 1825 (6.2%) | 32.16 |
jwhaley | 35 (4.7%) | 32 (0.3%) | 601 (2.0%) | 0.91 |
mcmartin | 8 (1.1%) | 22 (0.2%) | 46 (0.2%) | 2.75 |
cunkel | 8 (1.1%) | 299 (2.4%) | 424 (1.4%) | 37.38 |
bdangelo | 6 (0.8%) | 167 (1.4%) | 285 (1.0%) | 27.83 |
jzhuang | 5 (0.7%) | 1273 (10.4%) | 1282 (4.3%) | 254.60 |
wilbur23 | 2 (0.3%) | 27 (0.2%) | 31 (0.1%) | 13.50 |
uid44667 | 2 (0.3%) | 140 (1.1%) | 187 (0.6%) | 70.00 |
Date | Author | File/Message |
---|---|---|
5/2/06 3:01 PM | mcmartin | 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 PM | mcmartin | Clean up outputs.
(1 Files changed,
3 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.355
(+3
-2)
|
3/8/06 7:44 PM | livshits | 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 PM | livshits | *** empty log message ***
(1 Files changed,
5 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.354
(+5
-195)
|
3/8/06 7:09 PM | mcmartin | 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 PM | mcmartin | 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 PM | mcmartin | 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 PM | livshits | 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 PM | livshits | 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 PM | livshits | 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 PM | livshits | *** empty log message ***
(1 Files changed,
19 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.347
(+19
-44)
|
3/6/06 12:27 PM | livshits | 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 PM | livshits | 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 PM | livshits | *** empty log message ***
(1 Files changed,
10 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.345
(+10
-5)
|
3/3/06 5:58 PM | livshits | 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 PM | livshits | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.343
(+2
-2)
|
3/3/06 5:26 PM | livshits | 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 PM | livshits | 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 PM | livshits | 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 PM | livshits | Use java factory for the first two passes
(1 Files changed,
2 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.339
(+2
-2)
|