summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Generalize capturing of clauses expressions.Alexey Bataev2017-11-281-7/+3
* [CUDA] Report "unsupported VLA" errors only on device side.Artem Belevich2017-11-283-4/+4
* [test] Fix a typo in a test comment. NFC.Martin Storsjo2017-11-281-1/+1
* [clang-cl] Alias /Wall to -WeverythingReid Kleckner2017-11-271-1/+2
* [OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev2017-11-277-0/+4240
* Switch CPU names not recognized by GNU assemblerPirama Arumuga Nainar2017-11-271-0/+17
* [analyzer] pr34766: Fix a crash on explicit std::initializer_list constructor.Artem Dergachev2017-11-271-1/+5
* [analyzer] pr34404: Fix a crash on modeling pointers to indirect members.Artem Dergachev2017-11-271-0/+39
* [OPENMP] Improve handling of cancel directives in target-basedAlexey Bataev2017-11-271-0/+2
* [lit] Set shlibpath_var on SolarisFedor Sergeev2017-11-271-1/+1
* [OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_shortAlexey Sotkin2017-11-271-0/+18
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-2648-150/+150
* Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon2017-11-264-2/+113
* [X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...Craig Topper2017-11-252-14/+30
* [analyzer] Teach RetainCountChecker about CoreMedia APIsDevin Coughlin2017-11-251-0/+45
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-1/+4
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-224-0/+22
* Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek2017-11-221-21/+0
* [OPENMP] Added missed checks for for [simd] based directives.Alexey Bataev2017-11-225-2/+352
* [CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)Petr Hosek2017-11-221-0/+21
* [OPENMP] Do not mark captured variables as artificial in debug info.Alexey Bataev2017-11-221-0/+10
* [OpenMP] Adjust arguments of nvptx runtime functionsJonas Hahnfeld2017-11-224-13/+13
* [OPENMP] Codegen for `target teams` directive.Alexey Bataev2017-11-222-9/+36
* [Driver] Make the use of relax relocations a per target optionPetr Hosek2017-11-221-0/+1
* [OpenMP] Fix tests after r318789Richard Trieu2017-11-214-15/+15
* Avoid unecessary opsize byte in segment move to memoryNirav Dave2017-11-211-6/+6
* The offsetof macro is intended to work with subobjects rather than simple ide...Aaron Ballman2017-11-211-4/+4
* [Clang][OpenMP] New clang/libomptarget map interface: new function signatures...George Rokos2017-11-2130-564/+576
* Add -finstrument-function-entry-bare flagHans Wennborg2017-11-211-0/+13
* Fix test/OpenMP/nvptx_data_sharing.cppJonas Hahnfeld2017-11-211-2/+2
* [ASTImporter] Support new AST nodes:Aleksei Sidorin2017-11-213-3/+67
* [OpenMP] Add implicit data sharing support when offloading to NVIDIA GPUs usi...Gheorghe-Teodor Bercea2017-11-213-13/+65
* Add target triples to openmp-offload-gpu.cJonas Hahnfeld2017-11-211-3/+6
* [OpenMP] Consistently use cubin extension for nvlinkJonas Hahnfeld2017-11-211-25/+54
* [MINGW] normalize WIN32 macrosMartell Malone2017-11-211-0/+58
* [Analyzer] Stable iteration on indirect goto LabelDecl's to avoid non-determi...Aleksei Sidorin2017-11-211-0/+96
* [Analyzer] Revert r318750 because incorrect files were added for commit.Aleksei Sidorin2017-11-211-96/+0
* [Analyzer] Non-determinism: stable iteration on indirect goto LabelDecl'sAleksei Sidorin2017-11-211-0/+96
* [Modules TS] Added module re-export support.Hamza Sood2017-11-212-4/+40
* [x86][inline-asm] allow recognition of MPX regs inside ms inline-asm blobCoby Tayree2017-11-211-0/+11
* [MS] add an init test for thumbv7-windows-msvcMartell Malone2017-11-211-0/+5
* [MS] Increase default new alignment for win64 and test itReid Kleckner2017-11-212-3/+21
* Re-revert "Refactor debuginfo-tests."Zachary Turner2017-11-212-8/+2
* [analyzer] Diagnose stack leaks via block capturesAlexander Shaposhnikov2017-11-202-0/+212
* Revert r318669/318694Erich Keane2017-11-2015-109/+55
* Resubmit "Refactor debuginfo-tests" again.Zachary Turner2017-11-202-2/+8
* Include test files for rL318668Erich Keane2017-11-203-0/+53
* [OpenMP] Initial implementation of code generation for pragma 'teams distribu...Carlo Bertolli2017-11-2012-0/+3389
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-2012-55/+56
* Revert r318456 "Issue -Wempty-body warnings for else blocks"Hans Wennborg2017-11-201-20/+0
OpenPOWER on IntegriCloud