.. |
ARCMT
|
…
|
|
AST
|
[FPEnv] Use typed accessors in FPOptions
|
2020-09-18 14:16:43 +07:00 |
ASTMerge
|
…
|
|
Analysis
|
[analyzer][solver] Fix issue with symbol non-equality tracking
|
2020-09-21 16:59:18 +02:00 |
CXX
|
[c++20] Consistent with the intent to allow all plausible types in
|
2020-09-20 23:09:26 -07:00 |
ClangScanDeps
|
…
|
|
CodeCompletion
|
[clang] Make signature help work with dependent args
|
2020-08-17 10:06:36 +02:00 |
CodeGen
|
The wrong placement of add pass with optimizations led to -funique-internal-linkage-names being disabled.
|
2020-09-21 10:00:12 -07:00 |
CodeGenCUDA
|
[clang][codegen] Skip adding default function attributes on intrinsics.
|
2020-09-16 14:10:05 -04:00 |
CodeGenCXX
|
[MS] On x86_32, pass overaligned, non-copyable arguments indirectly
|
2020-09-21 11:49:17 -07:00 |
CodeGenCoroutines
|
[Coroutine][Sema] Tighten the lifetime of symmetric transfer returned handle
|
2020-09-11 13:35:37 -07:00 |
CodeGenHIP
|
…
|
|
CodeGenObjC
|
Recommit "[DSE] Switch to MemorySSA-backed DSE by default."
|
2020-09-18 11:05:00 +01:00 |
CodeGenObjCXX
|
Re-enable "[InstCombine] Simplify boolean Phis with const inputs using CFG"
|
2020-07-16 16:09:08 +07:00 |
CodeGenOpenCL
|
clang: Use byref for aggregate kernel arguments
|
2020-08-06 15:52:26 -04:00 |
CodeGenOpenCLCXX
|
…
|
|
CodeGenSYCL
|
…
|
|
Coverage
|
…
|
|
CoverageMapping
|
[Coverage] Add empty line regions to SkippedRegions
|
2020-09-21 12:42:53 -07:00 |
Driver
|
[AIX][Clang][Driver] Add handling of shared option
|
2020-09-21 14:03:08 -04:00 |
FixIt
|
…
|
|
Format
|
[clang-format] Add a test showing the current config file list parsing
|
2020-09-04 16:57:46 +01:00 |
Frontend
|
Set alignment of .llvmbc and .llvmcmd to 1
|
2020-08-29 18:27:34 -07:00 |
Headers
|
[OpenMP] Support `std::complex` math functions in target regions
|
2020-09-16 13:37:10 -05:00 |
Import
|
[clang] Rework how and when APValues are dumped
|
2020-07-06 22:03:08 +01:00 |
Index
|
[clang] Do not consider the template arguments of bases to be bases themselves
|
2020-09-01 19:18:03 -04:00 |
Integration
|
…
|
|
InterfaceStubs
|
[llvm-readobj] Update tests because of changes in llvm-readobj behavior
|
2020-07-20 10:39:04 +01:00 |
Layout
|
[AIX] Implement AIX special alignment rule about double/long double
|
2020-07-27 15:13:03 -04:00 |
Lexer
|
[SystemZ][z/OS] Set aligned allocation unavailable by default for z/OS
|
2020-09-16 14:49:03 -04:00 |
Misc
|
[Driver] Add disabled-by-default -Wuse-ld-path for the deprecation warning for -fuse-ld=/abs/path
|
2020-09-19 15:49:44 -07:00 |
Modules
|
[clang][module] Improve incomplete-umbrella warning
|
2020-09-18 14:56:47 -07:00 |
OpenMP
|
[OpenMP 5.0] Fix user-defined mapper privatization in tasks
|
2020-09-17 11:21:10 -04:00 |
PCH
|
Set InvalidDecl directly when deserializing a Decl
|
2020-09-05 14:26:43 +02:00 |
Parser
|
[FPEnv] Partially implement #pragma STDC FENV_ROUND
|
2020-09-04 16:47:10 +07:00 |
ParserSYCL
|
…
|
|
Preprocessor
|
[clang][Sparc] Default to -mcpu=v9 for Sparc V8 on Solaris
|
2020-09-11 09:53:19 +02:00 |
Profile
|
[PGO] Include the mem ops into the function hash.
|
2020-07-30 09:26:20 -07:00 |
Refactor
|
…
|
|
Rewriter
|
…
|
|
Sema
|
[clang][AArch64] Correct return type of Neon vqmovun intrinsics
|
2020-09-21 09:21:51 +01:00 |
SemaCUDA
|
Revert "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions"
|
2020-09-17 13:55:31 -04:00 |
SemaCXX
|
[AST] Fix dependence-bits for CXXDefaultInitExpr.
|
2020-09-21 08:47:01 +02:00 |
SemaObjC
|
Sema: add support for `__attribute__((__swift_bridge__))`
|
2020-09-16 17:54:57 +00:00 |
SemaObjCXX
|
[Sema] Handle objc_super special lookup when checking builtin compatibility
|
2020-09-18 20:51:55 +03:00 |
SemaOpenCL
|
[OpenCL] Add global_device and global_host address spaces
|
2020-07-29 17:24:53 +03:00 |
SemaOpenCLCXX
|
[OpenCL] Fixed missing address space for templated copy constructor.
|
2020-07-27 15:18:49 +01:00 |
SemaSYCL
|
…
|
|
SemaTemplate
|
[c++20] For P1907R1: Add checking for structural types for non-type
|
2020-09-20 20:20:52 -07:00 |
TableGen
|
Revert "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions"
|
2020-09-17 13:55:31 -04:00 |
Templight
|
…
|
|
Tooling
|
[clang] Rework how and when APValues are dumped
|
2020-07-06 22:03:08 +01:00 |
Unit
|
…
|
|
VFS
|
…
|
|
clang-rename
|
…
|
|
utils/update_cc_test_checks
|
[UpdateCCTestChecks] Include generated functions if asked
|
2020-09-18 06:34:59 -05:00 |
.clang-format
|
[clang] Partially revert "Disable a few formatting options for test/"
|
2020-07-21 14:53:37 +01:00 |
CMakeLists.txt
|
Revert "Re-Re-land: [CodeView] Add full repro to LF_BUILDINFO record"
|
2020-08-17 15:49:18 -04:00 |
TestRunner.sh
|
…
|
|
cxx-sections.data
|
…
|
|
lit.cfg.py
|
[Coverage] Add empty line regions to SkippedRegions
|
2020-09-21 12:42:53 -07:00 |
lit.site.cfg.py.in
|
[CMake] Simplify CMake handling for zlib
|
2020-08-11 20:22:11 -07:00 |
make_test_dirs.pl
|
…
|
|