summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/compatibility-3.6.ll.bc
Commit message (Collapse)AuthorAgeFilesLines
* [IR] Limit bits used for CallingConv::ID, update testsVedant Kumar2015-10-271-0/+0
| | | | | | | | | | | | Use 10 bits to represent calling convention ID's instead of 13, and update the bitcode compatibility tests accordingly. We now error-out in the bitcode reader when we see bad calling conv ID's. Thanks to rnk and dexonsmith for feedback! Differential Revision: http://reviews.llvm.org/D13826 llvm-svn: 251452
* [compatibility.ll] Cover explicitly named comdats.Sean Silva2015-08-061-0/+0
| | | | | | Patch by Vedant Kumar! <vsk@apple.com> llvm-svn: 244284
* IR: Add a broad bitcode compatibility testDuncan P. N. Exon Smith2015-07-311-0/+0
Successive versions of LLVM should retain the ability to parse bitcode generated by old releases of the compiler. This adds a bitcode format compatibility test, which is intended to provide good (albeit not entirely exhaustive) coverage of the current LangRef. This also includes compatibility tests for LLVM 3.6. After every 3.X.0 release, the compatibility.ll file from the 3.X branch should be copied to compatibility-3.X.ll on trunk, and the 3.X.0 release used to generate a corresponding bitcode file. Patch by Vedant Kumar! llvm-svn: 243779
OpenPOWER on IntegriCloud