1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
Go to file
Chris Lattner 226c503f31 Stop representing scalars as explicit nodes in the graph. Now the only
nodes in the graph are memory objects, which is very nice.  This also greatly
reduces the size and memory footprint for DSGraphs.  For example, the local
DSGraph for llu went from 65 to 13 nodes with this change.  As a side bonus,
dot seems to lay out the graphs slightly better too.  :)

llvm-svn: 4488
2002-11-02 00:13:20 +00:00
docs Fix spelling of `propagate'. 2002-10-29 23:06:16 +00:00
include * Eliminate Scalar node type (renumber other node types) 2002-11-02 00:11:12 +00:00
lib Stop representing scalars as explicit nodes in the graph. Now the only 2002-11-02 00:13:20 +00:00
runtime Pass renamed 2002-07-30 00:53:26 +00:00
support Fix burg build problem. 2002-11-01 03:16:45 +00:00
test Add a testcase cee should eventually pass 2002-11-01 17:29:35 +00:00
tools Reassociate now works 2002-10-31 17:13:11 +00:00
utils Do not print "NEW FILES AND DIRECTORIES" unless requested separately 2002-10-31 15:32:24 +00:00
Makefile Build burg tree 2002-09-17 23:23:52 +00:00
Makefile.common Don't link tools with -g objects! 2002-10-29 15:15:22 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Allow LLC to be executed on Linux; only the LLC output should not be executed. 2002-09-23 14:24:19 +00:00
Makefile.rules Don't link tools with -g objects! 2002-10-29 15:15:22 +00:00
Makefile.SunOS Switch over to the right sparc c frontend 2002-10-10 19:28:10 +00:00