]> granicus.if.org Git - clang/commit
Adding -mtbm and -mno-tbm command line options to the clang front end for the
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Tue, 24 Sep 2013 19:00:58 +0000 (19:00 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Tue, 24 Sep 2013 19:00:58 +0000 (19:00 +0000)
commita8f7d9dd926d61c92dbe194e9b6f51a9c015cea5
treedabb1c9127cfa4e4711b61313b49e82e837d135a
parenta8ffc16dc1c5b21c3fdb2b53a9c0eb5af5d3babb
Adding -mtbm and -mno-tbm command line options to the clang front end for the
x86 TBM instruction set. Also adding a __TBM__ macro if the TBM feature is
enabled. Otherwise there should be no functionality change to existing features.

Phabricator code review is located here: http://llvm-reviews.chandlerc.com/D1693

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191326 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
test/Preprocessor/predefined-arch-macros.c
test/Preprocessor/x86_target_features.c