summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Dead Virtual Function EliminationOliver Stannard2019-10-113-0/+174
* Insert module constructors in a module passVitaly Buka2019-10-111-0/+22
* [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.Craig Topper2019-10-111-45/+51
* Revert 374481 "[tsan,msan] Insert module constructors in a module pass"Nico Weber2019-10-111-22/+0
* [CUDA][HIP} Add a test for constexpr default ctorYaxun Liu2019-10-111-0/+33
* Fix assertion failure for a cv-qualified array as a non-type templateRichard Smith2019-10-111-0/+13
* [tsan,msan] Insert module constructors in a module passVitaly Buka2019-10-101-0/+22
* [tooling] Teach Tooling to understand compilation with offloading.Michael Liao2019-10-101-0/+4
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-101-0/+10
* Fix some errors in <arm_neon.h> tests that cause them to fail with laxRichard Smith2019-10-102-10/+10
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-4/+0
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-0/+4
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-107-85/+111
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-1019-0/+5418
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-103-77/+78
* Fix one more clang test which didn't have \5C in itReid Kleckner2019-10-101-1/+1
* Update clang tests for new LLVM IR backslash printing in r374415Reid Kleckner2019-10-105-10/+10
* Re-land "Use -fdebug-compilation-dir to form absolute paths in coverage mappi...Reid Kleckner2019-10-101-0/+16
* [OPENMP50]Support for declare variant directive for NVPTX target.Alexey Bataev2019-10-101-0/+158
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-102-0/+28
* [OPENMP50]Register vendor name only once in vendor context selector.Alexey Bataev2019-10-102-2/+2
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-1019-344/+344
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Kadir Cetinkaya2019-10-101-16/+0
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-109-193/+1051
* Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"Sjoerd Meijer2019-10-102-9/+30
* [clang] prevent crash for nonnull attribut in constant context (Bug 43601)Gauthier Harnisch2019-10-101-3/+4
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-2/+8
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-8/+2
* Use -fdebug-compilation-dir to form absolute paths in coverage mappingsReid Kleckner2019-10-101-0/+16
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-096-3/+87
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-0919-344/+344
* [OPENMP50]Fix scoring of contexts with and without user provided scores.Alexey Bataev2019-10-091-2/+2
* [Clang][OpenMP Offload] Add new tool for wrapping offload device binariesSergey Dmitriev2019-10-093-120/+155
* [ObjC generics] Fix not inheriting type bounds in categories/extensions.Volodymyr Sapsai2019-10-091-0/+14
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-091-2/+8
* [HIP] Fix -save-tempsYaxun Liu2019-10-091-0/+41
* [ARM] Fix arm_neon.h with -flax-vector-conversions=noneEli Friedman2019-10-0911-601/+199
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-1/+6
* [mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan2019-10-091-0/+8
* [DebugInfo] Enable call site debug info for ARM and AArch64Nikola Prica2019-10-091-0/+4
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-091-1/+2
* Revert r374006: Reland 'Add VFS support for sanitizers' blacklist'Ilya Biryukov2019-10-092-51/+0
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-091-13/+36
* [c++20] Implement most of P1152R4.Richard Smith2019-10-091-1/+68
* [IRGen] Emit lifetime markers for temporary struct allocasFrancis Visoiu Mistrih2019-10-081-0/+89
* Fix crash or wrong code bug if a lifetime-extended temporary contains aRichard Smith2019-10-081-0/+18
* [clang] Add llvm-ifs in test depsVitaly Buka2019-10-081-0/+1
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-083-6/+10
* Try to get ubsan-blacklist-vfs.c pass more on WindowsNico Weber2019-10-081-2/+2
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-083-0/+109