quakeforge/tools/qfcc
Bill Currie 5291cfb03d [qfcc] Keep track of reachable dag nodes
In order to correctly handle swap-style code

    { t = a; a = b; b = t; }

edges need to be created for each of the assignments moving an
identifier lable, but the dag must remain acyclic (the above example
wants to create a cycle). Having the reachable nodes recorded makes
checking for potential loops a quick operation.
2021-06-29 09:41:03 +09:00
..
doc [qfcc] Fix a typo in the man page 2021-02-09 15:02:22 +09:00
include [qfcc] Keep track of reachable dag nodes 2021-06-29 09:41:03 +09:00
source [qfcc] Keep track of reachable dag nodes 2021-06-29 09:41:03 +09:00
test Merge master into csqc-improvements 2021-03-25 22:01:31 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
TODO Throw away function parameter type alias info 2020-02-26 17:46:53 +09:00