llvm-6502/lib
Tim Northover 214c37d181 ARM: don't expand atomicrmw inline on Cortex-M0
There's a barrier instruction so that should still be used, but most actual
atomic operations are going to need a platform decision on the correct
behaviour (either nop if single-threaded or OS-support otherwise).

rdar://problem/15287210

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193399 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-25 09:30:24 +00:00
..
Analysis fix PR17635: false positive with packed structures 2013-10-24 09:17:24 +00:00
AsmParser Use address-taken to disambiguate global variable and indirect memops. 2013-10-23 17:28:19 +00:00
Bitcode Use address-taken to disambiguate global variable and indirect memops. 2013-10-23 17:28:19 +00:00
CodeGen LegalizeDAG: allow libcalls for max/min atomic operations 2013-10-25 09:30:20 +00:00
DebugInfo Correct log message typo: ended ad -> ended at 2013-10-18 13:01:33 +00:00
ExecutionEngine Replaced non-ASCII character. 2013-10-24 10:04:47 +00:00
IR llvm-cov dump to dbgs() instead of outs(). 2013-10-25 02:22:24 +00:00
IRReader
Linker Add a 'deleteModule' method to the Linker class. 2013-10-16 08:59:57 +00:00
LTO Add a 'deleteModule' method to the Linker class. 2013-10-16 08:59:57 +00:00
MC MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRawTextImpl, to avoid string literal ambiguities 2013-10-24 22:43:10 +00:00
Object Support for microMIPS relocations 1. 2013-10-23 16:14:44 +00:00
Option
Support Reverting my r193344 checkin due to build breakage. 2013-10-24 14:52:56 +00:00
TableGen
Target ARM: don't expand atomicrmw inline on Cortex-M0 2013-10-25 09:30:24 +00:00
Transforms Inliner: Handle readonly attribute per argument when adding memcpy 2013-10-24 16:38:33 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile