quakeforge/tools/qfcc/source
Bill Currie eeec89e6ba don't put function args in temps when not needed. still need to take care
of the return value, but that can possibly be taken care of in an optimiser
pass.
2001-08-24 05:40:48 +00:00
..
.gitignore getting closer. soon timie to start putting real code in there 2001-06-12 21:06:28 +00:00
.indent.pro QFCC -- the QuakeForge Code Compiler -- an autoconfiscated qcc. 2001-02-24 06:58:54 +00:00
cmdlib.c rename filelength to FileLength to avoid a name clash in windows 2001-06-16 04:27:22 +00:00
debug.c helps if I remember this :/ 2001-07-14 01:16:07 +00:00
emit.c fix a buffer overflow in new_label_expr 2001-08-22 21:55:01 +00:00
expr.c don't put function args in temps when not needed. still need to take care 2001-08-24 05:40:48 +00:00
Makefile.am good bye, old parser 2001-08-10 18:35:55 +00:00
pr_comp.c good bye, old parser 2001-08-10 18:35:55 +00:00
pr_def.c fix a buffer overflow in new_label_expr 2001-08-22 21:55:01 +00:00
pr_imm.c good bye, old parser 2001-08-10 18:35:55 +00:00
pr_lex.c move a var 2001-08-10 18:42:13 +00:00
pr_opcode.c extend the hash api to more easily support general cases 2001-08-16 02:51:53 +00:00
qc-lex.l remove a debug print 2001-08-21 17:22:55 +00:00
qc-parse.y implement pre and post increment operators (++ and --) 2001-08-20 06:22:28 +00:00
qfcc.c report the name of the function using the most locals 2001-08-21 18:23:21 +00:00