summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Test on half immediate support.Egor Churaev2017-05-291-0/+17
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-2949-87/+89
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-285-1/+27
* [coroutines] Diagnose invalid result types for `await_resume` and `await_sus...Eric Fiselier2017-05-281-0/+37
* baremetal.cpp: Fix tests where lib suffix is 64Ismail Donmez2017-05-281-6/+6
* Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier2017-05-274-26/+1
* [OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...George Rokos2017-05-2710-111/+137
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-274-1/+26
* Resubmit r303861.Konstantin Zhuravlyov2017-05-261-0/+7
* CodeGen: Define Swift's legal vector types for AArch64, ARMArnold Schwaighofer2017-05-262-0/+17
* Enable __float128 for mingw for GCC compatibility and define __SIZEOF_FLOAT12...Reid Kleckner2017-05-261-3/+7
* Revert "[OpenCL] An error shall occur if any scalar operand has greater rank ...Renato Golin2017-05-262-24/+1
* [OpenCL] An error shall occur if any scalar operand has greater rank than the...Egor Churaev2017-05-262-1/+24
* Create valid LValue to represent null pointers in constant exprsTim Northover2017-05-261-0/+8
* "*" => "+" to avoid matching on empty string.Richard Trieu2017-05-251-1/+1
* Make test/Driver/baremetal.cpp work when output directory isn't named 'bin'.Richard Trieu2017-05-251-1/+1
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-255-21/+15
* Make test/Driver/baremetal.cpp pass on WindowsHans Wennborg2017-05-251-14/+14
* Revert "[AMDGPU] add __builtin_amdgcn_s_getpc"Reid Kleckner2017-05-251-7/+0
* Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane2017-05-252-14/+4
* Relax testcase to appease buildbotsJonathan Roelofs2017-05-251-9/+9
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-255-4/+86
* [coroutines] Diagnose when promise types fail to declare either return_void o...Eric Fiselier2017-05-252-22/+17
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-251-1/+1
* [AMDGPU] add __builtin_amdgcn_s_getpcTim Corringham2017-05-251-0/+7
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-252-1/+39
* [CodeGen] Pessimize aliasing for member unions (and may-alias) objectsKrzysztof Parzyszek2017-05-252-0/+89
* [OpenCL] reserve_id_t cannot be used as argument to kernel functionEgor Churaev2017-05-251-0/+5
* [OpenCL] Added regression test on invalid vector initialization.Egor Churaev2017-05-251-1/+2
* [coroutines] Fix fallthrough diagnostics for coroutinesEric Fiselier2017-05-252-3/+110
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-241-44/+0
* [coroutines] Add support for coroutines with non-scalar parametersGor Nishanov2017-05-241-0/+95
* For Microsoft compatibility, set fno_operator_namesErich Keane2017-05-242-4/+14
* Fix one test case faiulre in commit 303766.Tony Jiang2017-05-241-9/+9
* [OPENMP] Allow value of thread local variables in target regions.Alexey Bataev2017-05-241-18/+21
* [PowerPC] Implement vec_xxsldwi builtin.Tony Jiang2017-05-242-0/+63
* [coroutines] Make generic lambda coroutines workGor Nishanov2017-05-241-0/+58
* Warn about uses of `@available` that can't suppress theAlex Lorenz2017-05-242-2/+12
* [PowerPC] Implement vec_xxpermdi builtin.Tony Jiang2017-05-242-1/+65
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-2413-50/+27
* [coroutines] Improved diagnostics when unhandled_exception is missing in the ...Gor Nishanov2017-05-242-1/+5
* [index] The references to explicit class properties should be recordedAlex Lorenz2017-05-241-0/+9
* [coroutines] [NFC] Add tests for return_void, unhandled_exception and promise...Gor Nishanov2017-05-244-0/+238
* [XRay][clang] Allow imbuing arg1 logging attribute via -fxray-always-instrument=Dean Michael Berris2017-05-241-0/+12
* [coroutines] Implement correct GRO lifetimeGor Nishanov2017-05-241-0/+86
* Change __has_feature(objc_diagnose_if_attr) to __has_feature(attribute_diagno...Argyrios Kyrtzidis2017-05-241-1/+1
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-241-0/+16
* [Modules] Fix overly conservative assertion for import diagnosticBruno Cardoso Lopes2017-05-233-0/+25
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-231-0/+44
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+6