Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [opaque pointer type] Add textual IR support for explicit type parameter to ↵ | David Blaikie | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | load instruction Essentially the same as the GEP change in r230786. A similar migration script can be used to update test cases, though a few more test case improvements/changes were required this time around: (r229269-r229278) import fileinput import sys import re pat = re.compile(r"((?:=|:|^)\s*load (?:atomic )?(?:volatile )?(.*?))(| addrspace\(\d+\) *)\*($| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$)") for line in sys.stdin: sys.stdout.write(re.sub(pat, r"\1, \2\3*\4", line)) Reviewers: rafael, dexonsmith, grosser Differential Revision: http://reviews.llvm.org/D7649 llvm-svn: 230794 | ||||
* | Fix for CHECK-NOT misspelling. | David Blaikie | 2012-05-24 | 1 | -1/+1 |
| | | | | | | Patch by Nicklas Bo Jensen. llvm-svn: 157421 | ||||
* | FileCheckize a couple of tests. | Jakob Stoklund Olesen | 2011-06-28 | 1 | -6/+21 |
| | | | | | | | Also and add a test for popping dead return values and avoid testing the spill precision. llvm-svn: 133997 | ||||
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 1 | -2/+1 |
| | | | | llvm-svn: 81545 | ||||
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -2/+2 |
| | | | | llvm-svn: 41097 | ||||
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
| | | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142 | ||||
* | Wrap long line. | Reid Spencer | 2007-04-16 | 1 | -1/+2 |
| | | | | llvm-svn: 36128 | ||||
* | For PR1336: | Reid Spencer | 2007-04-15 | 1 | -3/+3 |
| | | | | | | XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093 | ||||
* | verify that double is returned in XMM0 if the function is fastcc. | Chris Lattner | 2007-02-25 | 1 | -3/+16 |
| | | | | llvm-svn: 34591 | ||||
* | new testcase | Chris Lattner | 2007-02-25 | 1 | -0/+12 |
llvm-svn: 34583 |