llvm-project/clang/lib
Ekaterina Romanova 53088dd44d Add doxygen comments to fxsrintrin.h's intrinsics.
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. This patch was internally reviewed by Paul Robinson and Charles Li.

llvm-svn: 287295
2016-11-18 01:42:01 +00:00
..
ARCMigrate Fix Clang-tidy readability-redundant-string-cstr warnings 2016-11-02 10:39:27 +00:00
AST ObjC Module: try to make objc module deterministic. 2016-11-17 18:41:18 +00:00
ASTMatchers [AST] Convert Marshallers to use unique_ptr. 2016-10-10 16:26:40 +00:00
Analysis [ReachableCode] Skip over ExprWithCleanups in isConfigurationValue 2016-11-01 00:19:04 +00:00
Basic Add a little endian variant of TCE. 2016-11-16 15:22:31 +00:00
CodeGen Forward ns_consumed delegate arguments with a move. 2016-11-18 01:08:24 +00:00
Driver [CUDA] Driver changes to support CUDA compilation on MacOS. 2016-11-18 00:41:22 +00:00
Edit [OpenCL] Generate opaque type for sampler_t and function call for the initializer 2016-07-28 19:26:30 +00:00
Format [clang-format] Fixed line merging of more than two lines 2016-11-15 15:07:07 +00:00
Frontend [CUDA] Initialize our header search using the host triple. 2016-11-18 00:41:27 +00:00
FrontendTool C++ Modules TS: add frontend support for building pcm files from module 2016-08-26 00:14:38 +00:00
Headers Add doxygen comments to fxsrintrin.h's intrinsics. 2016-11-18 01:42:01 +00:00
Index [index] Rename SymbolSubKind -> SymbolProperty, NFC. 2016-11-11 23:49:55 +00:00
Lex [Modules] Replace arrays with init lists. 2016-11-15 18:56:39 +00:00
Parse Fixes for r287241. Use placement new. Apply clang-format. 2016-11-17 21:00:09 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Fixes for r287241. Use placement new. Apply clang-format. 2016-11-17 21:00:09 +00:00
Serialization Remove duplicate condition (PR30648). NFCI. 2016-11-16 16:11:08 +00:00
StaticAnalyzer [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback 2016-11-16 22:59:01 +00:00
Tooling Deduplicate replacements by FileEntry instead of file names. 2016-11-07 06:08:23 +00:00
CMakeLists.txt