qzdoom-gpl/src/zscript
Randy Heit ec6624dfc7 Prioritize single->double conversions for FindBestProto()
- The binary form of ZCC_OpInfoType::FindBestProto() needs special
  handling for conversion from single to double precision floating point
  so that it doesn't choose an integer form over a floating point form
  when picking the best prototype.
2013-11-01 22:05:49 -05:00
..
ast.cpp Add single <-> double conversions. 2013-11-01 21:45:02 -05:00
vm.h Add degree variants of FLOP operations 2013-07-28 20:22:47 -05:00
vmbuilder.cpp Added EmitParamInt to VMFunctionBuilder 2013-07-27 22:06:14 -05:00
vmbuilder.h Added EmitParamInt to VMFunctionBuilder 2013-07-27 22:06:14 -05:00
vmdisasm.cpp Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
vmexec.cpp - Added DecoFindSingleNameState for the extremely common case of finding a state with only 2012-10-26 04:04:06 +00:00
vmexec.h Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
vmframe.cpp - Add a name to VMFunction so that the disassembly can be more informative. 2012-07-17 03:35:03 +00:00
vmops.h Add VM opcodes NOP, LANG, and SANG 2013-08-23 21:46:40 -05:00
zcc-parse.lemon Accept only one identifier for class names. 2013-10-29 22:05:09 -05:00
zcc_compile.cpp Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00
zcc_compile.h Interpret function calls to type refs as type casts 2013-10-30 20:53:02 -05:00
zcc_errors.h Interpret function calls to type refs as type casts 2013-10-30 20:53:02 -05:00
zcc_expr.cpp Prioritize single->double conversions for FindBestProto() 2013-11-01 22:05:49 -05:00
zcc_exprlist.h Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00
zcc_parser.cpp Add a constructor to PSymbolTable that takes a parent table as input 2013-10-29 22:05:56 -05:00
zcc_parser.h Remove IsUnary() and IsBinary() 2013-11-01 21:28:00 -05:00