]> granicus.if.org Git - clang/shortlog
clang
2019-01-07 Martin Probstclang-format: [JS] support goog.requireType.
2019-01-07 Craig Topper[X86] Update VBMI2 vshld/vshrd tests to use an immediat...
2019-01-07 Richard SmithDR674, PR38883, PR40238: Qualified friend lookup should...
2019-01-07 Brian Gesiak[SemaCXX] Fix ICE for unexpanded parameter pack
2019-01-06 Nico WeberFix bug in test found by the diagnostic added in r350340.
2019-01-06 Petr Hosek[CMake] Use hidden visibility for static libc++ in...
2019-01-06 Mike SpertusHave MSVC Visualizer for DeducedTemplateSpecializationT...
2019-01-06 Petr Hosek[CMake][Fuchsia] Enable build ID, relaxations for first...
2019-01-05 Petr HosekRevert "[CMake][Fuchsia] Enable experimental new pass...
2019-01-05 Mike SpertusFix MSVC Visualization for TemplateTypeParmType and...
2019-01-05 Saleem AbdulrasoolCodeGen: fix autolink emission on ELF
2019-01-05 Saleem AbdulrasoolCodeGen: switch iteration to range based for loop ...
2019-01-05 Mike SpertusImprove MSVC type visualizations
2019-01-05 Serge Guelton[python] Make the collections import future-proof
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable experimental new pass manager...
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable x86 relaxation by default
2019-01-05 Petr Hosek[CMake][Fuchsia] Enable --build-id linker flag by default
2019-01-05 Nico WeberLet new test from r350340 still pass even after r350451.
2019-01-05 Nico WeberMove -add-plugin validation after -load was executed.
2019-01-04 Joel E. Denny[OpenMP] Refactor const restriction for linear
2019-01-04 Joel E. Denny[OpenMP] Refactor const restriction for reductions
2019-01-04 Joel E. Denny[OpenMP] Replace predetermined shared for const variable
2019-01-04 Peter CollingbourneFix default-function-attr.c so that it works on Windows.
2019-01-04 Peter Collingbournehwasan: Implement lazy thread initialization for the...
2019-01-04 Aaron Enye Shi[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported...
2019-01-04 Aaron Enye Shi[HIP][DRIVER][OFFLOAD] Do not unbundle unsupported...
2019-01-04 Teresa Johnson[ThinLTO] Clang changes to utilize new pass to handle...
2019-01-04 Erik Pilkington[ObjCARC] Add an new attribute, objc_externally_retained
2019-01-04 Alexey Bataev[OPENMP][NVPTX]Use new functions from the runtime library.
2019-01-04 Aaron BallmanAdd two new pragmas for controlling software pipelining...
2019-01-04 Aaron BallmanRefactor the way we handle diagnosing unused expression...
2019-01-04 Erich KeanePrevent unreachable when checking invalid multiversion...
2019-01-04 Anastasia Stulova[Basic] Extend DiagnosticEngine to store and format...
2019-01-03 Daniel DunbarAdopt SwiftABIInfo for WebAssembly.
2019-01-03 Mike SpertusFix MSVC visualizations for ActionResult and OpaquePtr
2019-01-03 Evgeniy StepanovFix check-hwasan with LLVM_BUILD_EXTERNAL_COMPILER_RT=ON
2019-01-03 Evgeniy Stepanov[cmake] Fix monorepo + LLVM_BUILD_EXTERNAL_COMPILER_RT=ON.
2019-01-03 Nico WeberValidate -add-plugin arguments.
2019-01-03 Arnaud BiennerMake -Wstring-plus-int warns even if when the result...
2019-01-03 Alexey Bataev[OPENMP][NVPTX]Use __kmpc_barrier_simple_spmd(nullptr...
2019-01-03 Serge GueltonPortable Python script across Python version
2019-01-03 Serge GueltonPortable Python script across Python version
2019-01-03 Aaron BallmanDiagnose an unused result from a call through a functio...
2019-01-03 Philip Pfaffe[NewPM] Port Msan
2019-01-03 Alex LorenzFix incorrect column numbers in test from r350282.
2019-01-03 Alex Lorenz[libclang] CoroutineBody/Coreturn statements are Unexpo...
2019-01-03 Nico WeberMake test/Driver/darwin-sdk-version.c pass if the host...
2019-01-02 Patrick Lyster[OpenMP] Added support for explicit mapping of classes...
2019-01-02 Pete CooperOnly convert objc messages to alloc to objc_alloc if...
2019-01-02 Petr Hosek[CMake][Fuchsia] Include check-lld in the list of boots...
2019-01-01 Sylvestre LedruFix some typos in the clang doc.
2019-01-01 Sylvestre Ledruclang-format-diff: add an example with hg
2018-12-31 Mike SpertusMake clearer which clang::type subclasses have visualizers
2018-12-30 Mike SpertusDeclAccessPair visualizer should be expandable
2018-12-29 Akira Hatanaka[CodeGen] Replace '@' characters in block descriptors...
2018-12-29 Richard TrieuAdd vtable anchor to classes.
2018-12-28 David Chisnall[objc-gnustep2] Fix a bug in category generation.
2018-12-28 Alexey Bataev[OPENMP]Fix processing of the clauses on target combine...
2018-12-27 David Chisnall[objc-gnustep] Fix a copy-and-paste error.
2018-12-26 Reid Kleckner[clang-cl] Treat inputs as C++ with /E, like MSVC
2018-12-26 Reid Kleckner[MS] Mangle return adjusting thunks with the public...
2018-12-26 Reid KlecknerIgnore ConstantExpr in IgnoreParens
2018-12-26 Nico WeberPass a concrete triple for two OpenMP tests that depend...
2018-12-24 George Karpenkov[analyzer] [NFC] Clean up the mess of constructing...
2018-12-23 Michal Gorny[Driver] Disable -faddrsig on Gentoo by default
2018-12-23 Michal Gorny[Distro] Support detecting Gentoo
2018-12-22 Aaron BallmanImproving this fatal diagnostic to help checker develop...
2018-12-22 Bruno Ricci[AST] Store the arguments of CXXConstructExpr in a...
2018-12-22 Artem Dergachev[analyzer] pr38668: Do not attempt to cast loaded integ...
2018-12-22 Artem Belevich[CUDA] Treat extern global variable shadows same as...
2018-12-21 Aaron BallmanSwitch from static_cast<> to cast<>, update identifier...
2018-12-21 Pete CooperConvert some ObjC retain/release msgSends to runtime...
2018-12-21 Bruno Ricci[Sema][NFC] Fix a Wimplicit-fallthrough warning in...
2018-12-21 Bruno Ricci[AST][NFC] Remove stale comment in CXXRecordDecl::is...
2018-12-21 George Karpenkov[analyzer] Tests quickfix.
2018-12-21 Alex LorenzRemove stat cache chaining as it's no longer needed...
2018-12-21 Aaron BallmanSwitch from cast<> to dyn_cast<>.
2018-12-21 George KarpenkovRevert "Revert rL349876 from cfe/trunk: [analyzer]...
2018-12-21 George Karpenkov[analyzer] Correct the summary violation diagnostics...
2018-12-21 Bruno Ricci[AST][NFC] Fix Wsign-compare warning introduced in...
2018-12-21 Bruno Ricci[Sema][NFC] Fix Wimplicit-fallthrough warning in getCur...
2018-12-21 Bruno Ricci[AST][NFC] Pack CXXOperatorCallExpr
2018-12-21 Bruno Ricci[AST] Store the callee and argument expressions of...
2018-12-21 Bruno Ricci[Sema][NFC] Remove some unnecessary calls to getASTContext.
2018-12-21 Bruno Ricci[AST][NFC] Pass the AST context to one of the ctor...
2018-12-21 Simon PilgrimRevert rL349876 from cfe/trunk: [analyzer] Perform...
2018-12-21 Akira Hatanaka[Sema] Produce diagnostics when C++17 aligned allocatio...
2018-12-21 George Karpenkov[analyzer] Perform escaping in RetainCountChecker on...
2018-12-21 George Karpenkov[analyzer] Fix a bug in RetainCountDiagnostics while...
2018-12-21 Reid Kleckner[mingw] Don't mangle thiscall like fastcall etc
2018-12-21 Artem Dergachev[driver] [analyzer] Fix --analyze -Xanalyzer after...
2018-12-21 George KarpenkovRevert "Revert "[driver] [analyzer] Fix a backward...
2018-12-21 Artem Dergachev[analyzer] RetainCount: Suppress retain detection heuri...
2018-12-20 Volodymyr Sapsai[CodeGen] Fix a test from r349848 by replacing `objc_...
2018-12-20 Volodymyr Sapsai[CodeGen] Fix assertion on emitting cleanup for object...
2018-12-20 Erik PilkingtonAdd support for namespaces on #pragma clang attribute
2018-12-20 Artem DergachevRevert "[driver] [analyzer] Fix a backward compatibilit...
2018-12-20 Alex Lorenz[ObjC] Messages to 'self' in class methods that return...
2018-12-20 Tom Stellardcmake: Remove uses of add_llvm_loadable_module macro
2018-12-20 Artem Dergachev[driver] [analyzer] Fix redundant test output.
next