sourcemod/sourcepawn/decompiler
David Anderson 5cb4acf590 Added some notion of def-use to unfold copy propagation across registers and the eval stack.
At some point we will need to walk the expr tree to fold this back where appropriate, i.e. single use for calls.
2008-09-23 22:00:47 -07:00
..
msvc9 Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
zlib Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
code_analyzer.cpp Added some notion of def-use to unfold copy propagation across registers and the eval stack. 2008-09-23 22:00:47 -07:00
code_analyzer.h Added some notion of def-use to unfold copy propagation across registers and the eval stack. 2008-09-23 22:00:47 -07:00
decompiler.cpp Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
decompiler.h Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
file_format.cpp Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
file_format.h Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
main.cpp Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
opcodes.tbl Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
platform_util.cpp Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00
platform_util.h Initial import/sketch of opcode analyzer (bug 3279). 2008-09-23 21:20:40 -07:00