]> git.xonotic.org Git - xonotic/xonotic.git/history - misc/tools/progs-analyzer.pl
stuff
[xonotic/xonotic.git] / misc / tools / progs-analyzer.pl
2012-04-30 Rudolf Polzerstuff
2012-04-30 Rudolf Polzerfix two typos
2012-04-30 Rudolf Polzerfix the "error" handlign
2012-04-30 Rudolf Polzeronly WARN about invalid opcodes, and guess their signature
2012-04-30 Rudolf Polzerfix the last analyzing step
2012-04-30 Rudolf Polzerkeep the state hash simpler
2012-04-30 Rudolf Polzerbetter detect unused locals
2012-04-29 Rudolf Polzerstart of future support to detect unused temps
2012-04-26 Rudolf Polzernicer syntax
2012-04-26 Rudolf Polzerspeedup state checking for complex functions
2012-04-26 Rudolf Polzerfix detection of error()
2012-04-26 Rudolf Polzershow constant values in disassembly; make the function...
2012-04-26 Rudolf Polzerfix parameter handling
2012-04-26 Rudolf Polzermore watching
2012-04-26 Rudolf Polzermore cleanup
2012-04-26 Rudolf Polzercode cleanup
2012-04-25 Rudolf Polzeradd a static analyzer, gets more features later