llvm-project/clang/lib
Amy Kwan 03bfddae50 [NFC] Update vec_extract builtin signatures to take signed int.
This patch updates the vec_extract builtins to take a signed int as the second
parameter, as defined by the Power Vector Intrinsics Programming Reference.
This patch is NFC and all existing tests pass.

Differential Revision: https://reviews.llvm.org/D110935
2021-10-08 15:09:53 -05:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate Cleanup identifier parsing; NFC 2021-09-14 09:12:22 -04:00
AST Fix a variety of bugs with nil-receiver checks when targeting 2021-10-08 05:44:06 -04:00
ASTMatchers Add `TypeLoc`-related matchers. 2021-10-08 17:42:18 +00:00
Analysis Implement if consteval (P1938) 2021-10-05 08:04:14 -04:00
Basic [RISCV] Remove experimental-b extension that includes all Zb* extensions 2021-10-07 20:47:17 -07:00
CodeGen [clang] Set max allowed alignment to 2^32 2021-10-08 11:44:15 -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] Option control afn flag 2021-10-08 14:26:14 -04:00
Edit Cleanup identifier parsing; NFC 2021-09-14 09:12:22 -04:00
Format [clang-format] Constructor initializer lists format with pp directives 2021-10-02 13:23:43 +01:00
Frontend [OpenMP] Introduce new flags to assert thread and team usage in the runtime 2021-10-07 22:23:09 -04:00
FrontendTool Reland "[clang-repl] Allow loading of plugins in clang-repl." 2021-10-05 13:04:01 +00:00
Headers [NFC] Update vec_extract builtin signatures to take signed int. 2021-10-08 15:09:53 -05:00
Index [Clang] Add __ibm128 type to represent ppc_fp128 2021-09-06 18:00:58 +08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Interpreter Reland "[clang-repl] Re-implement clang-interpreter as a test case." 2021-10-08 06:04:39 +00:00
Lex PR50644: Do not warn on a declaration of `operator"" _foo`. 2021-10-06 15:13:05 -07:00
Parse Extend init-statement to allow alias-declaration 2021-10-08 07:13:45 -04:00
Rewrite [analyzer] Highlight arrows for currently selected event 2021-08-02 19:15:01 +03:00
Sema [clang] Set max allowed alignment to 2^32 2021-10-08 11:44:15 -07:00
Serialization [modules] Fix IRGen assertion on accessing ObjC ivar inside a method. 2021-10-07 17:09:31 -07:00
StaticAnalyzer [analyzer][NFC] Add RangeSet::dump 2021-10-06 18:45:07 +02:00
Testing
Tooling [clang] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 11:43:19 +01:00
CMakeLists.txt [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00