Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/swiftwasm/swift-clang

This repository is no longer in use, please refer to the LLVM monorepo https://github.com/swiftwasm/llvm-project
https://github.com/swiftwasm/swift-clang

[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' option.

The DWARF5 specification says(Appendix F.1):

"The sections that do not require relocation, howe...

a152c7a4b7ba8f4cb9532ead9a38a7121db43d50 authored about 6 years ago by George Rimar <[email protected]>
[HIP] Fix device only compilation

Fix a bug causing host code being compiled when --cude-device-only is set.

Differential Revisio...

a0421d1226c45dfd4508ed6b6ee81ffb8357198e authored about 6 years ago by Yaxun Liu <[email protected]>
[CMake] Include clang-apply-replacements in Fuchsia toolchain

This is needed for run-clang-tidy.py.

Differential Revision: https://reviews.llvm.org/D54505

g...

338f3a87c7c1e985cc693a13a3f210dafc487d84 authored about 6 years ago by Petr Hosek <[email protected]>
Merge remote-tracking branch 'origin/swift-5.0-branch' into stable

345263156922c1e58e8a02147e59c0b39b3ec791 authored about 6 years ago by swift_jenkins <[email protected]>
[HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory

Include search paths can be relative paths. The loadSubdirectoryModuleMaps function
should accou...

c7a72a245f819ed6b1e438aa1c19df9ae1d34833 authored about 6 years ago by Alex Lorenz <[email protected]>
[HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory

Include search paths can be relative paths. The loadSubdirectoryModuleMaps function
should accou...

87d8b2e8044fee827b6799d5ad7266f3a5112a38 authored about 6 years ago by Alex Lorenz <[email protected]>
Complete reverting r346191

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346819 91177308-0d34-0410-b5e6-96231b3b80d8

d43a004bc92af49358d0b21f8fe01f57c607e147 authored about 6 years ago by Tatyana Krasnukha <[email protected]>
Complete reverting r346191

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346818 91177308-0d34-0410-b5e6-96231b3b80d8

486568269f2b737324cdad77310e3235ff64b3aa authored about 6 years ago by Tatyana Krasnukha <[email protected]>
OpenCL: Don't warn on v printf modifier

This avoids spurious warnings, but could use
a lot of work. For example the number of vector
ele...

03548372518c4556703f4c1b0e62033f42e874e0 authored about 6 years ago by Matt Arsenault <[email protected]>
Propagating prior merge from 'llvm.org/master'.

fd16c3fc6c77f1818919dc385363f55ce04f8269 authored about 6 years ago by Automerger <Automerger@Swift>
[Driver] Support g++ headers in include/g++

ray's gcc installation puts C++ headers in PREFIX/include/g++ without
indicating a gcc version a...

5e1f58d79130478b969bcbb29dd1545852500f7f authored about 6 years ago by David Greene <[email protected]>
[AST] Revert r346793 and r346781

This somehow breaks the msan bots. Revert while I figure it out.

git-svn-id: https://llvm.org...

763e698eab4eac8382b0747160129ac0388913bb authored about 6 years ago by Bruno Ricci <[email protected]>
Propagating prior merge from 'llvm.org/master'.

cf0bf5f57ce784459ce5b5348fc35f7fb9c25c6d authored about 6 years ago by Automerger <Automerger@Swift>
[AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.td

Reorder the bit-field classes and the members of the anonymous union
so that they both match the...

6bcedd51e193e3770e9d5c81fd4f65fa3002fb72 authored about 6 years ago by Bruno Ricci <[email protected]>
DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.

Summary:
This saves a lot of relocations in optimized object files (at the cost
of some cost/inc...

d2eb1838189c00886b73a533c7fe768b34195211 authored about 6 years ago by David Blaikie <[email protected]>
[AST][NFC] Style fixes for UnaryOperator

In preparation for the patch which will move some data to the bit-fields
of Stmt. In particular,...

32e393f332fcadb404e469cd9567d0dcfa5bba48 authored about 6 years ago by Bruno Ricci <[email protected]>
[Modules] Prevent nonrecoverable module-out-of-date errors in projects that mix PCH and clang modules.

This patch introduces a NeededByPCHOrCompilationUsesPCH language
option which causes clang modul...

a9aeef69978b728baf9ff510a17dbb64c051e17b authored about 6 years ago by Bruno Cardoso Lopes <[email protected]>
[AST][NFC] Pack DeclRefExpr

Move the SourceLocation to the bit-fields of Stmt + clang-format.
This saves one pointer per Dec...

65e1b786b5f4b337bb3873665f0aa63fd5950f6f authored about 6 years ago by Bruno Ricci <[email protected]>
[NFC] Move storage of dispatch-version to GlobalDecl

As suggested by Richard Smith, and initially put up for review here:
https://reviews.llvm.org/D5...

43f8ad7966404a3caab540f2ef8b79a69628b6bb authored about 6 years ago by Erich Keane <[email protected]>
[clang-format] Do not treat the asm clobber [ as ObjCExpr

Summary:
The opening square of an inline asm clobber was being annotated as an ObjCExpr.
This ca...

3919b8d9833d23d98e8be71fe608627866d5c40c authored about 6 years ago by Krasimir Georgiev <[email protected]>
Propagating prior merge from 'llvm.org/master'.

57b1500bd4b3ea5fb4bb223ebbd648cd8ef20e0c authored about 6 years ago by Automerger <Automerger@Swift>
UserManual: Tweak the /Zc:dllexportInlines- docs some

Addressing comments on https://reviews.llvm.org/D54319

git-svn-id: https://llvm.org/svn/llvm-pr...

27ccc9daf4d4a73c77e50d86af93355c97085813 authored about 6 years ago by Hans Wennborg <[email protected]>
[clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flag

Summary: /Zc:dllexportInlines with /fallback may cause unexpected linker error. It is better to ...

cc778d129b7cdecf1ee316e706dbd5c62c0e7903 authored about 6 years ago by Takuto Ikuta <[email protected]>
CMake: Deprecate using llvm-config to detect llvm installation

Summary:
clang currently uses llvm-config to determine the installation paths
for llvm's headers...

8a80a605c320406422d3e58bc873793d961cc187 authored about 6 years ago by Tom Stellard <[email protected]>
CMake: Replace open-coded find_package

Reviewers: beanz, mgorny

Reviewed By: mgorny

Subscribers: cfe-commits, chapuni, llvm-commits

...

a1f13c0998a11c21bb0739e5c6564f3ff92f271b authored about 6 years ago by Tom Stellard <[email protected]>
Convert a condition into an assertion per post-review feedback; NFC intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346714 91177308-0d34-0410-b5e6-96231b3b80d8

6d2d7b776c65f587cabd8e1cb54e8084f8ae4a18 authored about 6 years ago by Aaron Ballman <[email protected]>
Added another LLVM_FALLTHROUGH annotation.

856e04df865e60534c25f5fba3fb8fc404a2eb8f authored about 6 years ago by George Karpenkov <[email protected]>
[Sema] Make sure we substitute an instantiation-dependent default template argument

Fixes llvm.org/PR39623

Differential revision: https://reviews.llvm.org/D54414

git-svn-id: http...

f78993129b8de5baafb0d90aa59747d480be915d authored about 6 years ago by Erik Pilkington <[email protected]>
Fix the 'fixit' for inline namespace replacement.

I'd neglected to add to the fixit for r346677. Richard Smith mentioned
this in a review-after-c...

01bad5891ee5124df4c21328f75bf22c6e0228bd authored about 6 years ago by Erich Keane <[email protected]>
Add LLVM_FALLTHROUGH annotation.

4c832e1a28c72c3d26b1db8ec6a2892dfa257874 authored about 6 years ago by George Karpenkov <[email protected]>
[indexer] Fix a fallthrough bug in IndexRecordHasher

c718581990cb608b0bee8b3b2ee9da1db7eb29eb authored about 6 years ago by George Karpenkov <[email protected]>
Merge remote-tracking branch 'origin/swift-5.0-branch' into stable

92276945939033f3d892fc4e8829b5788c236ebf authored about 6 years ago by swift_jenkins <[email protected]>
PR39628 Treat all non-zero values as 'true' in bool compound-assignment

in constant evaluation, not just odd values.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/t...

89caec8b662eac5a5d37f45b36c0790c9b5f3da5 authored about 6 years ago by Richard Smith <[email protected]>
[Modules] Prevent #import to reenter header if not building a module.

When non-modular headers are imported while not building a module but
in -fmodules mode, be cons...

c9904e9fc563cbaaa56c0b22ef5b9fd7213eb3d6 authored about 6 years ago by Bruno Cardoso Lopes <[email protected]>
Merge remote-tracking branch 'origin/swift-5.0-branch' into stable

ff7c18c8659eb12c7a290c2df5455f02bce7171b authored about 6 years ago by swift_jenkins <[email protected]>
[Modules] Prevent nonrecoverable module-out-of-date errors in projects that mix PCH and clang modules.

This patch introduces a NeededByPCHOrCompilationUsesPCH language
option which causes clang modul...

31a2f556270afb4b4d570253a754a1f156be1eba authored about 6 years ago by Bruno Cardoso Lopes <[email protected]>
[NFC] Fix formatting in inline nested namespace definition.

Apparently my invocation of clang-format in VIM didn't get this right,
but the patch-version DID...

0d905b9e6e2de1e0ab2e36082c6c7e0f926e1bb5 authored about 6 years ago by Erich Keane <[email protected]>
Merge branch 'llvm-master' into upstream-with-swift

a4f1c8cf3f96cd8aedb64b53519bbd58713e5d80 authored about 6 years ago by George Karpenkov <[email protected]>
[clang-format] Support breaking consecutive string literals for TableGen

Summary:
clang-format can get confused by string literals in TableGen: it knows that strings can...

c7525f52611b7411a8ec1ccf66dbb4057a6d4d3e authored about 6 years ago by Jordan Rupprecht <[email protected]>
[analyzer] Drastically simplify the tblgen files used for checkers

Interestingly, only about the quarter of the emitter file is used, the DescFile
entry hasn't eve...

a216d79fac00fe42a7661b255ad3df040e764a19 authored about 6 years ago by Kristof Umann <[email protected]>
Implement P1094R2 (nested inline namespaces)

As approved for the Working Paper in San Diego, support annotating
inline namespaces with 'inlin...

8e8c9f7c8a9e74c7007e3d71e308b4abe231712e authored about 6 years ago by Erich Keane <[email protected]>
Revert "Make clang-based tools find libc++ on MacOS"

This breaks the LLDB bots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346675 91177...

e6966fe563654422468e12db1abc3aad69fd78fd authored about 6 years ago by Jonas Devlieghere <[email protected]>
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c is failing under windows

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346659 91177308-0d34-0410-b5e6-96231b3b80d8

7de59a5b9e9c1cc8e2197171af2bc3f0c4fbcd22 authored about 6 years ago by Calixte Denizet <[email protected]>
Make clang-based tools find libc++ on MacOS

Summary:
When they read compiler args from compile_commands.json.
This change allows to run clan...

4b7ff1091978ab2202459ae06de89ee761d2077f authored about 6 years ago by Ilya Biryukov <[email protected]>
[GCOV] fix test after patch rL346642

Summary:
Test is failing under windows, so fix it.
Should fix:
http://lab.llvm.org:8011/builders...

cc40f56a8ca1d689368db5d2a23d595dae528c2a authored about 6 years ago by Calixte Denizet <[email protected]>
[Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov

Summary:
These options are taking regex separated by colons to filter files.
- if both are empty...

57594f01382efbde4874ba7979f0aa0179c98f55 authored about 6 years ago by Calixte Denizet <[email protected]>
Release notes: Mention clang-cl's /Zc:dllexportInlines- flag

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346640 91177308-0d34-0410-b5e6-96231b3b80d8

d0638b0ec1226c4bd763e6efe0f67506a2768cda authored about 6 years ago by Hans Wennborg <[email protected]>
clang-cl: Add documentation for /Zc:dllexportInlines-

Differential revision: https://reviews.llvm.org/D54319

git-svn-id: https://llvm.org/svn/llvm-pr...

a9d4cea374e6a41f8021b4b4965c6fdc0a6fd373 authored about 6 years ago by Hans Wennborg <[email protected]>
Fix compatibility with z3-4.8.1

With z3-4.8.1:
../tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp:49:40: error:
'Z3_...

11e2d5329ef428cb3ea5dda0bdd145dd250194fb authored about 6 years ago by Jan Kratochvil <[email protected]>
Support Swift in platform availability attribute

Summary: This adds support for Swift platform availability attributes. It's largely a port of th...

4683394cd0b76e9ab4256713fa84206207607c6d authored about 6 years ago by Michael Wu <[email protected]>
Propagating prior merge from 'llvm.org/master'.

235568fa5067c1aa815f11ead7fa01a2e4b4aaa9 authored about 6 years ago by Automerger <Automerger@Swift>
[CodeGen][CXX]: Fix no_destroy CG bug under specific circumstances

Summary:

Class with no user-defined destructor that has an inherited member that has a
non-triv...

ed93c36d63eaa19996ba2fb14c925aaeededeb5c authored about 6 years ago by Kristina Brooks <[email protected]>
Propagating prior merge from 'llvm.org/master'.

c0d53688e67793d265ad97c43de92fc552db03fe authored about 6 years ago by Automerger <Automerger@Swift>
Pass the function type instead of the return type to FunctionDecl::Create

Fix places where the return type of a FunctionDecl was being used in
place of the function type
...

7dec0f05fefde9d87b465d57d739230563b26584 authored about 6 years ago by Jonas Devlieghere <[email protected]>
[cxx_status] Update for San Diego motions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346591 91177308-0d34-0410-b5e6-96231b3b80d8

5a7aa718fe09311c46e2ed86ade4ff564dfe990e authored about 6 years ago by Richard Smith <[email protected]>
[python] Support PathLike filenames and directories

Python 3.6 introduced a file system path protocol (PEP 519[1]).
The standard library APIs accept...

8d3c930260730d83b6a8979800135df8ccb27148 authored about 6 years ago by Michal Gorny <[email protected]>
Propagating prior merge from 'llvm.org/master'.

f88ff43cd3f566bf3137b112537e2891114ac5ec authored about 6 years ago by Automerger <Automerger@Swift>
[clang]: Fix misapplied patch in 346582.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346583 91177308-0d34-0410-b5e6-96231b3...

4e24035ea29d2d9b4a210765a94d0615d9dd2674 authored about 6 years ago by Kristina Brooks <[email protected]>
Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.

Differential Revision: https://reviews.llvm.org/D54373

git-svn-id: https://llvm.org/svn/llvm-...

adac0fd5e03c931db669be4c4b13bb9080ba948f authored about 6 years ago by Kristina Brooks <[email protected]>
Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when message target is a result of a C-style method.

Summary:
The issue is that for array subscript like:

```
arr[[Foo() bar]];
```
ClangFormat will...

032312dd0140a7074c9b89d305fe44eb0e44e407 authored about 6 years ago by Yan Zhang <[email protected]>
Revert "Revert rL346454: Fix a use-after-free introduced by r344915."

This un-reverts commit 346454 with a relaxed CHECK for Windows.

git-svn-id: https://llvm.org/sv...

2af5dd707a7928dbb409d41875c4b1353ed501f8 authored about 6 years ago by Adrian Prantl <[email protected]>
[ASTMatchers] overload ignoringParens for Expr

Summary: This patch allows fixing PR39583.

Reviewers: aaron.ballman, sbenza, klimek

Reviewed B...

1597f1061641dcf29310c519c0236ac97df90995 authored about 6 years ago by Jonas Toth <[email protected]>
[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.

If the statements between target|teams|distribute directives does not
require execution in maste...

a0fa523c073426d74b700f6c0ab46d62c130a8b6 authored about 6 years ago by Alexey Bataev <[email protected]>
Revert rL346454: Fix a use-after-free introduced by r344915.

r344915 added a call to ApplyDebugLocation to the sanitizer check
function emitter. Some of the ...

6d393d441e4d88a4a57251204ed9bdcbb79aa6d6 authored about 6 years ago by Simon Pilgrim <[email protected]>
Use the correct address space when bitcasting func pointer to int pointer

When we cast a function pointer to an int pointer, at some pointer later
it gets bitcasted back ...

027e892af88b4f3310e8d8d1b603f149a5708e8d authored about 6 years ago by Dylan McKay <[email protected]>
Allow a double-underscore spelling of Clang attributes using double square bracket syntax.

This matches a similar behavior with GCC accepting [[gnu::__attr__]] as a alias for [[gnu::attr]...

29b9417c18f6a4b529fe7ced36cc3f575e56ca51 authored about 6 years ago by Aaron Ballman <[email protected]>
Merge remote-tracking branch 'origin/swift-5.0-branch' into stable

e189676204b5089e4f213bdf76908be57325d3ce authored about 6 years ago by swift_jenkins <[email protected]>
Fix a nondeterminism in the debug info for VLA size expressions.

The artificial variable describing the array size is supposed to be
called "__vla_expr", but thi...

81fc2a9e8c2da0b384d5cf3b425b5bb059ecb7e3 authored about 6 years ago by Adrian Prantl <[email protected]>
Fix a nondeterminism in the debug info for VLA size expressions.

The artificial variable describing the array size is supposed to be
called "__vla_expr", but thi...

df5383b4bc12e35f6ad2f9175883aa7c5ff34dd5 authored about 6 years ago by Adrian Prantl <[email protected]>
[HIP] Remove useless sections in linked files

clang-offload-bundler creates __CLANG_OFFLOAD_BUNDLE__* sections in the bundles,
which get into ...

1b6c047b6c36b3799dafc748f589afc735058089 authored about 6 years ago by Yaxun Liu <[email protected]>
Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-runtime.

Differential Revision: https://reviews.llvm.org/D54330

git-svn-id: https://llvm.org/svn/llvm-pr...

7e12b9765a105da269d3e41f2edc62ccdf7a4c35 authored about 6 years ago by Peter Collingbourne <[email protected]>
Introduce the _Clang scoped attribute token.

Currently, we only accept clang as the scoped attribute identifier for double square bracket att...

71ae196c71f83c6d209e3e27dadd0d6cf56a1992 authored about 6 years ago by Aaron Ballman <[email protected]>
Use the correct address space when emitting the ctor function list

This patch modifies clang so that, if compiling for a target that
explicitly specifies a nonzero...

e4084593e04ade7abbca3ab568f9f1c54b17d431 authored about 6 years ago by Dylan McKay <[email protected]>
[OPENMP][NVPTX]Allow to use shared memory for the

target|teams|distribute variables.

If the total size of the variables, declared in target|teams|...

223835dbb1f8b240a8262100dbef25b02e6558c7 authored about 6 years ago by Alexey Bataev <[email protected]>
[clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /fallback

Summary:
This is followup of
https://reviews.llvm.org/D51340

Reviewers: hans, thakis

Reviewed ...

9096f2a5c68ea935cb3d1b08ab36a93c4d729cbd authored about 6 years ago by Takuto Ikuta <[email protected]>
[Tooling] Avoid diagnosing missing input files in an edge-case where it's incorrect.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346485 91177308-0d34-0410-b5e6-96231b3b80d8

33834d33328b04607147a0352b67da76b85029bf authored about 6 years ago by Sam McCall <[email protected]>
Merge remote-tracking branch 'origin/swift-5.0-branch' into stable

190e3da7b43f1c8086c58e248b8a7992a21fc351 authored about 6 years ago by swift_jenkins <[email protected]>
Propagating prior merge from 'llvm.org/master'.

ec17cd643d6bc89bb6284273637d317707ea21a8 authored about 6 years ago by Automerger <Automerger@Swift>
[PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be modulo the number of bits in the element

The second parameter of vec_sr function is representing shift bits and it should be modulo the n...

c82f5141e9ef1758d97cc4ff8a25e3b58628efc9 authored about 6 years ago by Zi Xuan Wu <[email protected]>
Fix test from r346439 to also work on Windows due to path separator differences.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346468 91177308-0d34-0410-b5e6-96231b3b...

2b902d3e908c8cbbe7707627040848f5368b8f80 authored about 6 years ago by Douglas Yung <[email protected]>
Use correct parameter name in comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346458 91177308-0d34-0410-b5e6-96231b3b...

55a7656e0e398741262b49ff0a6fc424b121a74a authored about 6 years ago by Bill Wendling <[email protected]>
Compound literals, enums, et al require const expr

Summary:
Compound literals, enums, file-scoped arrays, etc. require their
initializers and size...

ed611fa5aace7533cbd8ffcf27fdcc5208bfaa2f authored about 6 years ago by Bill Wendling <[email protected]>
Fix a use-after-free introduced by r344915.

r344915 added a call to ApplyDebugLocation to the sanitizer check
function emitter. Some of the ...

35c7180c4715f15f40c335626c45586dd00f9ad0 authored about 6 years ago by Adrian Prantl <[email protected]>
Fix a use-after-free introduced by r344915.

r344915 added a call to ApplyDebugLocation to the sanitizer check
function emitter. Some of the ...

130d3d039ee8886084c8dfe038b3183db72f6788 authored about 6 years ago by Adrian Prantl <[email protected]>
[Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch too

The current version only emits the below error for a module (attempted to be loaded) from the `...

3d002375f1d6cb51cff6e40d00528cb3ce75a302 authored about 6 years ago by David Blaikie <[email protected]>
[Tooling] Produce diagnostics for missing input files.

Summary:
This was disabled way back in 2011, in the dark times before Driver was VFS-aware.

Als...

4f6cad78cf538ef8c8177ac4bc4e58858a8a3843 authored about 6 years ago by Sam McCall <[email protected]>
Fix bitcast to address space cast for coerced load/stores

Coerced load/stores through memory do not take into account potential
address space differences ...

cc1c5250d219a58044567aff7f298100b53ee5a0 authored about 6 years ago by Yaxun Liu <[email protected]>
[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.

The base pointer for the lambda mapping must point to the lambda capture
placement and pointer m...

837a4f70d294fda34ee47a3ca43a912ea1dff840 authored about 6 years ago by Alexey Bataev <[email protected]>
clang-cl: Add "/clang:" pass-through arg support.

The clang-cl driver disables access to command line options outside of the
"Core" and "CLOption"...

8bf07130276f736f15ff2bd346c604a17cd6cc85 authored about 6 years ago by Hans Wennborg <[email protected]>
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension

Summary:
Documentation can be found at https://www.khronos.org/registry/OpenCL/extensions/intel/...

2a515b366ed1fc5e80f9310ba94f171db7cc3aa7 authored about 6 years ago by Andrew Savonichev <[email protected]>
Propagating prior merge from 'llvm.org/master'.

911c77a57a082fc5b71ea5c704ce531d9eb9d68d authored about 6 years ago by Automerger <Automerger@Swift>
[clang] Set CMP0075 to new

Make the check_include_file* macros honor CMAKE_REQUIRED_LIBRARIES. This
shouldn't cause any of ...

7668d4626c27696d1d5e4b2086b5882196fb4d68 authored about 6 years ago by Shoaib Meenai <[email protected]>
[OPENMP]Fix handling of the globals during compilation for the device.

Fixed lookup for the target regions in unused virtual functions + fixed
processing of the global...

0ccf2f537d5fbd909a757be4bbb0cdb6d325d048 authored about 6 years ago by Alexey Bataev <[email protected]>
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation

This patch breaks Index/opencl-types.cl LIT test:

Script:
--
: 'RUN: at line 1'; stage1/bin/c...

456f122360d8f2c4246294f86a412b0e4dd96d71 authored about 6 years ago by Andrew Savonichev <[email protected]>
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension

Summary:
Documentation can be found at https://www.khronos.org/registry/OpenCL/extensions/intel/...

d54f227a4fbd06b4b738c663e955598850469c28 authored about 6 years ago by Andrew Savonichev <[email protected]>
[OpenCL] Fix diagnostic message about overload candidates

Summary:
I wonder if there are some extension which need to be disabled to get
overloadable cand...

fe540593a511cbe9ea7248509e4142ab63959d81 authored about 6 years ago by Andrew Savonichev <[email protected]>
[NFC][Clang][Aarch64] Add missing test file

The commit rL345273 by @LukeCheeseman has a missing test file,
see https://reviews.llvm.org/D514...

33cbe70a51908895c75633215cd601670a021034 authored about 6 years ago by Diogo N. Sampaio <[email protected]>
[mips][msa] Fix msa_[st/ld] offset check

This patch fixes a minimum divider for offset in intrinsics
msa_[st/ld]_[b/h/w/d], when value is...

9c23677c3b4196b9968825c1987a1f0e23c4a9ca authored about 6 years ago by Aleksandar Beserminji <[email protected]>
Propagating prior merge from 'llvm.org/master'.

49ba36dd06de5adc6858016897a3c53a682f603e authored about 6 years ago by Automerger <Automerger@Swift>
[CodeComplete] Do not complete self-initializations

Summary:
Removes references to initialized variable from the following completions:

int x =...

04fd8b2a71f62bb832dd1da34ce09e0a3de202dc authored about 6 years ago by Ilya Biryukov <[email protected]>