Go to file
Michael Kuperstein cfbac5f361 [X86] Disable FixupSetCC for CodeGenOpt::None
It is an optimization pass, and should not run at -O0. Especially since Fast RA
will not do the required register coalescing anyway, so it's a loss even from
the optimization standpoint.

This also works around (but doesn't quite fix) PR28489.

llvm-svn: 275099
2016-07-11 20:40:44 +00:00
clang [NFC] Reorder fields of VersionTuple to reduce size 2016-07-11 20:00:48 +00:00
clang-tools-extra
compiler-rt [compiler-rt] Refactor the interception code on windows. 2016-07-11 20:37:12 +00:00
debuginfo-tests
libclc
libcxx Allow is_swappable to SFINAE on deleted/ambiguous swap functions 2016-07-11 19:57:13 +00:00
libcxxabi
libunwind
lld
lldb Fix an issue where one could not define a Python command with the same name as an existing alias (or rather, one could but the results of invoking the command were far from satisfactory) 2016-07-11 17:36:55 +00:00
llgo
llvm [X86] Disable FixupSetCC for CodeGenOpt::None 2016-07-11 20:40:44 +00:00
openmp
parallel-libs
polly Fix a build warning of unhandled enum in switch 2016-07-11 18:27:52 +00:00