quakeforge/tools/qfcc
Bill Currie 5d349efe78 [qfcc] Delay conversion of nil in assignments
It's not possible to take the address of constants (at this stage) and
trying to use a move instruction with .zero as source would result in
the VM complaining about null pointer access when bounds checking is on.
Thus, don't convert a nil source expression until it is known to be
safe, and use memset when it is not.
2020-03-11 22:57:48 +09:00
..
doc [qfcc] Add option to promote of float through ... 2020-03-08 19:13:57 +09:00
include [qfcc] Delay conversion of nil in assignments 2020-03-11 22:57:48 +09:00
source [qfcc] Delay conversion of nil in assignments 2020-03-11 22:57:48 +09:00
test [qfcc] Tweak ivar test to check old bug 2020-03-11 20:55:21 +09:00
AUTHORS
bootstrap
configure.in Replace system defines/includes with qfcc's 2020-02-19 02:35:09 +09:00
Makefile.am Add a test harness for qfcc. 2012-11-22 21:59:01 +09:00
TODO Throw away function parameter type alias info 2020-02-26 17:46:53 +09:00