summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse2018-12-2015-246/+297
* Make the "too many braces in scalar initialization" extension causeRichard Smith2018-12-201-0/+23
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-0/+2
* [Sema] Don't try to account for the size of an incomplete type in CheckArrayA...Bruno Ricci2018-12-201-0/+9
* Revert "[analyzer] pr38668: Do not attempt to cast loaded values..."Artem Dergachev2018-12-202-14/+4
* [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim2018-12-203-80/+80
* Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper2018-12-207-17/+17
* [Sema][NFC] Add test for static_assert diagnistics with constexpr template fu...Clement Courbet2018-12-201-0/+7
* [SystemZ] Improve testing of vecintrin.h intrinsicsUlrich Weigand2018-12-202-3/+1819
* [SystemZ] Fix wrong codegen caused by typos in vecintrin.hUlrich Weigand2018-12-201-5/+5
* [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...Simon Pilgrim2018-12-204-36/+36
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-202-0/+56
* [analyzer] pr38668: Do not attempt to cast loaded values of non-scalar types.Artem Dergachev2018-12-192-4/+14
* [analyzer] Improve modeling for returning an object from the top frame with RVO.Artem Dergachev2018-12-191-11/+85
* Disable -faddsig by default for PS4 target.Douglas Yung2018-12-191-0/+1
* [analyzer] CStringChecker: Add the forgotten test file.Artem Dergachev2018-12-191-0/+28
* [OPENMP]Mark the loop as started when initialized.Alexey Bataev2018-12-191-1/+12
* [CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov2018-12-191-0/+21
* [OpenMP] Fix data sharing analysis in nested clauseJoel E. Denny2018-12-191-0/+10
* [X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic...Simon Pilgrim2018-12-194-108/+36
* [Index] Index paremeters in lambda expressions.Haojian Wu2018-12-191-0/+3
* [Driver] Also obey -nostdlib++ when rewriting -lstdc++.Dan Albert2018-12-181-0/+9
* Emit ASM input in a constant contextBill Wendling2018-12-181-0/+11
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-1812-24/+170
* [CodeGen] Handle mixed-width ops in mixed-sign mul-with-overflow loweringVedant Kumar2018-12-181-0/+21
* [OPENMP][NVPTX]Emit shared memory buffer for reduction as 128 bytesAlexey Bataev2018-12-1810-11/+11
* Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper2018-12-1864-742/+742
* [OPENMP][NVPTX]Added extra sync point to the inter-warp copy function.Alexey Bataev2018-12-181-0/+4
* [Driver][PS4] Do not implicitly link against asan or ubsan if -nostdlib or -n...Pierre Gousseau2018-12-182-0/+11
* [NFC] Fix usage of Builder.insert(new Bitcast...)in CodeGenFunctionErich Keane2018-12-181-2/+1
* Emit -Wformat properly for bit-field promotions.Aaron Ballman2018-12-182-0/+39
* [AST] Unify the code paths of traversing lambda expressions.Haojian Wu2018-12-181-1/+1
* [PowerPC] Make no-PIC default to match GCC - CLANGStefan Pintilie2018-12-182-4/+40
* [Driver] Automatically enable -munwind-tables if -fseh-exceptions is enabledMartin Storsjo2018-12-181-0/+3
* [ExprConstant] Handle compound assignment when LHS has integral type and RHS ...Tan S. B.2018-12-181-0/+8
* Automatic variable initializationJF Bastien2018-12-186-2/+604
* Fix ms-layout_version declspec test and add missing new testReid Kleckner2018-12-171-0/+42
* Make test/Driver/darwin-sdk-version.c pass on hosts < macOS10.14Alex Lorenz2018-12-171-2/+2
* [NFC] Test commit: tweak whitespace in commentTan S. B.2018-12-171-2/+2
* [darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`Alex Lorenz2018-12-171-0/+3
* [Driver] Don't override '-march' when using '-arch x86_64h'Francis Visoiu Mistrih2018-12-171-0/+5
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-175-6/+48
* Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...Kristof Umann2018-12-175-17/+17
* [analyzer] MoveChecker: Enable by default as cplusplus.Move.Artem Dergachev2018-12-172-11/+14
* [analyzer] MoveChecker: Add an option to suppress warnings on locals.Artem Dergachev2018-12-171-108/+355
* Speculatively re-apply "[analyzer] MoveChecker: Add checks for dereferencing..."Artem Dergachev2018-12-171-5/+29
* [analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev2018-12-162-0/+206
* Thread safety analysis: Allow scoped releasing of capabilitiesAaron Puchert2018-12-161-0/+104
* [analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann2018-12-155-17/+17
* [analyzer][MallocChecker][NFC] Document and reorganize some functionsKristof Umann2018-12-152-2/+11
OpenPOWER on IntegriCloud