Go to file
Craig Topper 358c7989b1 Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they've already been enabled. The extra call ends up clearing the bit in FeatureBits since its a 'toggle'. Can't prove that anything was broken because of this since I don't think the FeatureBits for these are used.
llvm-svn: 190920
2013-09-18 06:01:53 +00:00
clang Add the intrinsic __builtin_convertvector 2013-09-18 03:29:45 +00:00
clang-tools-extra Fix for removing not included files from a compilation database. 2013-09-16 20:12:22 +00:00
compiler-rt [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions 2013-09-17 09:42:03 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Fix typo. 2013-09-17 08:46:53 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][YAML] RefNameResolver : add only if name/refname is not empty 2013-09-17 23:38:04 +00:00
lldb Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637 2013-09-17 21:44:15 +00:00
llvm Prevent extra calls to ToggleFeature for Feature64Bit and FeatureCMOV if they've already been enabled. The extra call ends up clearing the bit in FeatureBits since its a 'toggle'. Can't prove that anything was broken because of this since I don't think the FeatureBits for these are used. 2013-09-18 06:01:53 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00