hanchenye-llvm-project/clang/lib
Craig Topper 1de8348db7 Add popcnt feature flag to match gcc. This flag is implied when sse42 is enabled, but can be disabled separately. Move popcnt intrinsics to popcntintrin.h to match gcc.
llvm-svn: 147340
2011-12-29 16:10:46 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Small refactoring and simplification of constant evaluation and some of its 2011-12-28 19:48:30 +00:00
Analysis Support for thread safety attributes on functions 2011-12-29 00:56:48 +00:00
Basic Add popcnt feature flag to match gcc. This flag is implied when sse42 is enabled, but can be disabled separately. Move popcnt intrinsics to popcntintrin.h to match gcc. 2011-12-29 16:10:46 +00:00
CodeGen Small refactoring and simplification of constant evaluation and some of its 2011-12-28 19:48:30 +00:00
Driver Handle a /etc/debian_version with a version number instead of a codename. 2011-12-28 18:17:14 +00:00
Frontend Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with sse disabled. 2011-12-28 15:47:06 +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 Add popcnt feature flag to match gcc. This flag is implied when sse42 is enabled, but can be disabled separately. Move popcnt intrinsics to popcntintrin.h to match gcc. 2011-12-29 16:10:46 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. 2011-12-23 17:00:35 +00:00
Parse Remove unused variables. 2011-12-25 01:18:52 +00:00
Rewrite Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl 2011-12-27 22:43:10 +00:00
Sema Small refactoring and simplification of constant evaluation and some of its 2011-12-28 19:48:30 +00:00
Serialization Fix cmake build with -DBUILD_SHARED_LIBS=ON. 2011-12-29 04:31:59 +00:00
StaticAnalyzer Fix cmake build with -DBUILD_SHARED_LIBS=ON. 2011-12-29 04:31:59 +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