Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -1/+1 |
| | | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 3 | -3/+3 |
| | | | | llvm-svn: 79992 | ||||
* | Use separate ValueList for metadata. | Devang Patel | 2009-08-04 | 2 | -0/+93 |
| | | | | | | This fixes PR4666. llvm-svn: 78056 | ||||
* | Revert recent bitcode writer patches. | Devang Patel | 2009-08-04 | 1 | -5/+0 |
| | | | | llvm-svn: 78053 | ||||
* | Constants and Metadata share ValueList. This means they must be emitted ↵ | Devang Patel | 2009-08-04 | 1 | -0/+5 |
| | | | | | | interleaved (using appropriate BLOCK_IDs) otherwise ValuePtrs index gets out of sync. llvm-svn: 78033 | ||||
* | Don't remove aggregate-typed module level constants before encoding functions | Nick Lewycky | 2009-06-12 | 1 | -0/+12 |
| | | | | | | since functions may contain aggregate constants too. llvm-svn: 73220 | ||||
* | fix a bitcode reader bug where it can't handle extractelement correctly: | Chris Lattner | 2009-02-03 | 1 | -0/+8 |
| | | | | | | the index of the value being extracted is always an i32. This fixes PR3465 llvm-svn: 63597 | ||||
* | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 2 | -0/+3 |
| | | | | llvm-svn: 51533 | ||||
* | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and ↵ | Evan Cheng | 2008-05-24 | 6 | -0/+7 |
| | | | | | | x86.sse2.unpckl.pd intrinsics. These will be lowered into shuffles. llvm-svn: 51531 | ||||
* | Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. | Evan Cheng | 2008-05-24 | 2 | -0/+2 |
| | | | | llvm-svn: 51523 | ||||
* | Eliminate questionable syntax for stdin redirection. This probably also ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | speeds things up a bit. llvm-svn: 51357 | ||||
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | llvm-svn: 51349 | ||||
* | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328 | ||||
* | fix this test. | Chris Lattner | 2008-02-17 | 1 | -1/+1 |
| | | | | llvm-svn: 47232 | ||||
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 2 | -17/+21 |
| | | | | llvm-svn: 47230 | ||||
* | Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure | Evan Cheng | 2007-12-17 | 2 | -0/+2 |
| | | | | | | it's auto-upgraded to a shufflevector instruction. llvm-svn: 45131 | ||||
* | This is the patch to provide clean intrinsic function overloading support in ↵ | Chandler Carruth | 2007-08-04 | 2 | -0/+10 |
| | | | | | | | | 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 | ||||
* | Moving regression test to reflect move in source and headers to Bitcode. | Chandler Carruth | 2007-07-25 | 3 | -0/+30 |
llvm-svn: 40488 |