hanchenye-llvm-project/clang/lib
Ekaterina Romanova 4711441e52 This patch adds doxygen comments for all the intrinsincs in the header file tmmintrin.h.
The doxygen comments are automatically generated based on Sony's intrinsics document.

I got an OK from Eric Christopher to commit doxygen comments without prior code review upstream.

llvm-svn: 262565
2016-03-03 00:20:11 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST Improve some infrastructure for extended parameter infos and 2016-03-03 00:10:03 +00:00
ASTMatchers Fix a -Wunused-variable diagnostic. 2016-02-23 10:29:04 +00:00
Analysis [analyzer] Find ObjC 'self' decl even when block captures local named 'self'. 2016-02-23 22:26:04 +00:00
Basic Optionally demote fatal errors to non-fatal errors. 2016-03-01 10:56:19 +00:00
CodeGen [PGO] Change profile use cc1 option to handle IR level profiles 2016-03-02 20:59:36 +00:00
Driver clang-cl pch test: Instead of copying the input, use /Fp to not write into the test directory. 2016-03-02 23:29:29 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] Optionally re-quote string literals. 2016-03-02 22:44:03 +00:00
Frontend [PGO] Change profile use cc1 option to handle IR level profiles 2016-03-02 20:59:36 +00:00
FrontendTool Revert r260265, "clang-cl: Support loading plugins on Windows" 2016-02-11 16:33:20 +00:00
Headers This patch adds doxygen comments for all the intrinsincs in the header file tmmintrin.h. 2016-03-03 00:20:11 +00:00
Index [index] Fix issue where data visitation was disabled with C++ operator call expressions, during indexing. 2016-03-01 02:46:32 +00:00
Lex SemaCXX: Support templates in availability attributes 2016-02-26 19:27:00 +00:00
Parse Serialize `pragma ms_struct` state. 2016-03-02 23:22:00 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Improve some infrastructure for extended parameter infos and 2016-03-03 00:10:03 +00:00
Serialization Serialize `pragma pointers_to_members` state. 2016-03-03 00:17:35 +00:00
StaticAnalyzer [analyzer] Move ObjCSuperDeallocChecker out of the alpha package. 2016-03-02 22:01:03 +00:00
Tooling Add functions to apply replacements and reformat them. 2016-03-01 12:37:30 +00:00
CMakeLists.txt