summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/struct_args_large.ll
Commit message (Collapse)AuthorAgeFilesLines
* The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:Benjamin Kramer2016-02-041-1/+1
| | | | | | | | Fix the lit bug that enabled this "feature" (empty triple is substring of all possible target triples) and change the two outliers to use the documented * syntax. llvm-svn: 259799
* [Hexagon] Reapply r231699. Remove assumption that second operand is an ↵Colin LeMahieu2015-03-091-1/+2
| | | | | | immediate when checking if A2_tfrsi is combinable. llvm-svn: 231710
* [Hexagon] Reverting r231699Colin LeMahieu2015-03-091-2/+1
| | | | llvm-svn: 231703
* [Hexagon] Updating constant set to simpler versions.Colin LeMahieu2015-03-091-1/+2
| | | | llvm-svn: 231699
* [Hexagon] Adding post-increment register form stores and register-immediate ↵Colin LeMahieu2014-12-291-1/+1
| | | | | | form stores with tests. llvm-svn: 224952
* Enable all Hexagon tests.Sirish Pande2012-05-151-4/+3
| | | | llvm-svn: 156824
* Disable Hexagon test temporarily.Sirish Pande2012-04-121-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 Kramer2011-12-161-2/+1
| | | | | | Reenable the tests. llvm-svn: 146750
* Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum2011-12-131-1/+2
| | | | llvm-svn: 146455
* Hexagon backend supportTony Linthicum2011-12-121-0/+16
llvm-svn: 146412
OpenPOWER on IntegriCloud