quakeforge/tools/qfcc/source
2011-03-10 19:30:21 +09:00
..
.indent.pro
class.c Set instace_size to the correct size. 2011-03-08 22:45:34 +09:00
codespace.c
constfold.c Explicitly select between direct and indirect moves. 2011-03-09 10:30:57 +09:00
cpp.c
debug.c Remove the auxfunction manipulation from the compiler proper. 2011-03-07 13:33:02 +09:00
def.c Preserve relocs across def churning. 2011-03-09 10:52:29 +09:00
defspace.c Use the correct size when growing a data space. 2011-03-07 13:36:00 +09:00
diagnostic.c
disassemble.c
dot_expr.c Implement alias expressions (finally). 2011-03-03 11:06:10 +09:00
dot_flow.c Create and use alias operands for alias expressions. 2011-03-03 13:46:07 +09:00
dump_globals.c Dump the local defs for functions when debug info is available. 2011-03-06 21:03:12 +09:00
dump_lines.c
dump_modules.c Make module dumping a little more informative. 2011-03-08 22:43:53 +09:00
dump_strings.c
emit.c Remove the auxfunction manipulation from the compiler proper. 2011-03-07 13:33:02 +09:00
expr.c Use the correct type when generating a move expression. 2011-03-10 19:30:21 +09:00
function.c Preserve relocs across def churning. 2011-03-09 10:52:29 +09:00
grab.c
idstuff.c
immediate.c Treat void values as the largest type. 2011-03-03 14:56:21 +09:00
linker.c Fix the handling of @system defs. 2011-03-07 20:53:27 +09:00
Makefile.am
method.c
obj_file.c Resurrect the stats output. 2011-03-09 15:51:17 +09:00
obj_type.c Preserve relocs across def churning. 2011-03-09 10:52:29 +09:00
opcodes.c
options.c Optionally create *_[xyz] symbols for accessing vector components. 2011-03-07 10:21:40 +09:00
qc-lex.l Delay initialization of obj_module_t as long as possible. 2011-03-04 08:25:50 +09:00
qc-parse.y Fix storage class blocks. 2011-03-07 20:51:51 +09:00
qfcc.c Resurrect the stats output. 2011-03-09 15:51:17 +09:00
qfpreqcc
qfprogs.c Update reloc_names. 2011-03-06 15:33:10 +09:00
qp-lex.l
qp-parse.y
reloc.c
statements.c Dereference moves need movepi rather than movei. 2011-03-10 19:29:23 +09:00
strpool.c
struct.c Simplify the tag used for anonymous structs etc. 2011-03-04 13:52:32 +09:00
stub.c
switch.c Fix case label type conversions. 2011-03-06 11:41:01 +09:00
symtab.c Preserve relocs across def churning. 2011-03-09 10:52:29 +09:00
type.c Treat entities a bit like structures in field_expr (). 2011-03-08 19:28:11 +09:00