Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove notcast, it is now dead! | Chris Lattner | 2009-10-13 | 1 | -16/+0 |
| | | | | llvm-svn: 83938 | ||||
* | Make it handle plain old cast too, for old assembly. | Reid Spencer | 2006-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 31702 | ||||
* | Handle ptrtoint and inttoptr | Reid Spencer | 2006-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 31701 | ||||
* | Instruction name changes. | Reid Spencer | 2006-11-11 | 1 | -1/+1 |
| | | | | llvm-svn: 31663 | ||||
* | Okay, need a pattern before and after the cast pattern. | Reid Spencer | 2006-11-04 | 1 | -2/+3 |
| | | | | llvm-svn: 31443 | ||||
* | Allow the regular expression to be extended by a parameter. | Reid Spencer | 2006-11-04 | 1 | -2/+5 |
| | | | | llvm-svn: 31442 | ||||
* | For PR950: | Reid Spencer | 2006-11-04 | 1 | -0/+12 |
A little script to return 1 if it encounters any of the cast instructions on the stdin. llvm-svn: 31441 |