summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-mips.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Check that features required by built-ins are enabledSimon Atanasyan2019-11-291-1/+2
| | | | | | | | | | | | Now Clang does not check that features required by built-in functions are enabled. That causes errors in the backend reported in PR44018. This patch fixes this bug by checking that required features are enabled. This should fix PR44018. Differential Revision: https://reviews.llvm.org/D70808
* Implement __builtin_eh_return_data_regno() for ARM and MIPS.Logan Chien2013-02-231-0/+7
| | | | llvm-svn: 175954
* Support MIPS DSP Rev2 intrinsics.Simon Atanasyan2012-08-271-0/+210
| | | | | | The patch reviewed by Akira Hatanaka. llvm-svn: 162669
* Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan2012-08-061-2/+98
| | | | | | The patch reviewed by Akira Hatanaka. llvm-svn: 161333
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
| | | | | | | | Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949
* Support MIPS DSP Rev1 intrinsics. Simon Atanasyan2012-06-281-0/+227
This patch was reviewed in the llvm-commits list by Jim Grosbach. llvm-svn: 159366
OpenPOWER on IntegriCloud