llvm-project/clang/lib
Ulrich Weigand e1d2d22d2a [SystemZ] Support vector registers with inline asm
Allow using vector register names and the "v" constraint
in inline asm to ensure compatibility with GCC.

llvm-svn: 322562
2018-01-16 15:39:23 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Ensure code complete with !LoadExternal sees all local decls. 2018-01-16 12:33:46 +00:00
ASTMatchers Remove creation of out-of-bounds value of enumeration type (resulting in UB). 2017-12-08 23:29:59 +00:00
Analysis Handle scoped_lockable objects being returned by value in C++17. 2018-01-11 22:13:57 +00:00
Basic [SystemZ] Support vector registers with inline asm 2018-01-16 15:39:23 +00:00
CodeGen [OPENMP] Initial codegen for `target teams distribute parallel for 2018-01-15 20:59:40 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver Clang counterpart change for fuzzer FreeBSD support 2018-01-15 05:56:44 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Adds a FormatStyleSet 2018-01-15 12:06:16 +00:00
Frontend Revert 319303: Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc2 2018-01-15 21:16:25 +00:00
FrontendTool [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) 2017-10-18 05:21:17 +00:00
Headers [X86] Implement old kunpck intrinsics using vector ops on vXi1 instead of integer shift/and/or 2018-01-14 19:23:50 +00:00
Index [Index] Reduce size of SymbolInfo struct. 2017-12-23 19:31:24 +00:00
Lex [PCH] Serialize skipped preprocessor ranges 2018-01-15 19:14:16 +00:00
Parse [OpenMP] Fix handling of clause on wrong directive, by Joel. E. Denny 2018-01-09 19:21:04 +00:00
Rewrite [analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation. 2017-12-21 22:57:51 +00:00
Sema [OPENMP] Add support for `depend` clauses on `target simd`. 2018-01-16 15:05:16 +00:00
Serialization [PCH] Serialize skipped preprocessor ranges 2018-01-15 19:14:16 +00:00
StaticAnalyzer [analyzer] Don't flag strcpy of string literals into sufficiently large buffers. 2018-01-12 22:12:11 +00:00
Tooling Add a tool executor that runs actions on all TUs in the compilation database. 2018-01-05 10:32:16 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00