Go to file
Sumanth Gundapaneni 28a3b86b06 Use ".arch_extension" ARM directive to support hwdiv on krait
In case of "krait" CPU, asm printer doesn't emit any ".cpu" so the
features bits are not computed. This patch lets the asm printer
emit ".cpu cortex-a9" directive for krait and the hwdiv feature is
enabled through ".arch_extension". In short, krait is treated
as "cortex-a9" with hwdiv. We can not emit ".krait" as CPU since
it is not supported bu GNU GAS yet

llvm-svn: 230651
2015-02-26 18:08:41 +00:00
clang Patch to prevent crash when default argument expression 2015-02-26 17:59:54 +00:00
clang-tools-extra Update for clang r230512 2015-02-25 17:36:49 +00:00
compiler-rt [msan] Fix MsanTest to pass in track_origins=2 mode. 2015-02-26 15:19:33 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Add remote testing support to the lit config 2015-02-26 15:55:01 +00:00
lld [Core] Do not reclaim absolute atoms in resolver. 2015-02-26 05:39:57 +00:00
lldb Fix comments in tools/lldb-mi/MIDriver.h 2015-02-26 17:59:44 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm Use ".arch_extension" ARM directive to support hwdiv on krait 2015-02-26 18:08:41 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Update comment 2015-02-26 15:55:00 +00:00