summaryrefslogtreecommitdiff
path: root/test/Feature/testconstants.ll
Commit message (Collapse)AuthorAge
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47784 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some tests for negative constants to unsigned and large positiveReid Spencer2006-12-20
| | | | | | | constants to signed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32717 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17568 91177308-0d34-0410-b5e6-96231b3b80d8
* - Cleaned up all of the test/Feature tests to not use uint's withChris Lattner2002-10-06
| | | | | | | getelementptr instructions and not to add pointers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4049 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove spaces from function namesChris Lattner2002-05-22
| | | | | | | While I was at it, I converted functions to new style % name git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2725 91177308-0d34-0410-b5e6-96231b3b80d8
* Update LLVM tests to use new pointer indexing, and remove unsized array test ↵Chris Lattner2001-12-14
| | | | | | support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1474 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test for the new null keywordChris Lattner2001-09-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@669 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix testcases to handle new syntax for construction and initializeationChris Lattner2001-09-18
Test constants git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@600 91177308-0d34-0410-b5e6-96231b3b80d8