llvm-project/clang/lib
Matt Arsenault 6c27d389c8 OpenMP: Start calling setTargetAttributes for generated kernels
This wasn't setting any of the attributes the target would expect to
emit for kernels.
2021-11-29 13:43:34 -05:00
..
APINotes
ARCMigrate [clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg> instead of objcmt-white-list-dir-path=<arg> 2021-11-05 12:27:05 -04:00
AST Reapply 'Implement target_clones multiversioning' 2021-11-29 06:30:01 -08:00
ASTMatchers Add `isInitCapture` and `forEachLambdaCapture` matchers. 2021-11-15 22:55:28 +00:00
Analysis [clang][NFC] Inclusive terms: replace some uses of sanity in clang 2021-11-19 14:58:35 -05:00
Basic Revert "The _Float16 type is supported on x86 systems with SSE2 enabled." 2021-11-23 08:00:57 -05:00
CodeGen OpenMP: Start calling setTargetAttributes for generated kernels 2021-11-29 13:43:34 -05:00
CrossTU PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
DirectoryWatcher [clang] [DirectoryWatcher] Remove leading \\?\ from GetFinalPathNameByHandleW 2021-11-08 22:21:30 +02:00
Driver [Driver] Support PowerPC SPE musl dynamic linker name ld-musl-powerpc-sf.so.1 2021-11-28 15:39:55 -08:00
Edit [clang] Use llvm::is_contained (NFC) 2021-10-13 20:41:55 -07:00
Format [clang-format] regressed default behavior for operator parentheses 2021-11-29 14:27:16 +00:00
Frontend [clang] Change ordering of PreableCallbacks to make sure PP can be referenced in them 2021-11-26 10:10:52 +01:00
FrontendTool [clang] Add plugin ActionType to run command line plugin before main action 2021-10-20 08:58:20 -07:00
Headers Headers: exclude `#include_next <stdatomic.h>` on MSVC 2021-11-24 12:52:16 -08:00
Index [clang] Visit enum base specifiers in libIndex 2021-10-25 13:16:14 +02:00
IndexSerialization
Interpreter [clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name. 2021-11-10 12:52:05 +00:00
Lex [clang][lex] Refactor check for the first file include 2021-11-18 13:01:07 +01:00
Parse [clang] Fix crash on broken parameter declarators 2021-11-26 10:56:54 +01:00
Rewrite [clang] Use StringRef::contains (NFC) 2021-10-21 08:58:19 -07:00
Sema Reapply 'Implement target_clones multiversioning' 2021-11-29 06:30:01 -08:00
Serialization [OpenMP] support depend clause for taskwait directive, by Deepak 2021-11-19 06:30:17 -08:00
StaticAnalyzer [analyzer][NFC] Refactor AnalysisConsumer::getModeForDecl() 2021-11-29 10:39:36 +01:00
Testing
Tooling [clang][deps] NFC: Extract function 2021-11-26 14:01:24 +01:00
CMakeLists.txt