Go to file
Tim Northover f86d1f0b77 ARM: allow cortex-m0 to use hint instructions
The hint instructions ("nop", "yield", etc) are mostly Thumb2-only, but have
been ported across to the v6M architecture. Fortunately, v6M seems to sit
nicely between v6 (thumb-1 only) and v6T2, so we can add a feature for it
fairly easily.

rdar://problem/15144406

llvm-svn: 192097
2013-10-07 11:10:47 +00:00
clang Sema::tryCaptureVariable(): Prune three unused variables, HasBlocksAttr, IsBlock, and IsLambda. [-Wunused-variable] 2013-10-07 09:32:50 +00:00
clang-tools-extra clang-modernize: Fix clang-apply-replacements invocation bug 2013-10-05 13:31:31 +00:00
compiler-rt [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers 2013-10-04 13:38:35 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Marked issue 2284 as complete 2013-10-07 03:26:42 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][Darwin] Fix unused field warning. 2013-10-07 03:18:33 +00:00
lldb Value stored to 'pid' was never read. Found by scan-build http://buildd-clang.debian.net/scan-build/ 2013-10-06 09:51:02 +00:00
llvm ARM: allow cortex-m0 to use hint instructions 2013-10-07 11:10:47 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly do not compute isl_map_dim in the loop 2013-10-04 17:14:53 +00:00