WALA/com.ibm.wala.core/src/com/ibm/wala/ssa
sjfink 66884c2c37 fix Eclipse 3.4.1 compiler warnings
git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3100 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
2008-12-01 19:40:43 +00:00
..
analysis misc. minor cleanups 2008-08-14 21:05:14 +00:00
AuxiliaryCache.java misc. minor cleanups 2008-08-14 21:05:14 +00:00
CompoundPiPolicy.java bug fixes for pis and slicing 2008-01-17 12:12:25 +00:00
ConstantValue.java generalize handling of constants 2008-06-27 20:49:41 +00:00
DefUse.java allow more customization of DefUse 2007-07-19 20:42:05 +00:00
DefaultIRFactory.java generalize some shrike implementation details to play more nicely with others 2008-05-13 19:24:57 +00:00
IR.java fix Eclipse 3.4.1 compiler warnings 2008-12-01 19:40:43 +00:00
IRFactory.java optimizations for IR caching when context is irrelevant 2008-05-12 13:34:35 +00:00
ISSABasicBlock.java tweak some APIs for ISSABasicBlock and ExplodedBasicBlock 2007-12-18 16:41:01 +00:00
InstanceOfPiPolicy.java bug fixes for pis and slicing 2008-01-17 12:12:25 +00:00
NullTestPiPolicy.java bug fixes for pis and slicing 2008-01-17 12:12:25 +00:00
PhiValue.java better printing 2007-10-26 16:06:29 +00:00
ReflectiveInvokeInstruction.java refactor to allow SSAAbstractInvokeInstruction to represent invokes with multiple return values, as needed by some languages 2007-12-10 04:23:13 +00:00
ReflectiveMemberAccess.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAAbstractInvokeInstruction.java rewrite assertion that was always calling toString() 2008-09-10 20:50:04 +00:00
SSAAbstractThrowInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAAbstractUnaryInstruction.java patch 1850117, fix some unguarded assertions 2007-12-13 17:08:17 +00:00
SSAArrayLengthInstruction.java tweak some comments 2008-09-03 14:37:27 +00:00
SSAArrayLoadInstruction.java support for Constructor.newInstance() 2008-02-21 18:44:22 +00:00
SSAArrayReferenceInstruction.java tweak some comments 2008-09-03 14:37:27 +00:00
SSAArrayStoreInstruction.java support getConstructors() 2008-02-22 01:44:47 +00:00
SSABinaryOpInstruction.java refactoring: move some classes into appropriate packages 2008-01-24 22:20:38 +00:00
SSABuilder.java tweak semantics of multinewarry length parameters ... don't use 0 to indicate missing dimensions 2008-07-28 21:02:29 +00:00
SSACFG.java misc. minor cleanups 2008-08-14 21:05:14 +00:00
SSACache.java optimizations for IR caching when context is irrelevant 2008-05-12 13:34:35 +00:00
SSACheckCastInstruction.java refactoring: move some classes into appropriate packages 2008-01-24 22:20:38 +00:00
SSAComparisonInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAConditionalBranchInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAConversionInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAFieldAccessInstruction.java refactoring: move some classes into appropriate packages 2008-01-24 22:20:38 +00:00
SSAGetCaughtExceptionInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAGetInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAGotoInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAInstanceofInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAInstruction.java tweak comments 2008-09-04 20:13:06 +00:00
SSAInstructionFactory.java bug fixes for exceptions from idiv and irem 2007-10-19 13:11:28 +00:00
SSAInvokeInstruction.java refactoring: move some classes into appropriate packages 2008-01-24 22:20:38 +00:00
SSALoadClassInstruction.java bug fix in hasDef() 2008-11-26 18:47:42 +00:00
SSAMonitorInstruction.java refactoring: move some classes into appropriate packages 2008-01-24 22:20:38 +00:00
SSANewInstruction.java tweak semantics of multinewarry length parameters ... don't use 0 to indicate missing dimensions 2008-07-28 21:02:29 +00:00
SSAOptions.java revamp pi node construction 2008-01-16 22:25:34 +00:00
SSAPhiInstruction.java add a comment 2008-01-30 21:03:17 +00:00
SSAPiInstruction.java add support for pi instructions in synthetic methods 2008-03-18 18:57:20 +00:00
SSAPiNodePolicy.java bug fixes for pis and slicing 2008-01-17 12:12:25 +00:00
SSAPutInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAReturnInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSASwitchInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SSAThrowInstruction.java refactoring: move some classes into appropriate packages 2008-01-24 22:20:38 +00:00
SSAUnaryOpInstruction.java delete obsolete ValueDecorator interface 2008-01-15 14:39:58 +00:00
SymbolTable.java misc. minor cleanups 2008-08-14 21:05:14 +00:00
Value.java support for boolean-typed constants and customizable default values for uninitialized values; both of these are used to support scripting language features 2007-04-04 13:00:04 +00:00
package.html attempt to introduce tags and trunk 2006-11-22 17:38:46 +00:00