jak-project/decompiler/Function
water111 b56025412b
Recognize auto-generated inspect methods and create deftypes from them (#95)
- Recognize new type definitions/parents/type flags in the decompiler
- Analyze autogenerated inspect methods and dump guesses at fields to a file
- Utility functions for accessing static data by label
- Better ordering in the decompiler to go through functions in the order they appeared in the source
- Added a decent number of types to `all-types.gc` based on the new field analyzer
- Correct a few `int`/`integer` mistakes in `gcommon.gc` (this should really be a warning)
- Correct a few type issues in `gcommon` and `gkernel-h`
- Option in the decompiler to be strict about `define-extern` redefining a type of a symbol
- Add a test to check consistency in types between `all-types.gc` (used by decompiler) and `goal_src` (used by the compiler)
2020-10-24 22:51:40 -04:00
..
BasicBlocks.cpp add decompiler 2020-08-22 23:30:17 -04:00
BasicBlocks.h Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
CfgVtx.cpp Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
CfgVtx.h Partially Implement Decompiler Type Analysis (#90) 2020-10-18 15:44:19 -04:00
Function.cpp Recognize auto-generated inspect methods and create deftypes from them (#95) 2020-10-24 22:51:40 -04:00
Function.h Recognize auto-generated inspect methods and create deftypes from them (#95) 2020-10-24 22:51:40 -04:00
TypeAnalysis.cpp Make decompiler naming consistent (#94) 2020-10-24 14:27:50 -04:00
TypeInspector.cpp Recognize auto-generated inspect methods and create deftypes from them (#95) 2020-10-24 22:51:40 -04:00
TypeInspector.h Recognize auto-generated inspect methods and create deftypes from them (#95) 2020-10-24 22:51:40 -04:00