]> git.xonotic.org Git - xonotic/xonotic.git/history - misc/tools/progs-analyzer.pl
better errors
[xonotic/xonotic.git] / misc / tools / progs-analyzer.pl
2012-05-02 Rudolf Polzerbetter errors
2012-05-02 Rudolf PolzerIMMEDIATE: Ceci n'est pas un nom.
2012-05-02 Rudolf Polzerbetter detect extra parm globals
2012-05-02 Rudolf Polzerbetter mark warnings
2012-05-02 Rudolf Polzerprint warning with instruction
2012-05-02 Rudolf Polzerwork around QCC STORE_V bug
2012-05-02 Rudolf Polzerdetect temps used by only one function
2012-05-02 Rudolf Polzerdetect function-unique temps
2012-05-02 Rudolf Polzerbetter analyze variable types
2012-05-02 Rudolf PolzerMerge branch 'master' of http://nl.git.xonotic.org...
2012-05-02 Rudolf Polzerbetter detect global types
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