quakeforge/tools/qfcc/source
Bill Currie adeef4a4eb Copy named expressions.
Since expressions can be modified, making DAGs this early causes
corruption of the expression tree.
2011-02-10 14:43:49 +09:00
..
.indent.pro
Makefile.am Move the diagnostic functions into their own file. 2011-01-24 21:54:57 +09:00
class.c Beat __obj_exec_class into submission. 2011-02-10 00:15:19 +09:00
codespace.c Clean out some unnecessary types from the progs engine and clean up the mess. 2011-01-10 12:25:31 +09:00
constfold.c Support constant folding on enums. 2011-02-07 11:31:23 +09:00
cpp.c more vc2005 patches from phrosty 2007-04-11 22:03:36 +00:00
debug.c Fix debug line number information. 2011-02-09 09:59:43 +09:00
def.c Beat __obj_exec_class into submission. 2011-02-10 00:15:19 +09:00
defspace.c Fix a segfault when freeing locations. 2011-01-29 09:54:47 +09:00
diagnostic.c Add "debug" diagnotic printing, and use it. 2011-01-28 13:28:45 +09:00
disassemble.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
dot_expr.c Print the def name for a pointer expr when known. 2011-02-08 14:43:57 +09:00
dot_flow.c Angle brackets and html :P 2011-02-10 14:24:31 +09:00
emit.c Dump the offending expression and statement for a bad instruction. 2011-02-10 14:25:09 +09:00
expr.c Copy named expressions. 2011-02-10 14:43:49 +09:00
function.c Fix debug line number information. 2011-02-09 09:59:43 +09:00
globals.c Print data contents for most simple types. 2011-01-28 21:21:29 +09:00
grab.c Move the diagnostic functions into their own file. 2011-01-24 21:54:57 +09:00
idstuff.c Move the diagnostic functions into their own file. 2011-01-24 21:54:57 +09:00
immediate.c Handle .zero, .return and .param* properly. 2011-01-26 08:01:24 +09:00
lines.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
linker.c Move the diagnostic functions into their own file. 2011-01-24 21:54:57 +09:00
method.c Make adding a symbol to multiple tables an internal error. 2011-02-06 20:00:14 +09:00
modules.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
obj_file.c Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
obj_stub.c Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
opcodes.c Give special treatment to opcodes that have void operand types. 2011-01-27 15:44:11 +09:00
options.c Move save_string and make_string into strpool 2011-01-24 21:32:48 +09:00
qc-lex.l Fix class initialization. 2011-02-04 14:29:47 +09:00
qc-parse.y Make normal C style functions generate code. 2011-02-09 10:25:23 +09:00
qfcc.c Write out the far data space as well as the near. 2011-02-09 21:45:29 +09:00
qfpreqcc Make qfpreqcc a little noisier when qfcc can't be run. 2010-01-16 02:05:05 +00:00
qfprogs.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
qp-lex.l Add "return" to pascal. 2011-01-30 22:16:59 +09:00
qp-parse.y Add "return" to pascal. 2011-01-30 22:16:59 +09:00
reloc.c Save the caller's address when creating new relocations. 2011-02-09 17:16:49 +09:00
statements.c Use the correct type when deferencing an offset pointer. 2011-02-10 14:26:12 +09:00
strings.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
strpool.c Move the diagnostic functions into their own file. 2011-01-24 21:54:57 +09:00
struct.c Use the correct type object in emit_struct(). 2011-02-09 17:15:29 +09:00
stub.c Simplify def handling, use far data. 2011-01-24 15:41:43 +09:00
switch.c Bring back convert_name(), but siimplified. 2011-02-06 14:29:14 +09:00
symtab.c Make adding a symbol to multiple tables an internal error. 2011-02-06 20:00:14 +09:00
type.c Beat __obj_exec_class into submission. 2011-02-10 00:15:19 +09:00