]> granicus.if.org Git - clang/shortlog
clang
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
2019-01-24 Erich Keane[CPU-Dispatch] Make pentium_iii_no_xmm_regs and pentium...
2019-01-24 Gabor Marton[ASTImporter] Fix inequality of functions with differen...
2019-01-24 Bruno Ricci[Sema] Don't crash when recovering from a misspelled...
2019-01-24 Pierre GousseauTest commit: fix typo.
2019-01-24 Ilya Biryukov[CodeComplete] [clangd] Fix crash on ValueDecl with...
2019-01-24 Serge GueltonFix python3 compability issue in clang binding
2019-01-24 Hsiangkai WangReland r345009 "[DebugInfo] Generate debug information...
2019-01-24 Petr Hosek[CMake][Fuchsia] Enable hermetic static libc++abi for...
2019-01-24 Richard SmithImprove diagnostic for -fvisibility mismatch between...
2019-01-24 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-01-24 Leonard Chan[Sema] Fix Modified Type in address_space AttributedType
2019-01-23 Eugene Zelenko[Documentation] Fix problem in docs/SafeStack.rst intro...
2019-01-23 Eugene Zelenko[Documentation] Use HTTPS whenever possible
2019-01-23 Aaron BallmanMerge similar target diagnostics for interrupt attribut...
2019-01-23 Richard Smith[ubsan] Check the correct size when sanitizing array...
2019-01-23 Akira Hatanaka[Sema][ObjC] Check whether a DelayedDiagnosticPool...
2019-01-22 Vladimir Stefanovic[mips] Replace help-text for '-m{no}-relax-pic-calls...
2019-01-22 George Karpenkov[analyzer] Insert notes in RetainCountChecker where...
2019-01-22 George Karpenkov[analyzer] Model another special-case kind of cast...
2019-01-22 Raphael Isemann[ASTImporter] Fix importing OperatorDelete from CXXCons...
2019-01-22 Hans WennborgReleaseNotes: remove openmp notes from r351580
2019-01-22 Eli Friedman[CodeGen] Always use string computed in Sema for Predef...
2019-01-21 Michal Gorny[test] Pass -ccc-install-dir in mac compilation db...
2019-01-21 Aaron BallmanMark the lambda function pointer conversion operator...
2019-01-21 Aaron BallmanRegenerating the C++ DR status page from the latest...
2019-01-21 Anastasia Stulova[OpenCL] Allow address spaces as method qualifiers.
2019-01-21 Adam Balogh[Analyzer] Remove extra blank line from Iterator Checke...
2019-01-21 Johannes Doerfert[NFC] Fix comparison warning issues by MSVC
2019-01-21 Jonas Toth[clang] add tests to ExprMutAnalyzer that reproduced...
2019-01-21 Sam Parker[AArch64] Use LL for 64-bit intrinsic arguments
2019-01-21 Raphael Isemann[ASTImporter] Add test for importing anonymous namespaces.
next