Comment | Frequency |
---|---|
*** empty log message *** | 385 (20.1%) |
More updates. | 6 (0.3%) |
Fix some javadoc. | 6 (0.3%) |
Added debuggng facilities. | 6 (0.3%) |
Code cleanup. | 5 (0.3%) |
Date | Author | File/Message |
---|---|---|
5/21/06 12:55 AM | joewhaley | Naughty sourceforge changed the CVS root.
(1 Files changed,
3 Lines changed) project.xml 1.7
(+3
-3)
|
5/15/06 5:47 PM | cunkel | fix bug introduced with addition of topDown mode.
(1 Files changed,
19 Lines changed) joeq/Compiler/Quad/IPA/Solver.java 1.9
(+19
-11)
|
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.
(2 Files changed,
5 Lines changed) joeq/Compiler/Analysis/IPA/PA.java 1.355
(+3
-2)
joeq/Compiler/Quad/CodeCache.java 1.20
(+2
-2)
|
4/5/06 7:31 PM | mcmartin | Fix invocation site map generation.
(1 Files changed,
3 Lines changed) joeq/Compiler/Quad/LoadedCallGraph.java 1.24
(+3
-3)
|
3/8/06 7:42 PM | livshits | Updated to work with PA.java
(7 Files changed,
79 Lines changed) joeq/Compiler/Quad/InlineMapping.java 1.9 removed joeq/Compiler/Quad/IPA/Solver.java 1.8
(+4
-4)
joeq/Compiler/Quad/ControlFlowGraph.java 1.34
(+2
-5)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.98
(+6
-58)
joeq/Compiler/Quad/MethodInline.java 1.65
(+56
-563)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.27
(+7
-17)
joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.17
(+4
-3)
|
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.
(2 Files changed,
3 Lines changed) joeq/Util/NameMunger.java 1.4
(+2
-1)
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:18 PM | livshits | Added substritution of cookies.
(1 Files changed,
24 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.16
(+24
-4)
|
3/8/06 5:10 PM | mcmartin | When dumping unmunged methods, dump unmunged names too
(2 Files changed,
32 Lines changed) joeq/Compiler/Analysis/Primitive/PrimitivePA.java 1.9
(+16
-1)
joeq/Compiler/Analysis/IPA/PA.java 1.351
(+16
-1)
|
3/8/06 3:32 PM | livshits | Updated location copying
(3 Files changed,
43 Lines changed) joeq/Compiler/Quad/MethodInline.java 1.64
(+14
-20)
joeq/Compiler/Quad/InlineMapping.java 1.8
(+25
-0)
joeq/Compiler/Quad/ControlFlowGraph.java 1.33
(+4
-5)
|
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.
(5 Files changed,
54 Lines changed) joeq/Compiler/Quad/MethodInline.java 1.63
(+15
-3)
joeq/Compiler/Analysis/IPA/PA.java 1.348
(+4
-5)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.97
(+4
-4)
joeq/Compiler/Quad/InlineMapping.java 1.7
(+16
-23)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.26
(+15
-1)
|
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:15 PM | livshits | *** empty log message ***
(4 Files changed,
88 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.95
(+5
-2)
joeq/Compiler/Analysis/IPA/PA.java 1.347
(+19
-44)
joeq/Compiler/Quad/InlineMapping.java 1.6
(+59
-11)
joeq/Compiler/Quad/MethodInline.java 1.62
(+5
-4)
|
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/6/06 11:51 AM | livshits | Fixed up inlining of bogus methods.
(2 Files changed,
8 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.15
(+1
-1)
joeq/Compiler/Quad/MethodInline.java 1.61
(+7
-1)
|
3/5/06 9:33 PM | livshits | Run bogus replacement before inlining.
(3 Files changed,
13 Lines changed) joeq/Compiler/Analysis/FlowInsensitive/BogusSummaryProvider.java 1.14
(+4
-2)
joeq/Compiler/Quad/MethodInline.java 1.60
(+8
-1)
joeq/Compiler/Analysis/IPA/PA.java 1.346
(+1
-6)
|