]> granicus.if.org Git - clang/shortlog
clang
2019-01-10 Ivan Donchevskii[libclang] Fix clang_Cursor_isAnonymous
2019-01-10 Stanislav Mekhanoshin[AMDGPU] Separate feature dot-insts
2019-01-10 Richard TrieuRefactor declarations of ASTContext allocate functions...
2019-01-10 Craig Topper[X86] Really make the pointer arguments to avx512 gathe...
2019-01-10 Richard SmithIn nothrow new-expressions, null-check the result if...
2019-01-09 Nick Desaulniers[Sema] Mark target of __attribute__((alias("target...
2019-01-09 Alex Lorenz[ObjC] Allow the use of implemented unavailable methods...
2019-01-09 Gheorghe-Teodor... [OpenMP] Avoid remainder operations for loop index...
2019-01-09 Gheorghe-Teodor... [OpenMP] Add flag for preventing the extension to 64...
2019-01-09 Alexey Bataev[OPENMP][DOCS]Release notes/OpenMP support updates...
2019-01-09 Aaron BallmanRemoving an include that was not necessary; NFC.
2019-01-09 Shoaib Meenai[CodeGen] Clarify comment about COFF common symbol...
2019-01-09 Bruno Ricci[AST] Move back BasePathSize to the bit-fields of CastExpr
2019-01-09 Alexey BataevIncorrect implicit data-sharing for nested tasks
2019-01-09 Bruno Ricci[AST] Store the results in OverloadExpr in a trailing...
2019-01-09 Alexander KornienkoRemove dependency-related arguments in clang-check.
2019-01-09 Nico WeberFix typo in comment
2019-01-09 Florian HahnRevert r350648: "Fix clang for r350647: Missed a functi...
2019-01-09 Ilya Biryukov[Driver] Fix libcxx detection on Darwin with clang...
2019-01-09 Anastasia StulovaUse DeclSpec for quals in DeclaratorChunk::FunctionType...
2019-01-09 Craig Topper[X86] Make the pointer arguments to avx512 gather/scatt...
2019-01-08 Alex Lorenz[libclang] Fix the mismatched delete operator for ExprE...
2019-01-08 Stephen Kelly[ASTDump] NFC: Move dumpDeclRef to NodeDumper
2019-01-08 Dan Albert[Driver] Default to -fno-addrsig on Android.
2019-01-08 Alex Lorenz[libclang] Recommit r336590 with a fix for the memory...
2019-01-08 Stephen KellyImplement the TreeStructure interface through the TextN...
2019-01-08 Dan AlbertAndroid is not GNU, so don't claim that it is.
2019-01-08 Louis Dionne[Sema] Teach Clang that aligned allocation is not suppo...
2019-01-08 Philip PfaffeFix clang for r350647: Missed a function rename
2019-01-08 Erich KeaneFix opencl test broken on windows by r350643.
2019-01-08 JF Bastien[NFC] Don't over-eagerly check block alignment
2019-01-08 Erich KeaneLimit COFF 'common' emission to <=32 alignment types.
2019-01-08 Erik Pilkington__has_feature(pragma_clang_attribute_namespaces) should...
2019-01-08 Paul RobinsonRename DIFlagFixedEnum to DIFlagEnumClass. NFC
2019-01-08 Erik PilkingtonRevert "Split -Wdelete-non-virtual-dtor into -Wdelete...
2019-01-08 Alexander KornienkoFix use-after-free bug in Tooling.
2019-01-08 Paul RobinsonDon't emit DW_AT_enum_class unless it's actually an...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXScalarValueInitExpr
2019-01-08 Alexey Bataev[OPENMP]Fix PR40191: Do not allow orphaned cancellation...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplat...
2019-01-08 Bruno Ricci[AST] Pack CXXDependentScopeMemberExpr
2019-01-08 Bruno Ricci[Sema] Diagnose array access preceding the array bounds...
2019-01-08 Simon Pilgrim[X86] Add shift-by-immediate tests for non-immediate...
2019-01-08 Sam McCall[ASTMatchers] Improve assert message for broken parent...
2019-01-08 Erik PilkingtonSplit -Wdelete-non-virtual-dtor into -Wdelete-abstract...
2019-01-07 Stephen KellyNFC: Replace asserts with if() in SourceLocation accessors
2019-01-07 Erik PilkingtonAdd a __has_feature check for namespaces on #pragma...
2019-01-07 Alexey Bataev[OPENMP]Add call to __kmpc_push_target_tripcount()...
2019-01-07 Craig TopperRecommit r350555 "[X86] Use funnel shift intrinsics...
2019-01-07 Craig TopperRevert r350555 "[X86] Use funnel shift intrinsics for...
2019-01-07 Craig Topper[X86] Use funnel shift intrinsics for the VBMI2 vshld...
2019-01-07 Alexey Bataev[OPENMP][NVPTX]Reduce number of barriers in reductions.
2019-01-07 Benjamin Kramer[Sema] Fix unused variable warning in Release builds
2019-01-07 Rafael Stahl[analyzer] Pass the correct loc Expr from VisitIncDecOp...
2019-01-07 Bruno Ricci[AST] Store some data of CXXNewExpr as trailing objects
2019-01-07 Bruno Ricci[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnreso...
2019-01-07 Hyrum Wright[clang] Add AST matcher for initializer list members
2019-01-07 Gabor Marton[CTU] Make loadExternalAST return with non nullptr...
2019-01-07 Bruno Ricci[AST][NFC] Pack OpaqueValueExpr
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
next