quakeforge/tools/qfcc/source
Bill Currie 094c9c5cdb make derefencing a pointer without an offset more efficient 2003-05-13 19:49:23 +00:00
..
.gitignore ? tools/qfcc/source/qfodump 2002-07-19 14:13:37 +00:00
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
Makefile.am macro-ize --with-{clients,servers} and implement --with-tools using the new 2002-09-17 22:19:14 +00:00
class.c don't bother checking access restrictions in class_ivar_expr as 2003-05-13 01:30:01 +00:00
cpp.c don't create temp files when only preprocessing 2003-03-24 17:40:27 +00:00
debug.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
def.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
emit.c use the correct type when taking the address of a pointer derefernece 2003-05-13 19:42:14 +00:00
expr.c make derefencing a pointer without an offset more efficient 2003-05-13 19:49:23 +00:00
function.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
idstuff.c general revamp so params and the return value use proper defs rather than 2003-04-22 15:29:32 +00:00
immediate.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
linker.c more inline avoidance 2003-05-07 15:00:17 +00:00
method.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
obj_file.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
opcodes.c general revamp so params and the return value use proper defs rather than 2003-04-22 15:29:32 +00:00
options.c convert \ to / in paths in windows 2003-02-24 21:51:08 +00:00
qc-lex.l get the fix right 2003-04-17 00:25:55 +00:00
qc-parse.y allow casting between function types 2003-03-10 21:23:05 +00:00
qfcc.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
qfodump.c speed up qfo writing by about 12.5:1 (for large object files, anyway) by 2003-02-23 23:43:43 +00:00
reloc.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
strpool.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
struct.c add a "nosave" flag to defs making it easier to make defs that don't get 2003-04-25 17:00:22 +00:00
switch.c d'oh, forgot about "default" 2003-02-28 05:18:49 +00:00
type.c can now handle > vector sized parameters 2003-04-22 20:11:16 +00:00