]> granicus.if.org Git - clang/shortlog
clang
2019-09-13 Erich Keane[NFCI]Create CommonAttributeInfo Type as base type...
2019-09-13 David Goldman[Sema][Typo Correction] Fix potential infite loop on...
2019-09-13 Nico Weberclang-format: Add support for formatting (some) lambdas...
2019-09-13 Luke CheesemanFix depfile name construction
2019-09-13 Gabor Marton[ASTImporter] Add development internals docs
2019-09-13 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-13 Sylvestre LedruFix a perl warning: Scalar value @ArgParts[0] better...
2019-09-13 Balazs Keri[Clang][ASTImporter] Added visibility check for Functio...
2019-09-13 Richard SmithFor PR17164: split -fno-lax-vector-conversion into...
2019-09-13 Richard SmithFix interaction between r371813 and r371814.
2019-09-13 Richard SmithRemove reliance on lax vector conversions from altivec...
2019-09-13 Jonas DevlieghereRevert "For PR17164: split -fno-lax-vector-conversion...
2019-09-13 Richard SmithFor PR17164: split -fno-lax-vector-conversion into...
2019-09-13 Manoj GuptaRevert r371785.
2019-09-12 Jan Korous[libclang] Fix UninstallAbortingLLVMFatalErrorHandler...
2019-09-12 Jan Korous[libclang] Expose abort()-ing LLVM fatal error handler
2019-09-12 Manoj GuptaAdd -Wpoison-system-directories warning
2019-09-12 Artem Dergachev[analyzer] Fix the 'analyzer-enabled-checkers.c' test...
2019-09-12 Richard SmithImprove code generation for thread_local variables:
2019-09-12 Nick Desaulniers[Clang][CodeGen] support alias attribute w/ gnu_inline
2019-09-12 Kristof Umann[CFG] Add dumps for CFGElement and CFGElementRef
2019-09-12 Kristof Umann[analyzer][NFC] Fix inconsistent references to checkers...
2019-09-12 Alex LorenzNFC, add missing cl::cat option category to clang-scan...
2019-09-12 Kristof Umann[analyzer] Don't run the analyzer for -analyzer-list...
2019-09-12 Reid Kleckner[MS] Warn when shadowing template parameters under...
2019-09-12 Alex Lorenz[clang-scan-deps] remove dots and dots dots from the...
2019-09-12 Reid KlecknerDon't warn about selectany on implicitly inline variables
2019-09-12 Guillaume Chatelet[Alignment] Move OffsetToAlignment to Alignment.h
2019-09-12 Michal Gorny[clang] [unittest] Import LLVMTestingSupport if necessary
2019-09-12 Dmitri GribenkoRemoved some questionable default arguments from setters
2019-09-12 Jeremy MorseSwitch "windows" to "system-windows" in some XFAILs
2019-09-12 Dmitri GribenkoRemoved dead code from DiagnosticBuilder
2019-09-12 Paul Hoad[clang-format] [PR43100] clang-format C# support does...
2019-09-12 Paul Hoad[clang-format] Add new style option IndentGotoLabels
2019-09-12 Heejin Ahn[WebAssembly] Delete duplicate REQUIRES line
2019-09-12 Heejin Ahn[WebAssembly] Make wasm-eh.cpp requires WebAssembly
2019-09-12 David Zarzycki[WebAssembly] Add REQUIRES to test
2019-09-12 Heejin Ahn[WebAssembly] Add -fwasm-exceptions for wasm EH
2019-09-12 Jan Korous[clang-scan-deps] Add dependency targets
2019-09-11 Craig Topper[X86] Enable -mprefer-vector-width=256 by default for...
2019-09-11 Volodymyr SapsaiFix up a test updated in r371655 - require case-insensi...
2019-09-11 Alex Lorenz[clang-scan-deps] cast Result to ErrorOr<unique_ptr...
2019-09-11 Reid KlecknerStart porting ivfsoverlay tests to Windows
2019-09-11 Artem Dergachev[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
2019-09-11 Artem Dergachev[analyzer] NFC: Move resetDiagnosticLocationToMainFile...
2019-09-11 Artem Dergachev[analyzer] NFC: Move getStmt() and createEndOfPath...
2019-09-11 Artem Dergachev[analyzer] NFC: Re-implement stack hints as a side...
2019-09-11 Alex Lorenz[clang-scan-deps] add skip excluded conditional preproc...
2019-09-11 Volodymyr SapsaiFix -Wnonportable-include-path suppression for header...
2019-09-11 David Bolvansky[NFC] Added triple to test file to avoid arm buildbots...
2019-09-11 Reid Kleckner[MS] Consder constexpr globals to be inline, as in...
2019-09-11 Sergey Dmitriev[Clang][Bundler] Replace std::vector by SmallVector...
2019-09-11 Petr HosekReland "clang-misexpect: Profile Guided Validation...
2019-09-11 Sergey Dmitriev[Clang][Bundler] Fix for a potential memory leak [NFC]
2019-09-11 Alexey Bataev[OPENMP] Update the diagnosis message for canonical...
2019-09-11 Alexey Bataev[OPENMP]Updated status page, NFC.
2019-09-11 David Bolvansky[Diagnostics] Add -Wsizeof-array-div
2019-09-11 Dmitri GribenkoRevert "clang-misexpect: Profile Guided Validation...
2019-09-11 Diogo N. Sampaio[ARM] Take into account -mcpu and -mfpu options while...
2019-09-11 Fangrui Song[CodeGen] Add alias for cpu_dispatch function with...
2019-09-11 Petr Hosekclang-misexpect: Profile Guided Validation of Performan...
2019-09-11 Reid KlecknerEmit -Wmicrosoft-enum-value warning instead of error...
2019-09-11 Jan Korous[clang-scan-deps][NFC] Fix tests - prevent FileCheck...
2019-09-10 Owen Pan[clang-format] Apply BAS_AlwaysBreak to C++11 braced...
2019-09-10 Amy HuangReland "Change the X86 datalayout to add three address...
2019-09-10 Reid KlecknerActually reorder not and env in crash-recovery-modules.m
2019-09-10 Richard SmithWhen evaluating a __builtin_constant_p conditional...
2019-09-10 Alexey Bataev[OPENMP5.0]Allow teams directive outside of the target...
2019-09-10 Reid KlecknerRe-land Remove REQUIRES:shell from tests that pass...
2019-09-10 Alexey BataevFix for PR43175: compiler crash when trying to emit...
2019-09-10 Adrian PrantlDon't emit .gnu_pubnames when tuning for LLDB.
2019-09-10 Clement Courbet[clang][codegen][NFC] Make test patterns more permissive.
2019-09-10 James HendersonRevert Remove REQUIRES:shell from tests that pass for...
2019-09-10 Roger Ferrer... [RISCV] Make -march=rv{32,64}gc the default in RISC...
2019-09-10 Roger Ferrer... [RISCV] Default to ilp32d/lp64d in RISC-V Linux
2019-09-10 Roger Ferrer... [RISCV] Move architecture parsing code into its own...
2019-09-10 Petr HosekRevert "clang-misexpect: Profile Guided Validation...
2019-09-10 Petr Hosekclang-misexpect: Profile Guided Validation of Performan...
2019-09-10 Reid KlecknerRemove REQUIRES:shell from tests that pass for me on...
2019-09-10 Richard SmithFix crash mangling an explicit lambda non-type template...
2019-09-09 Richard SmithPR43242: Fix crash when typo-correcting to an operator...
2019-09-09 Artem Dergachev[analyzer] NFC: Simplify bug report equivalence classes...
2019-09-09 Artem Dergachev[analyzer] NFC: Introduce sub-classes for path-sensitiv...
2019-09-09 Pirama Arumuga... [Driver] Handle default case in refactored addOpenMPRuntime
2019-09-09 Pirama Arumuga... [Driver] Add -static-openmp driver option
2019-09-09 Craig Topper[X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_...
2019-09-09 Diogo N. Sampaio[NFC] Add aacps bitfields access test
2019-09-09 Sven van HaastregtMerge note_ovl_builtin_candidate diagnostics; NFC
2019-09-08 Gabor BorsikMove prop-sink branch to monorepo.
2019-09-08 Leonard Chan[NewPM][Sancov] Create the Sancov Pass after building...
2019-09-07 Aaron BallmanFixes an assertion while instantiating a template with...
2019-09-07 Teresa JohnsonRemove stale TLI Module level pass registration
2019-09-07 Jan Korous[clang][DependencyFileGenerator] Fix missing -MT option...
2019-09-07 Reid KlecknerFix thunks.cpp test, don't FileCheck for anon namespace id
2019-09-07 Akira Hatanaka[Sema][ObjC] Mark C union fields that have non-trivial...
2019-09-07 Akira Hatanaka[Sema] Diagnose default-initialization, destruction...
2019-09-06 Reid KlecknerUse musttail for variadic method thunks when possible
2019-09-06 Artem Dergachev[analyzer] Add minimal support for fix-it hints.
2019-09-06 Artem Dergachev[analyzer] pr43179: Make CallDescription defensive...
2019-09-06 Richard SmithUpdate comment for <template-param-decl> mangling to...
next