]> granicus.if.org Git - clang/shortlog
clang
2018-04-03 Richard SmithUse Clang when referring to the project and clang when...
2018-04-03 David BlaikieRestrict a test using named file descriptors to using...
2018-04-03 Krzysztof Parzyszek[Hexagon] Remove -mhvx-double and the corresponding...
2018-04-03 Ben Hamilton[clang-format/ObjC] Do not detect "[]" as ObjC method...
2018-04-03 Ben Hamilton[clang-format/ObjC] Do not insert space after opening...
2018-04-03 Hans WennborgUsersManual.rst: update text for /GX- to match r328708
2018-04-03 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto warnings...
2018-04-02 Petr Hosek[Driver] Wire up the -f[no-]rtlib-add-rpath flag and...
2018-04-02 Saleem AbdulrasoolCodeGenCXX: support PreserveMostCC in MS ABI
2018-04-02 Reid Kleckner[MS] Emit vftable thunks for functions with incomplete...
2018-04-02 Reid KlecknerFix some DenseMap use-after-rehash bugs and hoist Metho...
2018-04-02 Joel E. Denny[Attr] [NFC] Revert accidental change from r327405
2018-04-02 Eric ChristopherTemporarily revert r328404:
2018-04-02 Richard SmithAdd -fclang-abi-compat=6 flag for upcoming ABI changes.
2018-04-02 Richard SmithAdd helper to determine if a field is a zero-length...
2018-04-02 Yaxun Liu[CUDA] Let device-side shared variables be initialized...
2018-04-02 Gor Nishanov[coroutines] Add __builtin_coro_noop => llvm.coro.noop
2018-04-02 Andrea Di BiagioFix unused variable warning introduced at revision...
2018-04-01 Brian Gesiak[Coroutines] Schedule coro-split before asan
2018-04-01 Brian Gesiak[Coroutines] Find custom allocators in class scope
2018-04-01 John McCallFix a major swiftcall ABI bug with trivial C++ class...
2018-04-01 Eric FiselierAdd missing include to ContinuousRangeMap.h
2018-04-01 Eric FiselierAdd missing include to Visibility.h
2018-03-31 Nico WeberRevert r328845, it caused crbug.com/827810.
2018-03-31 Henry Wong[analyzer] Unroll the loop when it has a unsigned counter.
2018-03-31 George Karpenkov[analyzer] Hopefully fix the ARM buildbot.
2018-03-31 George Karpenkov[analyzer] Fix assertion crash in CStringChecker
2018-03-31 George Karpenkov[analyzer] Cache offset computation for MemRegion
2018-03-31 George Karpenkov[analyzer] Fix liveness calculation for C++17 structure...
2018-03-30 Peter Szecsi[ASTImporter] Add test helper Fixture
2018-03-30 Artem Dergachev[analyzer] Fix test triple in missing-bind-temporary...
2018-03-30 Artem Dergachev[analyzer] Track null or undef values through pointer...
2018-03-30 Artem Dergachev[CFG] [analyzer] Work around a disappearing CXXBindTemp...
2018-03-30 Artem Dergachev[CFG] [analyzer] Avoid modeling C++17 constructors...
2018-03-30 Eli FriedmanRemove unused CHECK lines leftover from r306928.
2018-03-30 Alexey Bataev[OPENMP] Added emission of offloading data sections...
2018-03-30 Ben Hamilton[clang-format] Ensure wrapped ObjC selectors with 1...
2018-03-30 Henry Wong[analyzer] Remove the unused method declaration in...
2018-03-30 Bruno Cardoso... [Modules] Improve fixit for framework private module...
2018-03-30 Douglas YungAdding UNSUPPORTED: system-windows at George's request...
2018-03-29 Reid KlecknerHoist MethodVFTableLocation out of MicrosoftVTableConte...
2018-03-29 George Karpenkov[analyzer] Fix target triple for autorelease-write...
2018-03-29 Rafael EspindolaSet dso_local on cfi_slowpath.
2018-03-29 George Karpenkov[analyzer] Better pretty-printing of regions in explode...
2018-03-29 Manoj Gupta[AArch64]: Add support for parsing rN registers.
2018-03-29 George Karpenkov[analyzer] Path-insensitive checker for writes into...
2018-03-29 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto warnings...
2018-03-29 Rafael EspindolaMark __cfi_check as dso_local.
2018-03-29 Akira HatanakaGeneralize NRVO to cover C structs.
2018-03-29 Volodymyr Sapsai[Sema] Make deprecation fix-it replace all multi-parame...
2018-03-29 Rafael EspindolaSet dso_local when clearing dllimport.
2018-03-29 Rafael EspindolaAdd a dllimport test.
2018-03-29 Zhihao Yuan[test] Fix an XRay test on FreeBSD
2018-03-29 Yaxun LiuSet calling convention for CUDA kernel
2018-03-29 Yaxun LiuDisable emitting static extern C aliases for amdgcn...
2018-03-29 Matt ArsenaultFix typo
2018-03-29 Krzysztof Parzyszek[Hexagon] Aid bit-reverse load intrinsics lowering...
2018-03-29 Sylvestre LedruRename clang link from clang-X.Y to clang-X
2018-03-29 Richard TrieuRefactor some code for a warning. NFC.
2018-03-29 George Karpenkov[astmatchers] Fix linking issue
2018-03-29 George Karpenkov[analyzer] [testing] Be less verbose by default in...
2018-03-29 George Karpenkov[astmatchers] Move a matcher out of internal namespace...
2018-03-29 George Karpenkov[ast] Do not auto-initialize Objective-C for-loop varia...
2018-03-29 George Karpenkov[ASTMatchers] Introduce a matcher for matching any...
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.
next