Builds on llvm patch to allow users to disable or enable CRC subtarget feature.
Depends on D2036.
Paths
| Differential D2037
ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang ClosedPublic Authored by bogden on Oct 28 2013, 6:23 AM.
Details
Summary Builds on llvm patch to allow users to disable or enable CRC subtarget feature. Depends on D2036.
Diff Detail Event TimelineComment Actions Hi Bernie, Looks good to me, thanks for removing "if arch == N" checks from the code. ;) --renato
Revision Contents
Diff 5222 cfe/trunk/docs/UsersManual.rst
cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Basic/Targets.cpp
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/test/Driver/arm-mfpu.c
cfe/trunk/test/Driver/armv8-crc.c
cfe/trunk/test/Preprocessor/arm-target-features.c
|