Chris Lattner 5f07a8b312 - Eliminate provably non-pointer nodes from graphs.
This helps a lot of testcases, for example:
            New Time  New #Nodes     Old Time    Old #Nodes
254.gap:    91.1024     21605        91.1397     22657
povray31:    2.7807      8613         3.0152     10338
255.vortex:  1.2034      8153         1.2172     8822
moria:        .6756      3150          .7054     3877
300.twolf:    .1652      2010          .1851     3270

Typically, testcases which use long and ulong integers a lot get better, f.e. povray above.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5566 91177308-0d34-0410-b5e6-96231b3b80d8
2003-02-14 06:28:00 +00:00
2003-02-14 04:22:13 +00:00
2003-02-11 23:12:23 +00:00
2003-02-14 03:02:16 +00:00
2003-02-12 18:45:08 +00:00
2003-02-02 17:02:20 +00:00
2003-02-13 16:56:30 +00:00
2003-01-31 19:00:26 +00:00
2003-02-13 16:56:30 +00:00
2003-01-31 19:00:26 +00:00
Description
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
473 MiB
Languages
LLVM 46.9%
C++ 42.5%
Assembly 8.9%
C 0.6%
Python 0.4%
Other 0.5%