hanchenye-llvm-project/clang/lib
Jinsong Ji 31d10ea10e [AIX] Don't pass no-integrated-as by default
D105314 added the abibility choose to use AsmParser for parsing inline
asm. -no-intergrated-as will override this default if specified
explicitly.

If toolchain choose to use MCAsmParser for inline asm, don't pass
the option to disable integrated-as explictly unless set by user.

Reviewed By: #powerpc, shchenz

Differential Revision: https://reviews.llvm.org/D105512
2021-07-08 02:50:17 +00:00
..
APINotes
ARCMigrate
AST [clang] fixes named return of variables with dependent alignment 2021-07-07 02:54:55 +02:00
ASTMatchers [clang] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
Analysis Thread safety analysis: Rename parameters of ThreadSafetyAnalyzer::intersectAndWarn (NFC) 2021-06-29 23:56:52 +02:00
Basic [AIX] Define __TOS_AIX__ predefined macro 2021-07-06 14:15:35 -04:00
CodeGen [OPENMP]Remove const firstprivate allocation as a variable in a constant space. 2021-07-07 05:56:48 -07:00
CrossTU
DirectoryWatcher Revert "Re-Revert "DirectoryWatcher: add an implementation for Windows"" 2021-06-19 09:19:52 -07:00
Driver [AIX] Don't pass no-integrated-as by default 2021-07-08 02:50:17 +00:00
Edit
Format [NFC] Fix typo in comment 2021-07-02 11:39:17 +01:00
Frontend [clang] disable P2266 simpler implicit moves under -fms-compatibility 2021-07-08 00:13:11 +02:00
FrontendTool [OptTable] Rename PrintHelp to printHelp 2021-06-24 14:47:03 -07:00
Headers [NFC][CUDA] Fix order of round(f) definition in __clang_cuda_math.h for non-LP64. 2021-07-02 21:55:48 +02:00
Index [index] Fix performance regression with indexing macros 2021-06-16 10:16:26 -07:00
IndexSerialization
Interpreter [clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to allow diagnostics on target-unsupported options 2021-06-29 13:26:23 -04:00
Lex Lex: add a callback for `#pragma mark` 2021-07-02 15:44:01 -07:00
Parse Fix an accepts-invalid issue with [[]] attributes in the type position in C 2021-07-01 12:41:18 -04:00
Rewrite
Sema [clang] disable P2266 simpler implicit moves under -fms-compatibility 2021-07-08 00:13:11 +02:00
Serialization Support for merging UsingPackDecls across modules. 2021-07-01 18:43:49 -07:00
StaticAnalyzer [analyzer][solver] Use all sources of constraints 2021-07-06 11:09:08 +03:00
Testing
Tooling [libTooling] Add support for implicit `this` to `buildAddressOf`. 2021-07-07 17:35:04 +00:00
CMakeLists.txt