]> granicus.if.org Git - clang/shortlog
clang
2018-03-29 George Karpenkov[ASTMatchers] Extend hasParameter and hasAnyParameter...
2018-03-28 Eugene Zelenko[Basic] Fix some Clang-tidy modernize and Include What...
2018-03-28 Akira Hatanaka[ObjC++] Make parameter passing and function return...
2018-03-28 Krzysztof Parzyszek[Hexagon] Add support for "new" circular buffer intrinsics
2018-03-28 Reid Kleckner[MS] Fix bug in method vfptr location code
2018-03-28 David BlaikieFix for LLVM header changes
2018-03-28 Matt Davis[Diag] Avoid emitting a redefinition note if no locatio...
2018-03-28 Hans Wennborgclang-cl: s/Enable/Disable/ in help text for /GX-
2018-03-28 Alexey Bataev[OPENMP] Codegen for ctor|dtor of declare target variables.
2018-03-28 Shiva Chen[PATCH] [RISCV] Verify the input value of -march=
2018-03-28 Richard TrieuFix some handling of AST nodes with diagnostics.
2018-03-28 Akira Hatanaka[ObjC] Make C++ triviality type traits available to...
2018-03-27 Petr Hosek[Driver] Add fuzzer-no-link into the list of supported...
2018-03-27 Volodymyr Sapsai[Sema] Emit -Winteger-overflow for arguments in functio...
2018-03-27 Gor Nishanov[coroutines] Do not attempt to typo-correct when corout...
2018-03-27 Matt ArsenaultAMDGPU: Update datalayout for stack alignment
2018-03-27 Shoaib Meenai[Sema] Avoid crash for category implementation without...
2018-03-27 Krzysztof ParzyszekUpdate test after r328635 in LLVM
2018-03-27 Mandeep Singh... [clang] Change std::sort to llvm::sort in response...
2018-03-27 Ben Hamilton[clang-format] Refine ObjC guesser to handle child...
2018-03-27 Ben Hamilton[clang-format] Do not insert space before closing brace...
2018-03-27 Sven van HaastregtDrop spurious break; NFC
2018-03-27 Alexander KornienkoMove a ref-counted pointer instead of copying it. NFC.
2018-03-27 Krasimir GeorgievRevert "[clang-format] Remove empty lines before }...
2018-03-27 Peter Szecsi[analyzer] LoopUnrolling: update the matched assignment...
2018-03-27 Peter Szecsi[ASTMatchers] Add isAssignmentOperator matcher
2018-03-27 Eric Fiselier[coroutines] Fix unused warning on result of co_yield.
2018-03-27 Eric Fiselier[coroutines] Fix invalid source range in co_await call...
2018-03-27 Eric FiselierFix unused expression warning in co_await.
2018-03-27 Reid KlecknerRemove dead method
2018-03-27 Eugene Zelenko[Edit, Rewrite] Fix some Clang-tidy modernize and Inclu...
2018-03-26 Eugene Zelenko[Frontend] Fix some Clang-tidy modernize and Include...
2018-03-26 Reid Kleckner[MS] Fix late-parsed template infinite loop in eager...
2018-03-26 Pirama Arumuga... [CodeGen] Mark fma as const for Android
2018-03-26 Alexey Bataev[OPENMP] Codegen for declare target with link clause.
2018-03-26 Alexander Kornienko[clang-format] Wildcard expansion on Windows.
2018-03-26 Carlos Alberto... [SemaCXX] _Pragma("clang optimize off") not affecting...
2018-03-25 Yaron KerenRemove reference to stale (2009) python version.
2018-03-24 Zhihao Yuan[C++17] Fix class template argument deduction for defau...
2018-03-24 George Karpenkov[analyzer] Do not crash in CallEvent.getReturnType()
2018-03-24 Richard Trieu[ODRHash] Support pointer and reference types.
2018-03-23 Matt Morehouse[libFuzzer] Use OptForFuzzing attribute with -fsanitize...
2018-03-23 David BlaikieChange for an LLVM header file move
2018-03-23 Artem Belevich[CUDA] Fixed false error reporting in case of calling...
2018-03-23 Alex Shlyapnikov[HWASan] Port HWASan to Linux x86-64 (clang)
2018-03-23 Yaxun Liu[AMDGPU] Fix codegen for inline assembly
2018-03-23 Tony Tye[AMDGPU] Update OpenCL to use 48 bytes of implicit...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-23 Ben Langmuir[vfs] Don't bail out after a missing -ivfsoverlay file
2018-03-23 Rafael EspindolaBring r328238 back with a fix.
2018-03-23 Jordan RoseRemove problematic PrettyStackTrace entry added in...
2018-03-23 Volodymyr Sapsai[Modules] Update test to mention it requires C++14.
2018-03-23 George Karpenkov[analyzer] Trust _Nonnull annotations for system framework
2018-03-23 George Karpenkov[analyzer] Extend GCDAntipatternChecker to match group_...
2018-03-23 George Karpenkov[analyzer] [NFC] Move worklist implementation to WorkLi...
2018-03-23 Abderrazek... [ARM] Add ARMv8.2-A FP16 vector intrinsic
2018-03-23 Jordan RoseSink PrettyDeclStackTrace down to the AST library
2018-03-22 Rafael EspindolaSet dso_local on __ImageBase.
2018-03-22 Rafael EspindolaAdd a test.
2018-03-22 Artem Dergachev[analyzer] Enable temporary object destructor inlining...
2018-03-22 Artem Dergachev[CFG] [analyzer] Add C++17-specific ctor-initializer...
2018-03-22 Artem Dergachev[analyzer] Remove an assertion that doesn't hold in...
2018-03-22 Artem Dergachev[CFG] [analyzer] NFC: Move construction context allocat...
2018-03-22 Artem Dergachev[CFG] [analyzer] Add C++17-specific variable and return...
2018-03-22 Artem Dergachev[analyzer] Make symbol_iterator iterate over SVal's...
2018-03-22 Eric FiselierFix test failure on Windows caused by different underly...
2018-03-22 Rafael EspindolaRevert "Set dso_local on vtables."
2018-03-22 Rafael EspindolaSet dso_local on vtables.
2018-03-22 Rafael EspindolaSet dso_local on builtin functions.
2018-03-22 Ben Hamilton[clang-format] Fix ObjC style guesser to also iterate...
2018-03-22 Gheorghe-Teodor... [OpenMP][Clang] Add call to global data sharing stack...
2018-03-22 Artem Belevich[CUDA] add REQUIRES fields for CUDA variants of LTO...
2018-03-22 Daniel Jasperclang-format: Narrow down raw string literal line break...
2018-03-22 Daniel Jasperclang-format: Fix SpacesInParentheses with fully qualif...
2018-03-22 Jonas Devlieghere[CodeGen] Emit DWARF "constructor" calling convention
2018-03-22 Ben Hamilton[clang-format] Add a few more Core Graphics identifiers...
2018-03-22 Ben Hamilton[clang-format] Don't insert space between r_paren and...
2018-03-22 Robert WidmannImprove -Winfinite-recursion
2018-03-22 Eugene Zelenko[Frontend] Fix some Clang-tidy modernize and Include...
2018-03-21 David BlaikieFix for LLVM change (Transforms/Utils/Local.h -> Analys...
2018-03-21 Artem Belevich[CUDA] Disable LTO for device-side compilations.
2018-03-21 Artem Belevich[NVPTX] Make tensor shape part of WMMA intrinsic's...
2018-03-21 Volodymyr Sapsai[Modules] Fix creating fake definition data for lambdas.
2018-03-21 Eric Fiselier[Builtins] Overload __builtin_operator_new/delete to...
2018-03-21 Petr Hosek[Fuchsia] Don't install libc++, libc++abi or libunwind...
2018-03-21 Luke Cheesemanclang-interpreter example cmake fix
2018-03-21 Clement Courbet[ASTMatchers] Remove extra qualifier for consistency...
2018-03-21 Clement Courbet[ASTMatchers] Regenerate doc.
2018-03-21 Rafael EspindolaSet dso_local on runtime variables.
2018-03-21 Artem DergachevRevert r326782 "[analyzer] CStringChecker.cpp: Remove...
2018-03-21 Artem Dergachev[analyzer] Suppress more MallocChecker positives in...
2018-03-21 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-20 Bruno Cardoso... [Modules] Honor -fmodule-name when handling private...
2018-03-20 Erich KeaneChange ImplicitConverionKind comments to refer to C...
2018-03-20 Rafael EspindolaDelete BuiltinCC. NFC.
2018-03-20 Rafael EspindolaAdd CHECKs for a few declarations. NFC.
2018-03-20 Benjamin Kramer[format] Eliminate global destructors.
2018-03-20 Eugene Zelenko[Driver] Fix some Clang-tidy modernize and Include...
2018-03-20 Benjamin Kramer[format] Initialize regex lazily
2018-03-20 Rafael EspindolaSet dso_local on string literals.
next