quakeforge/tools/qfcc/include
Bill Currie afc5b2827d Simplify def handling, use far data.
Since there is now a proper symbol table, defs are now just references to
memory locations and the symbol table takes care of duplicates.

Also, start using far data for ObjQC structures.

The qfo functions have been stubbed out until I figure out what to do with
object files in the new scheme.
2011-01-24 15:41:43 +09:00
..
class.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
codespace.h Avoid namespace issues with dstatements. 2011-01-19 11:35:34 +09:00
cpp.h fix a bunch of bugs with single-cpp processing when not keeping temps 2006-08-20 06:20:30 +00:00
debug.h Break out the debug and string functions from qc-lex.l. 2011-01-10 12:25:30 +09:00
def.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
defspace.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
emit.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
expr.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
function.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
grab.h Break out the frame macro code from qc-lex.l 2011-01-10 12:25:31 +09:00
idstuff.h Clean out ex_def as ex_symbol replaces it. 2011-01-19 22:25:04 +09:00
immediate.h copyright block work 2002-10-22 14:53:18 +00:00
linker.h configure.ac: 2002-11-01 18:05:12 +00:00
Makefile.am Clean out some unnecessary types from the progs engine and clean up the mess. 2011-01-10 12:25:31 +09:00
method.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
obj_file.h get the grouping right 2010-08-11 23:42:14 +00:00
opcodes.h Add a "void return" instruction. 2011-01-13 00:29:56 +09:00
options.h found an uncontrollable warning 2010-02-20 12:01:49 +00:00
qfcc.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
qfprogs.h More docs. 2008-08-01 13:54:24 +00:00
reloc.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
statements.h Produce flow diagrams of the basic blocks. 2011-01-22 11:40:53 +09:00
strpool.h redo how progs strings are stored so multiple pools can exist 2002-07-05 20:02:10 +00:00
struct.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
switch.h copyright block work 2002-10-22 14:53:18 +00:00
symtab.h Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
type.h Add "is_math" type check and use for unary +/-. 2011-01-23 11:12:58 +09:00