summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-091-10/+15
* Incorrect implicit data-sharing for nested tasksAlexey Bataev2019-01-091-1/+19
* [Driver] Fix libcxx detection on Darwin with clang run as ./clangIlya Biryukov2019-01-092-1/+2
* [Driver] Default to -fno-addrsig on Android.Dan Albert2019-01-081-0/+1
* Android is not GNU, so don't claim that it is.Dan Albert2019-01-081-0/+2
* [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-082-10/+10
* Fix opencl test broken on windows by r350643.Erich Keane2019-01-081-2/+2
* [NFC] Don't over-eagerly check block alignmentJF Bastien2019-01-081-2/+2
* Limit COFF 'common' emission to <=32 alignment types.Erich Keane2019-01-081-0/+8
* __has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington2019-01-081-1/+1
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-082-14/+14
* Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington2019-01-081-32/+0
* Don't emit DW_AT_enum_class unless it's actually an 'enum class'.Paul Robinson2019-01-081-0/+3
* [OPENMP]Fix PR40191: Do not allow orphaned cancellation constructs.Alexey Bataev2019-01-082-40/+40
* [Sema] Diagnose array access preceding the array bounds even when the base ty...Bruno Ricci2019-01-081-1/+4
* [X86] Add shift-by-immediate tests for non-immediate/out-of-range valuesSimon Pilgrim2019-01-086-0/+588
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-081-0/+32
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-071-0/+4
* [OPENMP]Add call to __kmpc_push_target_tripcount() function.Alexey Bataev2019-01-078-2/+37
* Recommit r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd...Craig Topper2019-01-072-108/+144
* Revert r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd b...Craig Topper2019-01-072-144/+108
* [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins.Craig Topper2019-01-072-108/+144
* [OPENMP][NVPTX]Reduce number of barriers in reductions.Alexey Bataev2019-01-072-5/+0
* [X86] Update VBMI2 vshld/vshrd tests to use an immediate that doesn't require...Craig Topper2019-01-072-31/+31
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-078-42/+79
* [SemaCXX] Fix ICE for unexpanded parameter packBrian Gesiak2019-01-071-1/+5
* Fix bug in test found by the diagnostic added in r350340.Nico Weber2019-01-061-1/+1
* CodeGen: fix autolink emission on ELFSaleem Abdulrasool2019-01-051-2/+2
* [OpenMP] Refactor const restriction for linearJoel E. Denny2019-01-0415-30/+30
* [OpenMP] Refactor const restriction for reductionsJoel E. Denny2019-01-0432-448/+448
* [OpenMP] Replace predetermined shared for const variableJoel E. Denny2019-01-0438-349/+357
* Fix default-function-attr.c so that it works on Windows.Peter Collingbourne2019-01-041-1/+1
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-042-0/+14
* [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi2019-01-041-0/+1
* [HIP][DRIVER][OFFLOAD] Do not unbundle unsupported file typesAaron Enye Shi2019-01-041-0/+11
* [ThinLTO] Clang changes to utilize new pass to handle chains of aliasesTeresa Johnson2019-01-041-0/+3
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-044-0/+237
* [OPENMP][NVPTX]Use new functions from the runtime library.Alexey Bataev2019-01-0411-24/+24
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-045-2/+116
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-047-16/+55
* Prevent unreachable when checking invalid multiversion decls.Erich Keane2019-01-041-0/+12
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-042-8/+8
* Validate -add-plugin arguments.Nico Weber2019-01-031-0/+5
* Make -Wstring-plus-int warns even if when the result is not out of boundsArnaud Bienner2019-01-031-12/+11
* [OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr, 0) instead ofAlexey Bataev2019-01-036-51/+51
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-031-0/+29
* Fix incorrect column numbers in test from r350282.Alex Lorenz2019-01-031-2/+2
* [libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not ExprsAlex Lorenz2019-01-031-0/+24
* Make test/Driver/darwin-sdk-version.c pass if the host triple is 32-bitNico Weber2019-01-031-2/+2
* [OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster2019-01-023-2/+95