Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Remove support for V4 | Krzysztof Parzyszek | 2018-10-19 | 1 | -15/+17 |
| | | | | llvm-svn: 344791 | ||||
* | [opaque pointer type] Add textual IR support for explicit type parameter to ↵ | David Blaikie | 2015-02-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Enable all Hexagon tests. | Sirish Pande | 2012-05-15 | 1 | -2/+1 |
| | | | | llvm-svn: 156824 | ||||
* | Disable Hexagon test temporarily. | Sirish Pande | 2012-04-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | There is an assert at line 558 in ScheduleDAGInstrs::buildSchedGraph(AliasAnalysis *AA). This assert needs to addressed for post RA scheduler. Until that assert is addressed, any passes that uses post ra scheduler will fail. So, I am temporarily disabling the hexagon tests until that fix is in. The assert is as follows: assert(!MI->isTerminator() && !MI->isLabel() && "Cannot schedule terminators or labels!"); llvm-svn: 154617 | ||||
* | Hexagon: Fix a nasty order-of-initialization bug. | Benjamin Kramer | 2011-12-16 | 1 | -2/+1 |
| | | | | | | Reenable the tests. llvm-svn: 146750 | ||||
* | Temporarily disable Hexagon tests. They are failing on OS X | Tony Linthicum | 2011-12-13 | 1 | -1/+2 |
| | | | | llvm-svn: 146455 | ||||
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+19 |
llvm-svn: 146412 |