llvm-project/clang/lib
Chad Rosier 136d67dc64 [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
behavior of the loop vectorizer, which is enabled at -O2, -O3, -O4, -Ofast
and -Os.
PR19568

llvm-svn: 207433
2014-04-28 19:30:57 +00:00
..
ARCMigrate [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
AST [Index/DocComments] When cloning a full comment, pick the template parameters from the original FullComment, 2014-04-27 22:53:03 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Renaming range-based for loop variables so they don't appear iterator-like. 2014-04-28 14:56:59 +00:00
Basic [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type() 2014-04-24 16:05:26 +00:00
CodeGen [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount. 2014-04-28 07:36:12 +00:00
Driver [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the 2014-04-28 19:30:57 +00:00
Edit [objcmt] Revert r191796, it's not needed anymore. 2014-04-28 02:38:51 +00:00
Format clang-format: Improve binary operator detection. 2014-04-28 09:19:28 +00:00
Frontend Remove unused using statement. 2014-04-28 17:54:37 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers Intrin.h: remove __rdtsc and __rdtscp declarations 2014-04-24 18:40:06 +00:00
Index CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in msc17. 2014-04-24 12:44:34 +00:00
Lex Do not print inferred submodules explicitly in __inferred_module.map 2014-04-23 21:10:46 +00:00
Parse Fix another leak in ParseMicrosoftAsmStatement(), found by LSan. 2014-04-23 22:07:21 +00:00
Rewrite Make RewriteRope less confusing for me. No intended behavior change. 2014-04-23 21:42:27 +00:00
Sema [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a macro. 2014-04-28 00:20:16 +00:00
Serialization Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan. 2014-04-25 19:45:23 +00:00
StaticAnalyzer [analyzer] Fix a leak found by LSan. 2014-04-23 16:54:52 +00:00
Tooling Push unique_ptr ownership of ASTUnits further back into their factories. 2014-04-25 17:01:33 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00