1) allow to set the maximum threshold for the liveness analysis. if threashold is...
authoryeom <yeom>
Sat, 13 Aug 2011 01:28:26 +0000 (01:28 +0000)
committeryeom <yeom>
Sat, 13 Aug 2011 01:28:26 +0000 (01:28 +0000)
commitb124b7bf09a5eed6e272119acba9cfc5a1374b60
tree20e5dd68a969b0e694e3ca2b07223ea89bfdeb65
parent88cc6f37e1158f55870e1b55100e91a09b8d1556
1) allow to set the maximum threshold for the liveness analysis. if threashold is set to -1, there is no threshold. 2) bug fix on CSE
Robust/src/Analysis/Liveness.java
Robust/src/Analysis/Locality/DelayComputation.java
Robust/src/Analysis/Locality/DiscoverConflicts.java
Robust/src/Analysis/Locality/LocalityAnalysis.java
Robust/src/Analysis/Loops/CSE.java
Robust/src/Analysis/Loops/CopyPropagation.java
Robust/src/Analysis/Loops/UseDef.java
Robust/src/Analysis/Pointer/Pointer.java