quakeforge/tools/qfcc/source
Bill Currie 00e50c0ad3 Rewrite the v6 modulo implementation.
While trying to understand bind expressions, I discovered that the v6
modulo code was incorrect. This version is correct but uses one too many
temps. That's next.
2010-12-18 22:21:55 +09:00
..
.indent.pro
class.c Don't warn when adding a new method to an implementation. 2010-12-16 20:04:08 +09:00
constfold.c Don't let casting in constfold increment users. 2010-12-12 15:37:26 +09:00
cpp.c
debug.c
def.c
disassemble.c
emit.c
expr.c Rewrite the v6 modulo implementation. 2010-12-18 22:21:55 +09:00
function.c Check for incomplete types and better param/return size checking. 2010-11-24 17:01:17 +09:00
globals.c
idstuff.c Source formatting. 2010-11-24 17:01:18 +09:00
immediate.c
lines.c
linker.c
Makefile.am
method.c Handle method parameters that use incomplete types. 2010-11-24 17:01:18 +09:00
modules.c
obj_file.c
opcodes.c
options.c
qc-lex.l Allow explicit references to classes and categories. 2010-12-12 20:27:56 +09:00
qc-parse.y Allow explicit references to classes and categories. 2010-12-12 20:27:56 +09:00
qfcc.c Scripts now treat {}()': as single character tokens. 2010-11-28 15:31:30 +09:00
qfpreqcc
qfprogs.c
reloc.c
strings.c
strpool.c
struct.c
stub.c
switch.c
type.c