| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
supported.
llvm-svn: 53427
|
|
|
|
| |
llvm-svn: 50272
|
|
|
|
| |
llvm-svn: 48285
|
|
|
|
|
|
| |
will hopefully fix Gabor's Sparc problem.
llvm-svn: 43251
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 36879
|
|
|
|
| |
llvm-svn: 35987
|
|
|
|
| |
llvm-svn: 35921
|
|
bit rot in llvm2cpp and also tests the LLVM C++ IR in ways that llvm-as
doesn't.
llvm-svn: 35917
|