| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Differential Revision: http://reviews.llvm.org/D12232
llvm-svn: 245830
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 183275
|
|
|
|
| |
llvm-svn: 164899
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
support it. e.g. cortex-m* processors.
llvm-svn: 110798
|
|
|
|
| |
llvm-svn: 103122
|
|
|
|
| |
llvm-svn: 103120
|
|
|
|
| |
llvm-svn: 103114
|
|
|
|
| |
llvm-svn: 103113
|
|
|
|
| |
llvm-svn: 81293
|
|
|
|
| |
llvm-svn: 47238
|
|
|
|
|
|
|
|
| |
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
|
|
llvm-svn: 33296
|