llvm-project/clang/lib
Anshil Gandhi 7063ac1afa [HIP] Allow target addr space in target builtins
This patch allows target specific addr space in target builtins for HIP. It inserts implicit addr
space cast for non-generic pointer to generic pointer in general, and inserts implicit addr
space cast for generic to non-generic for target builtin arguments only.

It is NFC for non-HIP languages.

Differential Revision: https://reviews.llvm.org/D102405
2021-08-19 23:51:58 -06:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate [clang] Introduce SourceLocation::[U]IntTy typedefs. 2021-07-21 10:45:46 +01:00
AST Fix missing qualifier in template type diffing 2021-08-16 18:34:18 -07:00
ASTMatchers Reapply "Support Attr in DynTypedNode and ASTMatchers." 2021-08-06 22:30:32 +02:00
Analysis [analyzer][NFC] Display the correct function name even in crash dumps 2021-07-12 09:06:46 +02:00
Basic [HIP] Allow target addr space in target builtins 2021-08-19 23:51:58 -06:00
CodeGen [DebugInfo] convert btf_tag attrs to annotations for DIComposite types 2021-08-19 18:01:29 -07: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 Revert "Re-Revert "DirectoryWatcher: add an implementation for Windows"" 2021-06-19 09:19:52 -07:00
Driver [clang] enable sanitizers for hexagon 2021-08-17 19:59:24 -07:00
Edit [Matrix] Implement C-style explicit type conversions for matrix types. 2021-04-10 11:48:41 +01:00
Format [clang-format] Improve detection of parameter declarations in K&R C 2021-08-18 15:21:48 -07:00
Frontend Fix unknown parameter Wdocumentation warning. NFC. 2021-08-19 15:40:10 +01:00
FrontendTool [OptTable] Rename PrintHelp to printHelp 2021-06-24 14:47:03 -07:00
Headers [WebAssembly] Make bitmask instructions return unsigned ints 2021-08-19 16:23:47 -07:00
Index [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
IndexSerialization
Interpreter Reland "[clang-repl] Implement partial translation units and error recovery." 2021-07-12 15:21:22 +00:00
Lex Do not emit diagnostics for invalid unicode characters in preprocessing mode 2021-08-18 09:12:36 -04:00
Parse Fix a typo around 'builtin' 2021-08-18 17:42:12 +08:00
Rewrite [analyzer] Highlight arrows for currently selected event 2021-08-02 19:15:01 +03:00
Sema [HIP] Allow target addr space in target builtins 2021-08-19 23:51:58 -06:00
Serialization [Modules] Do not remove failed modules after the control block phase 2021-08-17 16:46:51 -07:00
StaticAnalyzer Fix unknown parameter Wdocumentation warning. NFC. 2021-08-19 15:40:10 +01:00
Testing
Tooling [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
CMakeLists.txt [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00