]> granicus.if.org Git - clang/commit
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single...
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 3 Oct 2014 21:57:44 +0000 (21:57 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 3 Oct 2014 21:57:44 +0000 (21:57 +0000)
commitf38a63a69ed5025ce33816fd749c64540074d22a
tree00ee6d2fb0d4b94155a51bc9833e0c7c452f0c7f
parent6e140cfa7bbb7937b15399fd71b0eea5e44452b8
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems

http://reviews.llvm.org/D4985

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219027 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Options.td
include/clang/Driver/ToolChain.h
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/BackendUtil.cpp
lib/Driver/Driver.cpp
lib/Driver/ToolChain.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/Driver/thread-model.c [new file with mode: 0644]