Files
clang-p2996/clang/lib/Basic/Targets
Craig Topper 3cbfe988bc [X86] Merge X86TargetInfo::setFeatureEnabled and X86TargetInfo::setFeatureEnabledImpl. NFC
setFeatureEnabled is a virtual function. setFeatureEnabledImpl
was its implementation. This split was to avoid virtual calls
when we need to call setFeatureEnabled in initFeatureMap.

With C++11 we can use 'final' on setFeatureEnabled to enable
the compiler to perform de-virtualization for the initFeatureMap
calls.
2020-07-06 23:54:56 -07:00
..
2020-06-15 16:18:05 -07:00
2020-06-05 10:32:43 +01:00
2020-04-15 00:22:53 +02:00
2020-06-26 15:32:07 +03:00
2020-06-15 16:18:05 -07:00
2020-06-24 10:12:09 +02:00
2020-07-06 17:25:29 +09:00