mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
aaeee75af8
Also, we now use a separate globals graph to hold externally visible nodes. This changes both the bottom-up and top-down propagation so that globals and other external objects do not have to appear in every function, but only in functions in which they are referenced or they can be used to access something else that is referenced. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3171 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
BottomUpClosure.cpp | ||
DataStructure.cpp | ||
Local.cpp | ||
Makefile | ||
Printer.cpp | ||
TopDownClosure.cpp |