Commit Log

DateAuthorFile/Message
2/24/06 1:13 PMlivshits
*** empty log message *** (2 Files changed, 25 Lines changed)
joeq/Compiler/Quad/MethodInline.java 1.48 (+12 -8)
joeq/Compiler/Analysis/IPA/PA.java 1.315 (+13 -29)
2/24/06 11:42 AMlivshits
*** empty log message *** (1 Files changed, 4 Lines changed)
joeq/Compiler/Quad/InlineMapping.java 1.3 (+4 -4)
2/24/06 11:35 AMlivshits
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPA/PAMethodSummary.java 1.50 (+2 -1)
2/24/06 10:04 AMlivshits
*** empty log message *** (1 Files changed, 3 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.314 (+3 -3)
2/23/06 11:35 PMlivshits
*** empty log message *** (1 Files changed, 3 Lines changed)
joeq/Compiler/Analysis/IPA/PAMethodSummary.java 1.49 (+3 -3)
2/23/06 6:25 PMlivshits
*** empty log message *** (1 Files changed, 4 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.313 (+4 -1)
2/23/06 6:16 PMlivshits
*** empty log message *** (4 Files changed, 89 Lines changed)
joeq/Compiler/Quad/MethodInline.java 1.47 (+38 -35)
joeq/Compiler/Quad/ControlFlowGraph.java 1.32 (+3 -2)
joeq/Compiler/Analysis/IPA/PA.java 1.312 (+12 -9)
joeq/Compiler/Quad/InlineMapping.java 1.2 (+36 -4)
2/23/06 3:30 PMlivshits
Inline the CS stuff only (3 Files changed, 90 Lines changed)
joeq/Compiler/Quad/ControlFlowGraph.java 1.31 (+32 -8)
joeq/Compiler/Analysis/IPA/PAMethodSummary.java 1.48 (+10 -1)
joeq/Compiler/Analysis/IPA/PA.java 1.311 (+48 -41)
2/23/06 10:33 AMlivshits
*** empty log message *** (1 Files changed, 12 Lines changed)
joeq/Compiler/Quad/CodeCache.java 1.15 (+12 -1)
2/23/06 10:32 AMlivshits
Playing with inlining again (4 Files changed, 80 Lines changed)
joeq/Compiler/Quad/InlineMapping.java 1.1 added
joeq/Compiler/Quad/MethodInline.java 1.46 (+13 -4)
joeq/Compiler/Quad/LoadedCallGraph.java 1.23 (+6 -4)
joeq/Compiler/Analysis/IPA/PA.java 1.310 (+33 -16)
2/20/06 7:06 PMlivshits
*** empty log message *** (1 Files changed, 6 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.308 (+4 -4)
joeq/Compiler/Analysis/IPA/PA.java 1.309 (+2 -2)
2/20/06 1:35 PMlivshits
Changed the way inlinedSites are saved. (1 Files changed, 7 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.307 (+7 -4)
2/20/06 12:51 PMlivshits
Added support for either preserving or removing the original call when inlining depending on the specification (indicated by * in methods.txt). (1 Files changed, 86 Lines changed)
joeq/Compiler/Quad/MethodInline.java 1.45 (+86 -80)
2/18/06 1:26 PMlivshits
Removed printing (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.306 (+5 -3)
2/18/06 1:24 PMlivshits
Some other var order stuff (1 Files changed, 12 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.305 (+12 -12)
2/18/06 1:19 PMlivshits
Messed up the varorder (1 Files changed, 3 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.304 (+3 -3)
2/18/06 1:09 PMlivshits
Changed the way inlining is done. Added a parameter that determines if the call quad is removed from the list of quads. (2 Files changed, 66 Lines changed)
joeq/Compiler/Quad/MethodInline.java 1.44 (+52 -30)
joeq/Compiler/Analysis/IPA/PA.java 1.303 (+14 -10)
2/18/06 11:45 AMcs343
*** empty log message *** (2 Files changed, 22 Lines changed)
joeq/Compiler/Quad/MethodInline.java 1.43 (+6 -2)
joeq/Compiler/Analysis/IPA/PA.java 1.302 (+16 -7)
2/15/06 9:28 AMlivshits
Changed the way inlining correspondence between new and old allocations sites is created (2 Files changed, 64 Lines changed)
joeq/Compiler/Quad/MethodInline.java 1.42 (+56 -74)
joeq/Compiler/Quad/ControlFlowGraph.java 1.30 (+8 -2)
2/14/06 6:18 PMcunkel
fix STR domain creation (1 Files changed, 3 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.301 (+3 -3)