quakeforge/tools/qfcc/source
2011-02-25 09:39:07 +09:00
..
.indent.pro
class.c Move method function defs into the far data space. 2011-02-15 15:33:18 +09:00
codespace.c
constfold.c
cpp.c
debug.c
def.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
defspace.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
diagnostic.c
disassemble.c
dot_expr.c Add the source line number to most node labels. 2011-02-14 23:10:45 +09:00
dot_flow.c Handle null string pointers. 2011-02-14 23:10:45 +09:00
dump_globals.c Fix qfo global dumping. 2011-02-25 09:39:07 +09:00
dump_lines.c Header update for the renamed files. 2011-02-24 13:00:19 +09:00
dump_modules.c Header update for the renamed files. 2011-02-24 13:00:19 +09:00
dump_strings.c Header update for the renamed files. 2011-02-24 13:00:19 +09:00
emit.c Allow defs to specify use of offset relocations. 2011-02-15 22:55:15 +09:00
expr.c Allow nil to be assigned to field variables. 2011-02-22 09:19:01 +09:00
function.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
grab.c
idstuff.c Clean up some fixmes. 2011-02-24 14:08:42 +09:00
immediate.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
linker.c Update the header. 2011-02-24 15:24:35 +09:00
Makefile.am Rename some files that have been bugging me. 2011-02-24 12:59:18 +09:00
method.c Method lists are made of methods, not integers :P 2011-02-15 22:26:44 +09:00
obj_file.c Add a field for loose relocation records. 2011-02-24 15:21:06 +09:00
obj_type.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
opcodes.c
options.c
qc-lex.l Add a class type to symbols and rework the CLASS_NAME handling. 2011-02-13 16:05:09 +09:00
qc-parse.y Fix field def allocation for function fields. 2011-02-22 12:07:31 +09:00
qfcc.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
qfpreqcc
qfprogs.c Fix qfo global dumping. 2011-02-25 09:39:07 +09:00
qp-lex.l
qp-parse.y Move method function defs into the far data space. 2011-02-15 15:33:18 +09:00
reloc.c Make relocation records store the space of the relocation. 2011-02-12 22:34:38 +09:00
statements.c Fix the return symbol extraction when appending a return statement. 2011-02-22 09:20:52 +09:00
strpool.c Begin work on rewriting obj_file.c for the new format. 2011-02-22 15:42:49 +09:00
struct.c Correct an error message and tidy some code. 2011-02-15 22:25:40 +09:00
stub.c Rename new_defspace() and defspace_new_loc(). 2011-02-24 13:07:36 +09:00
switch.c Make relocation records store the space of the relocation. 2011-02-12 22:34:38 +09:00
symtab.c Allow zero size arrays to match sized arrays of the same type. 2011-02-15 12:08:03 +09:00
type.c Clean up some fixmes. 2011-02-24 14:08:42 +09:00