llvm-6502/lib/Transforms
Owen Anderson b77c457cc8 Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate
as the current DSE, but it only a linear scan over each block, rather than quadratic.  Eventually
(once it has been improved somewhat), this will replace the current DSE.

NOTE: This has not yet been extensively tested.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38517 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-11 00:46:18 +00:00
..
Hello Fix typo in comment. 2007-05-06 13:37:16 +00:00
Instrumentation Fix typo in comment. 2007-05-06 13:37:16 +00:00
IPO fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions 2007-06-25 21:50:09 +00:00
Scalar Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate 2007-07-11 00:46:18 +00:00
Utils During module cloning copy aliases too. This fixes PR1544 2007-07-10 19:07:35 +00:00
Makefile Build Hello by default so it can be used in test cases. 2007-04-11 21:03:37 +00:00