Chris Lattner
|
dea6b3cea9
|
Fix minor bug, update comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@875 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 01:49:48 +00:00 |
|
Chris Lattner
|
989305bb23
|
Pass's return true if they make a modification, not if they fail
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@872 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 01:32:17 +00:00 |
|
Chris Lattner
|
475369e255
|
Convert optimizations to use the Pass infrastructure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@871 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-18 01:31:58 +00:00 |
|
Chris Lattner
|
2db4b72017
|
ConcretePass should not be a templated class!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@838 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 17:47:13 +00:00 |
|
Chris Lattner
|
1bffea0341
|
Add new Pass infrastructure and some examples
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@836 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 17:31:51 +00:00 |
|
Chris Lattner
|
25979243fe
|
Convert to use Pass infrastructure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@834 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-15 17:30:18 +00:00 |
|
Vikram S. Adve
|
bc4ecce4a9
|
Insert code to trace values at basic block and method exits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@801 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-14 23:19:02 +00:00 |
|
Chris Lattner
|
1166b00316
|
New module linking functionality prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@789 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-10-13 16:57:49 +00:00 |
|
Chris Lattner
|
e05281537f
|
Constant pools no longer exist
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@438 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-09-07 16:29:55 +00:00 |
|
Chris Lattner
|
9152a47906
|
Eliminate DoConstantPoolMerging. ConstantPools no longer exist
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@437 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-09-07 16:29:40 +00:00 |
|
Chris Lattner
|
8ea0755f98
|
Add prototypes for ADCE pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-30 06:37:16 +00:00 |
|
Chris Lattner
|
d8d8c836e7
|
Rename DoSparseConditionalConstantProp to DoSCCP
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-30 06:37:01 +00:00 |
|
Chris Lattner
|
50d0b7ec3f
|
Split AllOpts.h into lots of little .h files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108 91177308-0d34-0410-b5e6-96231b3b80d8
|
2001-06-30 04:34:07 +00:00 |
|