WALA/com.ibm.wala.shrike/src/com/ibm/wala/shrikeBT
Manu Sridharan 256cd06460 Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
..
analysis generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
info generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
shrikeCT Revamped support for reading Java annotation information from .class files. 2012-01-11 17:11:59 +00:00
tools organize imports 2011-04-03 04:08:05 +00:00
ArrayLengthInstruction.java changes to make the ShrikeBT instructions less tied to the details of Java bytecode 2009-02-19 15:55:50 +00:00
ArrayLoadInstruction.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
ArrayStoreInstruction.java further Shrike refactoring to generalize instructions 2009-02-26 16:50:52 +00:00
BinaryOpInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
BytecodeConstants.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
CheckCastInstruction.java generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
ComparisonInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
Compiler.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ConditionalBranchInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ConstantInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
ConstantPoolReader.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
Constants.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ConversionInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
Decoder.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
Disassembler.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
DupInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
ExceptionHandler.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
GetInstruction.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
GotoInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IArrayLoadInstruction.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
IArrayStoreInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IBinaryOpInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IComparisonInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IConditionalBranchInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IConversionInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IGetInstruction.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
IInstanceofInstruction.java generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
IInstruction.java generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
IInvokeInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ILoadIndirectInstruction.java add indirect loads and stores to address visitor; add type information to indirect operations 2009-06-03 18:23:26 +00:00
ILoadInstruction.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
IMemoryOperation.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
IPutInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IShiftInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IStoreIndirectInstruction.java add indirect loads and stores to address visitor; add type information to indirect operations 2009-06-03 18:23:26 +00:00
IStoreInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
ITypeTestInstruction.java generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
IUnaryOpInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
IndirectionData.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
InstanceofInstruction.java generalize checkcast to take multiple types, with the intended semantics being an object must be one or more of those types 2010-04-28 19:32:20 +00:00
Instruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
InvokeInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
LoadInstruction.java beginnings of support for handling indirect references (e.g. access via pointers) to the SSA values in the IR. Currently, pushed through Shrike but with only the beginnings in core. Also, not yet integrated with the way lexical scoping works in CAst, which ought to be fixed 2009-05-20 18:59:53 +00:00
MethodData.java move around some utility methods 2010-04-24 18:12:17 +00:00
MethodEditor.java fix broken CAst builds. 2009-05-07 13:51:24 +00:00
MonitorInstruction.java changes to make the ShrikeBT instructions less tied to the details of Java bytecode 2009-02-19 15:55:50 +00:00
NewInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
PopInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
PutInstruction.java bug fix: isPEI() should return false for static field accesses 2009-03-19 15:15:31 +00:00
ReturnInstruction.java changes to make the ShrikeBT instructions less tied to the details of Java bytecode 2009-02-19 15:55:50 +00:00
ShiftInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
StoreInstruction.java further Shrike refactoring to generalize instructions 2009-03-11 13:33:00 +00:00
SwapInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
SwitchInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
ThrowInstruction.java format source code. no semantic change. 2009-05-07 14:01:17 +00:00
UnaryOpInstruction.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
Util.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00