llvm-6502/lib
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
..
Analysis - Eliminate provably non-pointer nodes from graphs. 2003-02-14 06:28:00 +00:00
AsmParser Fix bug: Assembler/2003-02-02-ConstGlobal.ll 2003-02-02 16:40:20 +00:00
Bytecode Don't keep track of # big vs #small instructions seperately 2003-01-21 20:13:49 +00:00
CodeGen Print machine frame objects with the frame offset intrinsic to the machine 2003-01-16 18:35:57 +00:00
ExecutionEngine Fix warnings on sparc 2003-01-29 18:02:02 +00:00
Linker * Fix linking of opaque types and their non-opaque versions 2003-01-30 20:53:43 +00:00
Support Make more compatible with GCC 2.96 2003-02-13 16:25:28 +00:00
Target Fixed alloca declaration problem on sun. 2003-02-12 20:45:00 +00:00
Transforms Fix a misunderstanding of the standard associative containers 2003-02-14 05:34:36 +00:00
VMCore Fix a misunderstanding of the standard associative containers 2003-02-14 05:34:36 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00