]> granicus.if.org Git - clang/shortlog
clang
2016-10-01 Mehdi AminiUse StringRef in Pass/PassManager APIs (NFC)
2016-10-01 Mehdi AminiUse StringRef in Triple API (NFC)
2016-10-01 Richard TrieuFix crash when emitting error.
2016-09-30 Justin Lebar[CUDA] Harmonize asserts in SemaCUDA, NFC.
2016-09-30 Justin Lebar[CUDA] Disallow __constant__ local variables.
2016-09-30 Justin Lebar[CUDA] Disallow 'extern __shared__' variables.
2016-09-30 Richard SmithFix bogus "inline namespace cannot be reopened as non...
2016-09-30 Saleem AbdulrasoolCodeGen: inherit DLLExport attribute in Windows Itanium
2016-09-30 Richard SmithP0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT_...
2016-09-30 Eric Fiselier[coroutines] Diagnose when 'main' is declared as a...
2016-09-30 Bruno Cardoso... [Sema] Support lax conversions for compound assignments
2016-09-30 Kostya Serebryany[sanitizer-coverage] fix docs
2016-09-30 Alexander ShaposhnikovAdd missing std::move in Replacements::add
2016-09-30 Mike Aizatsky[sancov] -symbolize documentation update
2016-09-30 Justin Lebar[CUDA] Fix implicit-device-lambda.cu after r282911.
2016-09-30 Justin Lebar[CUDA] Remove incorrect comment in CUDASetLambdaAttrs.
2016-09-30 Justin Lebar[CUDA] Emit a warning if a CUDA host/device/global...
2016-09-30 Justin Lebar[CUDA] Fix up MaybeParseGNUAttributes call used for...
2016-09-30 Martin Storsjo[MS] Implement __iso_volatile loads/stores as builtins
2016-09-30 Justin Lebar[CUDA] Make lambdas inherit __host__ and __device__...
2016-09-30 Justin Lebar[CUDA] Handle attributes on CUDA lambdas appearing...
2016-09-30 Justin Lebar[CUDA] Add missing comment on Sema::CheckCUDAVLA.
2016-09-30 Samuel Antao[CUDA][OpenMP] Add a generic offload action builder
2016-09-30 Simon PilgrimStrip trailing whitespace (NFCI)
2016-09-30 Simon PilgrimFix int <= bool comparison warning on MSVC
2016-09-30 Victor LeschukCosmetic fix: deleted unnecessary line break in comment.
2016-09-30 Justin LebarMove UTF functions into namespace llvm.
2016-09-29 Richard SmithP0035R4: add std::align_val_t overloads of operator...
2016-09-29 Eric Fiselier[Coroutines] Fix assertion about uncorrected typos...
2016-09-29 Richard SmithSwitch to a different workaround for unimplementability...
2016-09-29 Douglas Katzman[Myriad] Silently ignore -fno-split-dwarf-inlining
2016-09-29 Kostya Serebryany[sanitizer-coverage] a bit more docs
2016-09-29 Kostya Serebryany[sanitizer-coverage] more docs
2016-09-29 Kostya Serebryany[sanitize-coverage] doc typo
2016-09-29 Kostya Serebryany[sanitizer-coverage/libFuzzer] make the guards for...
2016-09-29 Aditya KumarRevert "[PR30341] Alias must point to a definition"
2016-09-29 Jonas HahnfeldXFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STD...
2016-09-29 Aditya Kumar[PR30341] Alias must point to a definition
2016-09-29 Richard SmithMark P0127R3 as done, and replace its __has_feature...
2016-09-28 Richard SmithP0127R2: Support type deduction for types of non-type...
2016-09-28 Justin Lebar[CUDA] Disallow variable-length arrays in CUDA device...
2016-09-28 Justin Lebar[CUDA] Disallow exceptions in device code.
2016-09-28 Gor Nishanov[Coroutines] Add proper mangling for operator co_await...
2016-09-28 Richard SmithFix bug where template argument deduction of a non...
2016-09-28 Richard Smithcxx_status: use HTML5 details/summary elements to hide...
2016-09-28 Richard SmithAdd a couple more tentative names for upcoming SD-6...
2016-09-28 Richard SmithP0095R3: Implement the latest published revision of...
2016-09-28 Richard SmithP0096R2: Implement more recent revision of SD-6 (C...
2016-09-28 Richard SmithLong-overdue update to cxx_status: C++14 is no longer...
2016-09-28 Richard SmithRe-commit r282556, reverted in r282564, with a fix...
2016-09-28 Artem Belevich[CUDA] Added support for CUDA-8
2016-09-28 Artem Belevich[CUDA] added __nvvm_atom_{sys|cta}_* builtins.
2016-09-28 Eric LiuTrying to buildbot failures caused by r282577.
2016-09-28 Elad Cohen[X86] Remove the mm_malloc.h include guard hack from...
2016-09-28 Aleksei SidorinASTMerge: explicitly specify arch for GCCAsmStmt test...
2016-09-28 Eric LiuMerge conflicting replacements when they are order...
2016-09-28 Aleksei SidorinASTMerge: specify arch for GCCAsmStmt test explicitly...
2016-09-28 Daniel Marjamaki[StaticAnalyzer] Fix false positives for vardecls that...
2016-09-28 Manuel KlimekFix warnings in clang-completion-mode.el.
2016-09-28 Aleksei Sidorin[ASTImporter] Implement some expression-related AST...
2016-09-28 Martin Storsjo[Headers] Replace stray indentation with tabs with...
2016-09-28 Richard SmithRevert r282556. This change made several bots unhappy.
2016-09-27 Matthias BraunPut new warning in a diagnostic group.
2016-09-27 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-09-27 Richard TrieuRevert r282547 and add test to show correct behavior.
2016-09-27 Alex Lorenz[Coverage] The coverage region for switch covers the...
2016-09-27 Richard TrieuFix defaulted member functions for templated classes.
2016-09-27 Adam NemetShorten DiagnosticInfoOptimizationRemark* to Optimizati...
2016-09-27 Adam NemetAdapt to LLVM optimization remark interface change...
2016-09-27 Matthias BraunAdapt to LLVM EnableStatistics() change.
2016-09-27 Adam NemetRevert "Adapt to LLVM optimization remark interface...
2016-09-27 Adam NemetAdapt to LLVM optimization remark interface change...
2016-09-27 Ayman MusaUpdate to commit r282488, fix the buildboot failure.
2016-09-27 Ayman Musa[avx512] Add aliases to some missing avx512 intrinsics.
2016-09-27 Aaron BallmanSilencing a Sphinx diagnostic with options, again.
2016-09-27 Nemanja Ivanovic[Power9] Builtins for ELF v.2 ABI conformance - front...
2016-09-27 Haojian Wu[ASTMatcher] Clarify isStaticStorageClass and hasStatic...
2016-09-27 Richard SmithRemove default argument from lambda to appease old...
2016-09-27 Richard SmithDefend test against differences between 32-bit and...
2016-09-26 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-09-26 Richard SmithP0145R3 (C++17 evaluation order tweaks): consistently...
2016-09-26 Daniel Jasper[clang-format] Don't allow newline after uppercase...
2016-09-26 Saleem Abdulrasoolheaders: add missing Windows ARM Interlocked intrinsics
2016-09-26 Richard Smith[Modules TS] Diagnose 'export' declaration within ...
2016-09-26 Matthias BraunFix test on windows
2016-09-26 Matthias BraunCC1: Add -save-stats option
2016-09-26 Aaron BallmanComplete support for the cxxCtorInitializer() AST match...
2016-09-26 Haojian Wu[ASTMatcher] Add isStaticStorageClass matcher for varDe...
2016-09-26 Daniel Marjamaki[analyzer] Improve CastToStruct checker so it can also...
2016-09-26 Daniel Jasperclang-format: Only special-case top-level */& in multiv...
2016-09-26 Sylvestre LedruIn the get started page, also explain how to start...
2016-09-26 Sylvestre Ledruupdate the link to the code coverage
2016-09-26 Saleem AbdulrasoolDriver: avoid failing in the backend
2016-09-26 Konstantin... [AMDGPU] Expose flat work group size, register and...
2016-09-24 Alexander ShaposhnikovRemove excessive padding from RedeclarableResult
2016-09-24 Alexander ShaposhnikovRemove excessive padding from ObjCCategoriesVisitor
2016-09-24 Laszlo Nagy[analyzer][scan-build-py] subprocess output handling...
2016-09-23 Teresa JohnsonUse llvm::to_string instead of std::to_string to fix bot
2016-09-23 Peter CollingbourneUpdate clang for r282299.
2016-09-23 Alexander Shaposhnikov[analyzer] Fix crash in RetainCountChecker::checkEndFun...
next