quakeforge/tools/qfcc/include
Bill Currie e866619de6 Output basic block flow diagrams to files.
The output can be controlled via --block-dot (not yet documented). The
files a named <sourcefile>.<function>.<stage>.dot. Currently, stage will be
one of "initial" (after expression to statement conversion), "thread"
(after jump threading), "dead" (after dead block removal), "final" (final
state before actual code emission).
2012-05-04 09:45:51 +09:00
..
class.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
codespace.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cpp.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
debug.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
def.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
defspace.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
diagnostic.h Add a non-error diagnostic that can't be silenced. 2012-05-03 13:24:24 +09:00
emit.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
expr.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
function.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
grab.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
idstuff.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
linker.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
Makefile.am Fix constant value type handling. 2011-03-22 12:24:39 +09:00
method.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
obj_file.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
obj_type.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
opcodes.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
options.h Output basic block flow diagrams to files. 2012-05-04 09:45:51 +09:00
qfcc.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
qfprogs.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
reloc.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
statements.h Output basic block flow diagrams to files. 2012-05-04 09:45:51 +09:00
strpool.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
struct.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
switch.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
symtab.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
type.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
value.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00