]> granicus.if.org Git - clang/shortlog
clang
2016-10-04 Vedant Kumar[ubsan] Disable bounds-check for flexible array ivars
2016-10-04 Daniel Jasperclang-format: Fix bad multi-variable for-loop formatting.
2016-10-04 Mike Aizatsky[sancov] documentation update after r283241
2016-10-04 Reid KlecknerTest what happens when tag lookup and redeclaration...
2016-10-04 Alex Lorenz[Sema] Format a comment line so that it fits 80 columns...
2016-10-04 Reid Kleckner[MS] Move hex long long sign compat hack to -fms-compat...
2016-10-04 David Sheinkman[OpenMP] fix segfault when a variable referenced in...
2016-10-04 Davide Italiano[ThinLTO] Spell `llvm-ar` correctly.
2016-10-04 Serge PavlovDo not find friend function definitions inside non...
2016-10-04 Manuel KlimekMinor cleanups in clang-format.el.
2016-10-04 Dean Michael... Revert "[XRay] Check in Clang whether XRay supports...
2016-10-04 NAKAMURA TakumiRevert r283106, "Wdocumentation fix"
2016-10-04 Dean Michael... [XRay] Check in Clang whether XRay supports the target...
2016-10-04 Vitaly BukaRevert "[analyzer] Improve CloneChecker diagnostics...
2016-10-04 Vitaly BukaRevert "[analyzer] Add extra notes to ObjCDeallocChecke...
2016-10-04 Vitaly BukaRevert "[analyzer] Extend bug reports with extra notes...
2016-10-04 Vitaly BukaRevert "[analyzer] A blind attempt to fix a buildbot...
2016-10-04 Gor Nishanov[coroutines] Switch to using std::experimental namespac...
2016-10-03 Gor Nishanov[coroutines] Adding builtins for coroutine intrinsics...
2016-10-03 Manman RenObjectiveC: fix a seg fault when deserialing redeclarat...
2016-10-03 Artem Dergachev[analyzer] A blind attempt to fix a buildbot after...
2016-10-03 Eric LiuAdded more comments to tooling::Replacements.
2016-10-03 Reid KlecknerFactor out a diagnostic kind enum for use in two %selec...
2016-10-03 Justin Lebar[CUDA] Clean up some comments in Sema::IsOverload....
2016-10-03 Justin Lebar[CUDA] Disallow overloading destructors.
2016-10-03 Vedant Kumar[ARC] Ignore qualifiers in copy-restore expressions
2016-10-03 Yaxun Liu[OpenCL] Fix bug in __builtin_astype causing invalid...
2016-10-03 Sjoerd MeijerThis adds a separate file for the fp denormal regressio...
2016-10-03 Sjoerd MeijerThis adds a separate file for the fp denormal regressio...
2016-10-03 Simon PilgrimWdocumentation fix
2016-10-03 Alex LorenzFix PR 28885: Fix AST Printer output for the inherited...
2016-10-03 Alex LorenzRevert r283102 (Typo in the phabricator link)
2016-10-03 Alex LorenzFix PR 28885: Fix AST Printer output for the inherited...
2016-10-03 Daniel Marjamaki[StaticAnalyser] Add test case to ensure that unreachab...
2016-10-03 Daniel Marjamaki[StaticAnalyzer] Fix UnreachableCode false positives.
2016-10-03 Artem Dergachev[analyzer] Improve CloneChecker diagnostics
2016-10-03 Artem Dergachev[analyzer] Add extra notes to ObjCDeallocChecker
2016-10-03 Artem Dergachev[analyzer] Extend bug reports with extra notes
2016-10-03 Aditya KumarKeep the test only for Itanium abi
2016-10-02 Michal Gorny[cmake] Install 'clang-cpp' symlink
2016-10-02 Craig Topper[AVX-512] Use native IR for masked 512-bit add/sub...
2016-10-02 Justin Lebar[CUDA] Allow extern __shared__ on empty-length arrays.
2016-10-02 Gor Nishanov[coroutines] Rename driver flag -fcoroutines to -fcorou...
2016-10-02 Aditya KumarAlias must point to a definition
2016-10-02 Hal Finkel[PowerPC] Enable soft-float for PPC64, and +soft-float...
2016-10-01 Craig Topper[AVX-512] Check rounding mode for builtins that take...
2016-10-01 Craig Topper[AVX-512] Add _MM_FROUND_NO_EXC to test cases that...
2016-10-01 Mehdi AminiUse StringRef for MemoryBuffer identifier API (NFC)
2016-10-01 Mehdi AminiUse StringRef in Registry API (NFC)
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
next