llvm-project/clang/lib
Simon Pilgrim 96d02f5503 [X86][AVX] Added support for _mm256_zext* helper intrinsics (PR32839)
llvm-svn: 301749
2017-04-29 17:17:06 +00:00
..
ARCMigrate [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
AST Remove Sema::CheckForIntOverflow, and instead check all full-expressions. 2017-04-29 09:33:46 +00:00
ASTMatchers [clang] Register isConstexpr matcher 2017-04-16 19:05:17 +00:00
Analysis Fix PR13910: Don't warn that __builtin_unreachable() is unreachable 2017-04-11 15:36:06 +00:00
Basic Darwin: Define __STDC_NO_THREADS__ on Darwin targets 2017-04-27 01:47:22 +00:00
CodeGen Adapt to LLVM API change (DINamespace no longer takes line/file info). 2017-04-28 22:25:53 +00:00
Driver Enable -fno-split-dwarf-inlining even when -gsplit-dwarf isn't specified. 2017-04-28 20:50:25 +00:00
Edit [ARCMigrate] When applying changes from remap files, disable the 'adjustRemovals' functionality of EditedSource 2017-04-28 00:25:06 +00:00
Format clang-format: [JS] parse async function declarations. 2017-04-27 13:07:24 +00:00
Frontend PR26771: don't forget the " 2" (returning from #included file) linemarker after including an empty file with -frewrite-includes. 2017-04-29 00:54:03 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [X86][AVX] Added support for _mm256_zext* helper intrinsics (PR32839) 2017-04-29 17:17:06 +00:00
Index [index] Handle vector types in USR generator 2017-04-28 09:46:36 +00:00
Lex Add pragma to perform module import and use it in -E output. 2017-04-29 00:34:47 +00:00
Parse P0629R0: Switch to latest proposal for distinguishing module interface from implementation. 2017-04-21 22:39:18 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema Remove Sema::CheckForIntOverflow, and instead check all full-expressions. 2017-04-29 09:33:46 +00:00
Serialization [X86] Support of no_caller_saved_registers attribute 2017-04-27 12:01:00 +00:00
StaticAnalyzer Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input. 2017-04-26 18:57:40 +00:00
Tooling Add `replace` interface with range in AtomicChange. 2017-03-30 13:07:38 +00:00
CMakeLists.txt