]> granicus.if.org Git - clang/shortlog
clang
2017-11-30 Shoaib Meenai[clang] Use add_llvm_install_targets
2017-11-30 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-30 Artem Belevich[CUDA] Tweak CUDA wrappers to make cuda-9 work with...
2017-11-30 Kelvin Li[OpenMP] Diagnose undeclared variables on declare targe...
2017-11-30 Alexey Bataev[OPENMP] Fix possible assert for target regions with...
2017-11-30 Erich KeaneFix __has_unique_object_representations implementation
2017-11-30 Keith WalkerRevert [ARM] disable FPU features when using soft float...
2017-11-30 Keith Walker[ARM] disable FPU features when using soft floating...
2017-11-30 Martin Probstclang-format: [JS] do not wrap after async/await.
2017-11-30 Ivan A. Kosarev[CodeGen] Add initial support for union members in...
2017-11-30 Roman Lebedev[analyzer] Fix false negative on post-increment of...
2017-11-30 Richard SmithPreserve the "last diagnostic was suppressed" flag...
2017-11-30 Dean Michael... [XRay][clang] Introduce -fxray-always-emit-customevents
2017-11-29 Hans WennborgMS ABI: Treat explicit instantiation definitions of...
2017-11-29 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-29 Aaron BallmanPerform a bounds check on a function's argument list...
2017-11-29 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-29 Vedant Kumar[Coverage] Emit gap areas in braces-optional statements...
2017-11-29 Reid KlecknerReformat switch statement added in r319297, NFC
2017-11-29 Reid Kleckner[EH] Use __CxxFrameHandler3 for C++ EH in MS environments
2017-11-29 Alexey Bataev[OPENMP] Allow only loop control variables in distribut...
2017-11-29 Aaron BallmanAdd the hasDefinition() AST matcher to match class...
2017-11-29 Mandeep Singh... [SourceLocations] Use stronger sort predicate to remove...
2017-11-29 Reid Kleckner[clang-cl] Alias /wd4018 to -Wno-sign-compare
2017-11-29 Devin Coughlin[analyzer] Fix unreachable creating PathDiagnosticLocat...
2017-11-29 Alexey Bataev[OPENMP] Do not allow `linear` clauses on non-simd...
2017-11-29 Chad Rosier[Driver] Turns out the GNU assembler does support falko...
2017-11-29 Ismail DonmezFix function call to fix build
2017-11-29 Alexey Bataev[OPENMP] General improvement of handling of `teams...
2017-11-29 Sylvestre LedruFollow up of r319317, add the missing header file
2017-11-29 Manuel KlimekFix 'control reaches end of non-void' warning by using...
2017-11-29 Sylvestre LedruAdd the nvidia-cuda-toolkit Debian package path to...
2017-11-29 Manuel KlimekRestructure how we break tokens.
2017-11-29 Martell MaloneToolchain: Normalize dwarf, sjlj and seh eh
2017-11-29 Martell MaloneRevert "Toolchain: Normalize dwarf, sjlj and seh eh"
2017-11-29 Martell MaloneToolchain: Normalize dwarf, sjlj and seh eh
2017-11-29 Serge PavlovUse static function instead of anonymous namespace
2017-11-29 Jake EhrlichReland "Fix vtable not receiving hidden visibility...
2017-11-29 Petr Hosek[CMake] Support side-by-side checkouts in multi-stage...
2017-11-29 Petr Hosek[CMake] Use LIST_SEPARATOR rather than escaping in...
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
next