summaryrefslogtreecommitdiffstats
path: root/llvm/test/Integer/BitCast.ll
Commit message (Collapse)AuthorAgeFilesLines
* stop accepting begin/end around function bodies in the .ll parser, this ↵Chris Lattner2011-06-171-26/+0
| | | | | | isn't pascal anymore. llvm-svn: 133244
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-2/+2
| | | | | | representable to use hex format. llvm-svn: 41722
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* For PR761:Reid Spencer2007-01-261-3/+2
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* New test cases for bit accurate integers developed by Guoling Han.Reid Spencer2007-01-161-0/+28
llvm-svn: 33259
OpenPOWER on IntegriCloud