Chris Lattner
|
39d7d981ed
|
Make build work in release mode
llvm-svn: 2113
|
2002-04-04 19:35:24 +00:00 |
|
Chris Lattner
|
c481e92886
|
Rename Method to Function
llvm-svn: 1957
|
2002-03-23 22:51:58 +00:00 |
|
Chris Lattner
|
240209eb5b
|
Make an assertion provide a more helpful error message
llvm-svn: 1883
|
2002-03-17 21:16:01 +00:00 |
|
Chris Lattner
|
a10c21a9d0
|
Add more debug output
llvm-svn: 1627
|
2002-02-01 04:53:36 +00:00 |
|
Chris Lattner
|
71e41586ae
|
* Make debugging output nicer
* Implement pass memory freeing after the pass is unused
* Expose PassManager typedef in Pass.h instead of PassManager.h
llvm-svn: 1617
|
2002-01-31 18:32:27 +00:00 |
|
Chris Lattner
|
85b82a690e
|
Fix bug where we didn't initialize and finalize basic block passes
llvm-svn: 1599
|
2002-01-31 00:40:44 +00:00 |
|
Chris Lattner
|
3c0dcb01d4
|
Checkin new pass framework. This one is more useful and automatically
creates analysis results for passes that need them. MethodPass's never
have to worry about being invoked on external methods.
llvm-svn: 1594
|
2002-01-30 23:20:39 +00:00 |
|