]> granicus.if.org Git - clang/shortlog
clang
2019-01-30 Roman Lebedev[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bit
2019-01-30 Ben Hamilton[clang-format] Fix line parsing for noexcept lambdas
2019-01-30 Yaxun Liu[HIP] Fix size_t for MSVC environment
2019-01-30 Eric Liu[OpenGL] Fix test on PPC after r352540
2019-01-30 Anastasia Stulova[OpenCL] Add generic addr space to the return of implic...
2019-01-30 Michal Gorny[clang] [Driver] [NetBSD] Append -rpath for shared...
2019-01-30 Jonas Devlieghere[ModuleDependencyCollector] Use llvm::sys::fs::real_pat...
2019-01-30 James Y KnightCleanup: replace uses of CallSite with CallBase.
2019-01-30 Richard SmithSimplify and modernize this code a little.
2019-01-30 George Karpenkov[analyzer] [RetainCountChecker] Bugfix for tracking...
2019-01-30 Petr Hosek[CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia...
2019-01-30 Petr Hosek[CMake][Fuchsia] Enable hermetic static libunwind for...
2019-01-30 Aaron PuchertFix thread safety tests after r352549
2019-01-30 Artem Dergachev[analyzer] NFC: GenericTaintChecker: Revise rule specif...
2019-01-29 Stephen KellyNFC: Move GenericSelectionExpr dump to NodeDumper
2019-01-29 Stephen KellyNFC: Implement GenericSelectionExpr::Association dump...
2019-01-29 Aaron PuchertThread safety analysis: Improve diagnostics for double...
2019-01-29 Matt ArsenaultOpenCL: Try to fix bot test failure
2019-01-29 Alexey Bataev[OPENMP]Fix PR40513: lastprivate taskloop counter.
2019-01-29 Paul Robinson[cc1as] Test that -g of empty .s file does something...
2019-01-29 Matt ArsenaultOpenCL: Use length modifier for warning on vector print...
2019-01-29 Matt ArsenaultRevert "OpenCL: Extend argument promotion rules to...
2019-01-29 Steven WuFix the tests from r350970
2019-01-29 James Y KnightFix the behavior of clang's -w flag.
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Track input parameters...
2019-01-29 George Karpenkov[analyzer] [RetainSummaryManager] [NFC] Split one funct...
2019-01-29 George Karpenkov[analyzer] [ARCMT] [NFC] Unify entry point into RetainS...
2019-01-29 George KarpenkovExtend AnyCall to handle callable declarations without...
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Support 'taggedRetain...
2019-01-29 Alexey Bataev[OPENMP]Make the loop with unsigned counter countable.
2019-01-29 Sterling AugustineRollback unwindlib patch.
2019-01-29 James Y KnightAdjust documentation for git migration.
2019-01-29 Eric Liu[Tooling] Handle #pragma once header guard in include...
2019-01-29 Yaxun Liu[CUDA][HIP] Do not diagnose use of _Float16
2019-01-29 Bruno RicciRe-commit "[AST] Introduce GenericSelectionExpr::Associ...
2019-01-29 Gabor Horvath[analyzer] Toning down invalidation a bit
2019-01-29 Gabor Horvath[analyzer] Added a checklist to help checker authors...
2019-01-29 Gabor Horvath[analyzer] Fix a typo in docs
2019-01-29 Sam Parker[AArch64] Update int64_t ACLE builtin arguments
2019-01-29 Mikael HolmenRemove unused variable to silence compiler warning
2019-01-29 Petr Hosek[CMake][Fuchsia] Temporarily disable modules for second...
2019-01-28 Matt ArsenaultAMDGPU: Add ds append/consume builtins
2019-01-28 Shafik Yaghmour[ASTImporter] Fix handling of overriden methods during...
2019-01-28 Alexey Bataev[OPENMP][NVPTX]Emit service debug variable for NVPTX.
2019-01-28 Sterling AugustineCorrect help text for --unwindlib options.
2019-01-28 Sterling AugustineAdd --unwindlib=[libgcc|compiler-rt] to parallel -...
2019-01-28 Bruno RicciRevert "[AST] Introduce GenericSelectionExpr::Association"
2019-01-28 Scott LinderAdd -fapply-global-visibility-to-externs for -cc1
2019-01-28 Roman Lebedev[clang][OpenMP] OMPFlushClause is synthetic, no such...
2019-01-28 Bruno Ricci[AST] Introduce GenericSelectionExpr::Association
2019-01-28 Tim Corringham[AMDGPU] Add interpolation builtins
2019-01-28 Anastasia StulovaRename getTypeQualifiers to getMethodQualifiers.
2019-01-28 Gabor Marton[AST] Add structural eq tests for template args
2019-01-28 Craig Topper[X86] Add new variadic avx512 compress/expand intrinsic...
2019-01-27 Nicolas Lesser[SemaCXX] Fix ICE with structure bindings to members...
2019-01-27 Bill WendlingRemove Expr sugar decorating the CXXUuidofExpr node.
2019-01-27 Johannes Doerfert[FIX] Adjust CXX microsoft abi dynamic cast test to...
2019-01-26 Kristof Umann[analyzer] Add CheckerManager::getChecker, make sure...
2019-01-26 Kristof Umann[analyzer] Reimplement dependencies between checkers
2019-01-26 Kristof Umann[analyzer] Fix an bug where statically linked, but...
2019-01-26 Kristof Umann[analyzer][NFC] Keep track of whether enabling a checke...
2019-01-26 Kristof Umann[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions
2019-01-26 Kristof Umann[analyzer] Split unix.API up to UnixAPIMisuseChecker...
2019-01-26 Kristof Umann[analyzer] Supply all checkers with a shouldRegister...
2019-01-26 Bruno Ricci[AST] Pack GenericSelectionExpr
2019-01-26 Bruno Ricci[AST][NFC] Various cleanups to GenericSelectionExpr
2019-01-26 Craig Topper[X86] Custom codegen 512-bit cvt(u)qq2tops, cvt(u)qqtop...
2019-01-25 Nico WeberAttempt to fix build on Windows with LLVM_ENABLE_PIC=OFF
2019-01-25 Stella StamenovaFixed frontend clang tests in windows read-only container
2019-01-25 Erik Pilkington[Sema] Improve a -Warray-bounds diagnostic
2019-01-25 Reid Kleckner[CodeGen] Implement isTriviallyRecursive with StmtVisit...
2019-01-25 Erich KeaneRemove F16 literal support based on Float16 support.
2019-01-25 Erich KeaneFix incorrect indent from r352221
2019-01-25 Erich KeaneDisable _Float16 for non ARM/SPIR Targets
2019-01-25 Erich KeaneAllow 'static' storage specifier on an out-of-line...
2019-01-25 Diogo N. Sampaio[NFC][Clang] Add driver tests for sb and predres
2019-01-25 Simon PilgrimFix "control reaches end of non-void function" warning...
2019-01-25 Anton KorobeynikovRevert r352181 as it's breaking the bots
2019-01-25 Anton KorobeynikovDisable PIC/PIE for MSP430 target by default.
2019-01-25 Anton Korobeynikov[MSP430] Ajust f32/f64 alignment according to MSP430...
2019-01-25 Craig Topper[X86] Remove mask and passthru arguments from vpconflic...
2019-01-25 Petr Hosek[AArch64] Make the test for rsr and rsr64 stricter
2019-01-25 Petr HosekRevert "[AArch64] Use LL for 64-bit intrinsic arguments"
2019-01-25 George Karpenkov[analyzer] Port RetainSummaryManager to the new AnyCall...
2019-01-25 George Karpenkov[analysis] Introduce an AnyCall helper class, for abstr...
2019-01-25 George Karpenkov[AST] Add a method to get a call type from an ObjCMessa...
2019-01-24 Alex Lorenz[clang-format] square parens with one token are not...
2019-01-24 Reid Kleckner[clang-cl] Ignore space-separated /AI arguments
2019-01-24 Dan Gohman[WebAssembly] Add WebAssemblyImportModule to pragma...
2019-01-24 Dan Gohman[WebAssembly] Add an import_module function attribute
2019-01-24 Dan Gohman[WebAssembly] Add a __wasi__ target macro
2019-01-24 Richard SmithAdd a triple to this test so it passes for targets...
2019-01-24 Dan Gohman[WebAssembly] Support __float128
2019-01-24 Dan Gohman[WebAssembly] Factor commonality between wasm32 and...
2019-01-24 Roman Lebedev[NFC][clang] Test updates for CreateAlignmentAssumption...
2019-01-24 Alex LorenzAdd a priority field to availability attributes to...
2019-01-24 Sam McCall[FileManager] Revert r347205 to avoid PCH file-descript...
2019-01-24 Julian LettnerRevert "[Sanitizers] UBSan unreachable incompatible...
2019-01-24 Gabor MartonFix failing buildbots
2019-01-24 Gabor MartonFix failing buildbots
next