summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Generalize capturing of clauses expressions.Alexey Bataev2017-11-283-98/+165
* [OpenMP] Stable sort Privates to remove non-deterministic orderingMandeep Singh Grang2017-11-281-5/+4
* [CUDA] Report "unsupported VLA" errors only on device side.Artem Belevich2017-11-284-12/+15
* [Target] Make a copy of TargetOptions feature list before sorting during CodeGenCraig Topper2017-11-281-18/+11
* Refactor functions PrintTemplateArgumentListSerge Pavlov2017-11-2810-134/+83
* [test] Fix a typo in a test comment. NFC.Martin Storsjo2017-11-281-1/+1
* [WebAssembly] Add options for using the nontrapping-fptoint feature.Dan Gohman2017-11-283-2/+17
* [clang-cl] Alias /Wall to -WeverythingReid Kleckner2017-11-272-2/+4
* [WebAssemby] Enable "-mthread-model single" by default, for now.Dan Gohman2017-11-272-0/+9
* [CMake][Fuchsia] Disable terminfo database in Fuchsia toolchainPetr Hosek2017-11-272-2/+4
* [OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev2017-11-278-7/+4245
* [OPENMP] Codegen for `distribute parallel for simd` directive.Alexey Bataev2017-11-272-3/+14
* Switch CPU names not recognized by GNU assemblerPirama Arumuga Nainar2017-11-272-10/+38
* [analyzer] pr34766: Fix a crash on explicit std::initializer_list constructor.Artem Dergachev2017-11-272-2/+6
* [analyzer] pr34404: Fix a crash on modeling pointers to indirect members.Artem Dergachev2017-11-272-1/+42
* [clang] Set up .arcconfig to point to new Diffusion C repositoryBen Hamilton2017-11-271-1/+1
* [OPENMP] Improve handling of cancel directives in target-basedAlexey Bataev2017-11-273-6/+13
* Constify. NFC.Vassil Vassilev2017-11-271-1/+1
* [lit] Set shlibpath_var on SolarisFedor Sergeev2017-11-271-1/+1
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-274-3/+281
* [ASTImporter] Support importing CXXPseudoDestructorExprAleksei Sidorin2017-11-272-0/+50
* [CodeGen] Collect information about sizes of accesses and access types for TBAAIvan A. Kosarev2017-11-275-55/+99
* [OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_shortAlexey Sotkin2017-11-273-0/+329
* Enable additonal features in NetBSDKamil Rytarowski2017-11-261-0/+4
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-2653-460/+312
* [ASTImporter] Support TypeTraitExprAleksei Sidorin2017-11-262-0/+62
* Control-Flow Enforcement Technology - Shadow Stack and Indirect Branch Tracki...Oren Ben Simhon2017-11-2612-3/+239
* [X86] Use separate builtins for fma4 scalar intrinsics. Use negations to remo...Craig Topper2017-11-255-36/+48
* [analyzer] Teach RetainCountChecker about CoreMedia APIsDevin Coughlin2017-11-253-7/+59
* clang-format: [JS] do not collapse short classes.Martin Probst2017-11-252-6/+19
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-252-7/+11
* clang-format: [JS] handle `for` as object label.Martin Probst2017-11-252-1/+8
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-252-6/+13
* [clang-format] Deduplicate using declarationsKrasimir Georgiev2017-11-242-4/+39
* clang-format: [JS] do not break in ArrayType[].Martin Probst2017-11-242-0/+5
* clang-format: [JS] do not wrap before yield.Martin Probst2017-11-242-2/+3
* clang-format: [JS] space between ! assert and in.Martin Probst2017-11-242-2/+4
* Avoid copying the data of in-memory preamblesIlya Biryukov2017-11-242-3/+5
* [Tooling] Acknowledge that many CompilationDatabases don't support enumeration.Sam McCall2017-11-242-27/+24
* clang-format: [JS] handle destructuring `of`.Martin Probst2017-11-242-2/+8
* [ASTMatchers] Matchers for new[] operatorsAdam Balogh2017-11-234-0/+57
* Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart2017-11-232-4/+30
* [DeclPrinter] Allow printing fully qualified name of function declarationSerge Pavlov2017-11-233-10/+64
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-232-200/+276
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-222-308/+451
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-227-10/+38
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-2210-18/+80
* Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...Petr Hosek2017-11-227-42/+19
* [OPENMP] Added missed checks for for [simd] based directives.Alexey Bataev2017-11-227-2/+405
* CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne2017-11-221-0/+4
OpenPOWER on IntegriCloud