hanchenye-llvm-project/clang/lib
Benjamin Kramer 6dced3b468 Penryn doesn't support sse4.2, don't enable it in the first place.
While the code took care of disabling the sse42 flag it didn't know
about popcnt. This broke -march=native on penryn.

llvm-svn: 147531
2012-01-04 14:36:57 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Get rid of an unnecessary check; the AST for init-lists is the same independent of whether we're in C++11 mode. 2012-01-03 23:54:05 +00:00
Analysis Teach the static analyzer to not treat XPC types as CF types. 2012-01-04 00:35:48 +00:00
Basic Penryn doesn't support sse4.2, don't enable it in the first place. 2012-01-04 14:36:57 +00:00
CodeGen Restore r147493 and remove the part of the test that was checking the wrong thing. 2012-01-04 12:02:13 +00:00
Driver Fixed by Chandler in r147434. 2012-01-03 22:51:32 +00:00
Frontend Add a "Modules" language option, which subsumes the previous 2012-01-03 17:07:34 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers Don't depend on undefined macros being 0, there are options for the 2012-01-03 19:22:38 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex Don't treat 'import' as a contextual keyword when we're in a caching lexer, or when modules are disabled. 2012-01-04 06:20:15 +00:00
Parse Add an explicit LambdaExprContext to Declarator, to parallel BlockLiteralContext. Use it to ensure semantic analysis of types isn't confused by the lack of a type specifier. 2012-01-04 04:41:38 +00:00
Rewrite Fix canonicalization of protocol-qualified types 2012-01-02 02:00:30 +00:00
Sema Process attributes in explicit function template instantiations. Fixes part of 2012-01-04 05:40:59 +00:00
Serialization Implement cross-module declaration merging for tag declarations, so 2012-01-03 22:46:00 +00:00
StaticAnalyzer Extend ConditionBRVisitor to handle condition variable assignments. 2012-01-04 08:18:09 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00