]> granicus.if.org Git - clang/shortlog
clang
2017-11-28 Alexey Bataev[OPENMP] Generalize capturing of clauses expressions.
2017-11-28 Mandeep Singh... [OpenMP] Stable sort Privates to remove non-determinist...
2017-11-28 Artem Belevich[CUDA] Report "unsupported VLA" errors only on device...
2017-11-28 Craig Topper[Target] Make a copy of TargetOptions feature list...
2017-11-28 Serge PavlovRefactor functions PrintTemplateArgumentList
2017-11-28 Martin Storsjo[test] Fix a typo in a test comment. NFC.
2017-11-28 Dan Gohman[WebAssembly] Add options for using the nontrapping...
2017-11-27 Reid Kleckner[clang-cl] Alias /Wall to -Weverything
2017-11-27 Dan Gohman[WebAssemby] Enable "-mthread-model single" by default...
2017-11-27 Petr Hosek[CMake][Fuchsia] Disable terminfo database in Fuchsia...
2017-11-27 Alexey Bataev[OPENMP] Codegen for `distribute parallel for simd...
2017-11-27 Alexey Bataev[OPENMP] Codegen for `distribute parallel for simd...
2017-11-27 Pirama Arumuga... Switch CPU names not recognized by GNU assembler
2017-11-27 Artem Dergachev[analyzer] pr34766: Fix a crash on explicit std::initia...
2017-11-27 Artem Dergachev[analyzer] pr34404: Fix a crash on modeling pointers...
2017-11-27 Ben Hamilton[clang] Set up .arcconfig to point to new Diffusion...
2017-11-27 Alexey Bataev[OPENMP] Improve handling of cancel directives in targe...
2017-11-27 Vassil VassilevConstify. NFC.
2017-11-27 Fedor Sergeev[lit] Set shlibpath_var on Solaris
2017-11-27 Krasimir Georgiev[clang-format] Add option to group multiple #include...
2017-11-27 Aleksei Sidorin[ASTImporter] Support importing CXXPseudoDestructorExpr
2017-11-27 Ivan A. Kosarev[CodeGen] Collect information about sizes of accesses...
2017-11-27 Alexey Sotkin[OpenCL] Add extensions cl_intel_subgroups and cl_intel...
2017-11-26 Kamil RytarowskiEnable additonal features in NetBSD
2017-11-26 Aaron BallmanDetermine the attribute subject for diagnostics based...
2017-11-26 Aleksei Sidorin[ASTImporter] Support TypeTraitExpr
2017-11-26 Oren Ben SimhonControl-Flow Enforcement Technology - Shadow Stack...
2017-11-25 Craig Topper[X86] Use separate builtins for fma4 scalar intrinsics...
2017-11-25 Devin Coughlin[analyzer] Teach RetainCountChecker about CoreMedia...
2017-11-25 Martin Probstclang-format: [JS] do not collapse short classes.
2017-11-25 Martin Probstclang-format: [JS] handle semis in generic types.
2017-11-25 Martin Probstclang-format: [JS] handle `for` as object label.
2017-11-25 Martin Probstclang-format: [JS] disable ASI on decorators.
2017-11-24 Krasimir Georgiev[clang-format] Deduplicate using declarations
2017-11-24 Martin Probstclang-format: [JS] do not break in ArrayType[].
2017-11-24 Martin Probstclang-format: [JS] do not wrap before yield.
2017-11-24 Martin Probstclang-format: [JS] space between ! assert and in.
2017-11-24 Ilya BiryukovAvoid copying the data of in-memory preambles
2017-11-24 Sam McCall[Tooling] Acknowledge that many CompilationDatabases...
2017-11-24 Martin Probstclang-format: [JS] handle destructuring `of`.
2017-11-23 Adam Balogh[ASTMatchers] Matchers for new[] operators
2017-11-23 Olivier GoffartDo not perform the analysis based warning if the warnin...
2017-11-23 Serge Pavlov[DeclPrinter] Allow printing fully qualified name of...
2017-11-23 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-22 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-22 Alexey Bataev[OPENMP] Add support for cancel constructs in `target...
2017-11-22 Alexey Bataev[OPENMP] Add support for cancel constructs in [teams...
2017-11-22 Petr HosekRevert "[CodeGen] Fix vtable not receiving hidden visib...
2017-11-22 Alexey Bataev[OPENMP] Added missed checks for for [simd] based direc...
2017-11-22 Peter CollingbourneCachePruning: Allow limiting the number of files in...
2017-11-22 Petr Hosek[CodeGen] Fix vtable not receiving hidden visibility...
2017-11-22 Alexey Bataev[OPENMP] General improvement of code, NFC.
2017-11-22 Alexey Bataev[OPENMP] Do not mark captured variables as artificial...
2017-11-22 Jonas Hahnfeld[OpenMP] Adjust arguments of nvptx runtime functions
2017-11-22 Alexey Bataev[OPENMP] Codegen for `target teams` directive.
2017-11-22 Malcolm Parsons[Docs] Update list of languages clang-format can format
2017-11-22 Petr Hosek[Driver] Make the use of relax relocations a per target...
2017-11-22 Erich Keane[X86] Update CPUSupports code to reuse LLVM .def file...
2017-11-21 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-21 Richard Trieu[OpenMP] Fix tests after r318789
2017-11-21 Nirav DaveAvoid unecessary opsize byte in segment move to memory
2017-11-21 Aaron BallmanThe offsetof macro is intended to work with subobjects...
2017-11-21 Aaron BallmanAdd an AST matcher for hasDefaultArgument() to match...
2017-11-21 George Rokos[Clang][OpenMP] New clang/libomptarget map interface...
2017-11-21 Hans WennborgAdd -finstrument-function-entry-bare flag
2017-11-21 Alexey Bataev[OPENMP] Initial support for asynchronous data update...
2017-11-21 Jonas HahnfeldFix test/OpenMP/nvptx_data_sharing.cpp
2017-11-21 Aleksei Sidorin[ASTImporter] Support new AST nodes:
2017-11-21 Gheorghe-Teodor... [OpenMP] Add implicit data sharing support when offload...
2017-11-21 Jonas HahnfeldAdd target triples to openmp-offload-gpu.c
2017-11-21 Jonas Hahnfeld[OpenMP] Consistently use cubin extension for nvlink
2017-11-21 Martell Malone[MINGW] normalize WIN32 macros
2017-11-21 Aleksei Sidorin[Analyzer] Stable iteration on indirect goto LabelDecl...
2017-11-21 Aleksei Sidorin[Analyzer] Revert r318750 because incorrect files were...
2017-11-21 Ivan A. Kosarev[CodeGen] Generate TBAA type descriptors in a more...
2017-11-21 Aleksei Sidorin[Analyzer] Non-determinism: stable iteration on indirec...
2017-11-21 Hamza Sood[Modules TS] Added module re-export support.
2017-11-21 Coby Tayree[x86][inline-asm] allow recognition of MPX regs inside...
2017-11-21 Martell Malone[MS] add an init test for thumbv7-windows-msvc
2017-11-21 Reid Kleckner[MS] Increase default new alignment for win64 and test it
2017-11-21 Zachary TurnerRe-revert "Refactor debuginfo-tests."
2017-11-21 David BlaikieASTMatchers{,Macros}.h: Add some extra macros to use...
2017-11-21 David BlaikieFormatInternal.h: Add missing includes.
2017-11-21 Craig Topper[X86] Remove 'mm3now' from isValidFeatureName.
2017-11-20 Alexander Shaposhnikov[analyzer] Diagnose stack leaks via block captures
2017-11-20 Erich KeaneRevert r318669/318694
2017-11-20 Zachary TurnerResubmit "Refactor debuginfo-tests" again.
2017-11-20 Erich KeaneInclude test files for rL318668
2017-11-20 Carlo Bertolli[OpenMP] Initial implementation of code generation...
2017-11-20 Mandeep Singh... [AutoComplete] Use stronger sort predicate for autocomp...
2017-11-20 Craig Topper[Docs] Regenerate the command line option reference.
2017-11-20 Erich KeaneFor Linux/gnu compatibility, preinclude <stdc-predef...
2017-11-20 Hans WennborgRevert r318456 "Issue -Wempty-body warnings for else...
2017-11-20 Hans WennborgRevert r318556 "Loosen -Wempty-body warning"
2017-11-20 Craig Topper[CodeGen] Move Reciprocals option from TargetOptions...
2017-11-20 Peter Smith[ARM] For assembler files recognize -Xassembler or...
2017-11-20 Peter Smith[ARM] For assembler files recognize -Xassembler or...
2017-11-20 Ivan A. Kosarev[Driver] Add a cc1 flag for the new TBAA metadata format
2017-11-19 Craig Topper[X86] Make sure 'knm' is accepted by -target-cpu
2017-11-19 Craig Topper[X86] Make sure 'knm' and 'cannonlake' are accepted...
next