summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/llvm2cpp.ll
Commit message (Collapse)AuthorAgeFilesLines
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-101-756/+0
| | | | | | supported. llvm-svn: 53427
* Update testAnton Korobeynikov2008-04-251-1/+1
| | | | llvm-svn: 50272
* no need to keep around this output.Chris Lattner2008-03-121-1/+1
| | | | llvm-svn: 48285
* llvm/test programs should not be execution programs. This Chris Lattner2007-10-231-4/+1
| | | | | | will hopefully fix Gabor's Sparc problem. llvm-svn: 43251
* This is the patch to provide clean intrinsic function overloading support in ↵Chandler Carruth2007-08-041-54/+18
| | | | | | | | LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported. llvm-svn: 40807
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-231-1/+1
| | | | | | | | | | | that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. llvm-svn: 40437
* remove libbzip2 from this. This should use llvm-config or something.Chris Lattner2007-05-061-1/+1
| | | | llvm-svn: 36879
* Fix a missing -f caught by the new llvm.exp script.Reid Spencer2007-04-141-1/+1
| | | | llvm-svn: 35987
* Use the new %link variable to make this test portable.Reid Spencer2007-04-111-1/+1
| | | | llvm-svn: 35921
* Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer2007-04-111-0/+795
bit rot in llvm2cpp and also tests the LLVM C++ IR in ways that llvm-as doesn't. llvm-svn: 35917
OpenPOWER on IntegriCloud