]> granicus.if.org Git - clang/shortlog
clang
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.
2018-03-20 Abderrazek... [AArch64] Add vmulxh_lane fp16 vector intrinsic
2018-03-20 Rafael EspindolaSet dso_local for runtime function.
2018-03-20 Saleem AbdulrasoolBasic: support PreserveMost and PreserveAll on Windows ARM
2018-03-20 Artem Belevich[NVPTX] Make tensor load/store intrinsics overloaded.
2018-03-20 Rafael EspindolaSet dso_local for CFConstantStringClassReference.
2018-03-20 Rafael EspindolaSet dso_local for guid decls.
2018-03-20 Alexey Bataev[OPENMP, NVPTX] Codegen for target distribute parallel...
2018-03-20 Ben Hamilton[clang-format] Fix ObjC selectors with multiple params...
2018-03-20 Alexey Bataev[OPENMP, NVPTX] Globalization of the private redeclarat...
2018-03-20 Ilya BiryukovBackport changes from llvm/.clang_tidy to clang/.clang_...
2018-03-20 Henry Wong[analyzer] Fix the crash in IteratorChecker.cpp when...
2018-03-20 Hans Wennborg[ms] Parse #pragma optimize and ignore it behind its...
2018-03-20 George Burgess IVProperly construct `inline` members without initializers
2018-03-20 Akira Hatanaka[CodeGen] Ignore OpaqueValueExprs that are unique refer...
2018-03-20 George Karpenkov[analyzer] Improve performance of NoStoreFuncVisitor
2018-03-20 Petr HosekAllow builtins for Cross-DSO CFI on Android
2018-03-20 George Karpenkov[analyzer] Fix the assertion failure when static global...
2018-03-19 Shoaib Meenai[CodeGen] Add funclet token to ARC marker
2018-03-19 Alexey Bataev[OPENMP, NVPTX] Reworked castToType() function, NFC.
2018-03-19 Akira Hatanaka[ObjC] Allow declaring __weak pointer fields in C struc...
2018-03-19 Alexey Bataev[OPENMP] Fix build with MSVC, NFC.
2018-03-19 Alexey Bataev[OPENMP, NVPTX] Emit correct thread id.
2018-03-19 Serge Pavlov[Driver] Avoid invalidated iterator in insertTargetAndM...
2018-03-19 Krasimir Georgiev[clang-format] Remove empty lines before }[;] // comment
2018-03-19 Petr Hosek[CMake] Use libc++ and compiler-rt as default libraries...
next