aboutsummaryrefslogtreecommitdiffstats
path: root/test/Scripts/notcast
Commit message (Collapse)AuthorAgeFilesLines
* Make it handle plain old cast too, for old assembly.Reid Spencer2006-11-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31702 91177308-0d34-0410-b5e6-96231b3b80d8
* Handle ptrtoint and inttoptrReid Spencer2006-11-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31701 91177308-0d34-0410-b5e6-96231b3b80d8
* Instruction name changes.Reid Spencer2006-11-111-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31663 91177308-0d34-0410-b5e6-96231b3b80d8
* Okay, need a pattern before and after the cast pattern.Reid Spencer2006-11-041-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31443 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow the regular expression to be extended by a parameter.Reid Spencer2006-11-041-2/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31442 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR950:Reid Spencer2006-11-041-0/+12
A little script to return 1 if it encounters any of the cast instructions on the stdin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31441 91177308-0d34-0410-b5e6-96231b3b80d8