mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
3f3b501c58
With the need to handle aliasing in the optimizer, it has become apparent that having the flow data attached to symbols is not nearly as useful as having it attached to defs (which are views of the actual variables). This also involves a bit of a cleanup of operand types: op_pointer and op_alias are gone (this seems to greatly simplify the optimizer) There is a bit of a problem with enums in switch statements, but this might actually be a sign that something is not quite right in the switch code (other than enums not being recognized as ints for jump table optimization). |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
bootstrap | ||
configure.in | ||
Makefile.am | ||
TODO |