summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/div.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-091-0/+9
| | | | | | | | | | | | | | | Gcc supports target armv7ve which is armv7-a with virtualization extensions. This change adds support for this in llvm for gcc compatibility. Also remove redundant FeatureHWDiv, FeatureHWDivARM for a few models as this is specified automatically by FeatureVirtualization. Patch by Manoj Gupta. Differential Revision: https://reviews.llvm.org/D29472 llvm-svn: 294661
* [ARM] Use AEABI helpers for i64 div and remScott Douglass2015-08-241-13/+58
| | | | | | Differential Revision: http://reviews.llvm.org/D12232 llvm-svn: 245830
* [ARM] support for Cortex-R4/R4FJaved Absar2015-04-091-11/+13
| | | | | | | | | Currently, llvm (backend) doesn't know cortex-r4, even though it is the default target for armv7r. Using "--target=armv7r-arm-none-eabi" provokes 'cortex-r4' is not a recognized processor for this target' by llvm. This patch adds support for cortex-r4 and, very closely related, r4f. llvm-svn: 234486
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-041-11/+12
| | | | llvm-svn: 183275
* Add LLVM support for Swift.Bob Wilson2012-09-291-1/+16
| | | | llvm-svn: 164899
* These tests are looking for library function names thatDale Johannesen2010-11-171-1/+1
| | | | | | | appear to differ on Linux. Try to make them pass on Linux. Would be good for a Linux person to review this. llvm-svn: 119572
* Report error if codegen tries to instantiate a ARM target when the cpu does ↵Evan Cheng2010-08-111-10/+0
| | | | | | support it. e.g. cortex-m* processors. llvm-svn: 110798
* fix copy/paste oops.Jim Grosbach2010-05-051-3/+3
| | | | llvm-svn: 103122
* Add tests for ARMV7M divide instruction useJim Grosbach2010-05-051-9/+19
| | | | llvm-svn: 103120
* remove unneeded underscores.Jim Grosbach2010-05-051-4/+4
| | | | llvm-svn: 103114
* Convert to filecheckJim Grosbach2010-05-051-5/+9
| | | | llvm-svn: 103113
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Remove llvm-upgrade.Tanya Lattner2008-02-171-13/+14
| | | | llvm-svn: 47238
* For PR1319:Reid Spencer2007-04-161-5/+5
| | | | | | | | 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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+29
llvm-svn: 33296
OpenPOWER on IntegriCloud