]> granicus.if.org Git - clang/shortlog
clang
2018-09-07 George Karpenkov[analyzer] Add coverage information to plist output...
2018-09-07 George Karpenkov[analyzer] [NFC] Prefer passing around reference to...
2018-09-07 George Karpenkov[analyzer] Executed lines: store file IDs, not hashes.
2018-09-07 George Karpenkov[analyzer] Do not add invalid source location to the...
2018-09-07 George Karpenkov[analyzer] Push updating-the-executed-lines logic into...
2018-09-07 George Karpenkov[analyzer] Skip printing trivial nodes in exploded...
2018-09-06 George Karpenkov[analyzer] [NFC] Move dumping program point into a...
2018-09-06 George Karpenkov[analyzer] Dump stable identifiers for exploded nodes
2018-09-06 George Karpenkov[analyzer] Remove traces of ubigraph visualization
2018-09-06 George Karpenkov[analyzer] Dump a reproducible, deterministic ID of...
2018-09-06 Stephen KellyRemove deprecated API
2018-09-06 Reid KlecknerRe-land r334417 "[MS] Use mangled names and comdats...
2018-09-06 Alexey Bataev[OPENMP] Fix PR38823: Do not emit vtable if it is not...
2018-09-06 Erik Pilkington[Sema] Clean up some __builtin_*_chk diagnostics
2018-09-06 Pavel LabathRe-commit "Enable DWARF accelerator tables by default...
2018-09-06 A BergenReverting r 341390 because it is causing test failures...
2018-09-06 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-06 Andrew Savonichev[OpenCL] Relax diagnostics on OpenCL access qualifiers
2018-09-06 Sam McCallRevert "[DebugInfo] Generate debug information for...
2018-09-06 Diogo N. SampaioFix march triple used test from rL341475
2018-09-06 Christian BruelFix the -print-multi-directory flag to print the select...
2018-09-06 Andrew Savonichev[OpenCL] Disallow negative attribute arguments
2018-09-06 Hsiangkai Wang[DebugInfo] Generate debug information for labels....
2018-09-05 Richard SmithPR38627: Fix handling of exception specification adjust...
2018-09-05 Richard TrieuRemove unnecessary options from test RUN lines.
2018-09-05 Richard TrieuAdd triple to test case.
2018-09-05 Pavel LabathRevert "Enable DWARF accelerator tables by default...
2018-09-05 John McCallForbid address spaces on compound literals in local...
2018-09-05 Erik Pilkington[Sema] Don't warn about omitting unavailable enum const...
2018-09-05 John McCallAdd -Wobjc-property-assign-on-object-type.
2018-09-05 Erich KeaneTest Commit for git-svn-cleanup comment.
2018-09-05 Alexey Bataev[OPENMP][NVPTX] Disable runtime-type info for CUDA...
2018-09-05 Eric Liu[Sema] Store MacroInfo in CodeCompletionResult for...
2018-09-05 Diogo N. SampaioFix arm_neon.h and arm_fp16.h generation for compiling...
2018-09-05 Pavel LabathEnable DWARF accelerator tables by default when tuning...
2018-09-05 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-09-05 Eric Liu[VFS] Cache the current working directory for the real FS.
2018-09-05 Sam McCallclang-format: Fix formatting C++ namespaces with preced...
2018-09-05 Richard SmithAllow all supportable non-type attributes to be used...
2018-09-04 Richard Trieu[ODRHash] Extend hash to support all Type's.
2018-09-04 Tim ShenRevert r341373, since it fails on some targets.
2018-09-04 Nico Weberclang-cl: Pass /Brepro to linker if it was passed to...
2018-09-04 Christian BruelFix the -print-multi-directory flag to print the select...
2018-09-04 Ilya BiryukovAdding HardLink Support to VirtualFileSystem.
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-09-04 David ChisnallRevert "Disable the GNUstep v2 ABI on Windows."
2018-09-04 David ChisnallDisable the GNUstep v2 ABI on Windows.
2018-09-03 Brian GesiakRemoving -debug-info-macros from option suggestions...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-03 Gabor Marton[ASTImporter] Merge ExprBits
2018-09-03 Alexey Sotkin[Index] Update tests allowing double4 type to be "invalid"
2018-09-03 Peter Smith[Aarch64] Fix linker emulation for Aarch64 big endian
2018-09-03 Alexey Sotkin[OpenCL] Traverse vector types for ocl extensions support
2018-09-02 Jonas TothFix Bug 38713: clang-format mishandles a short block...
2018-08-31 Craig Topper[X86] Add ktest intrinsics to match gcc and icc.
2018-08-31 Heejin Ahn[WebAssembly] clang-format (NFC)
2018-08-31 Craig Topper[X86] Add k-mask conversion and load/store instrinsics...
2018-08-31 Tim NorthoverTests: fix tests encoding specific hash values for...
2018-08-31 Craig Topper[X86] Add kshift intrinsics to match gcc and icc.
2018-08-31 Sterling AugustineRefactor Addlibgcc to make the when and what logic...
2018-08-31 Alexey Bataev[DEBUGINFO] Add support for emission of the debug direc...
2018-08-31 Fangrui SongImport lit.llvm after rC341132
2018-08-30 Stephen KellyRemove vestiges of configure buildsystem
2018-08-30 Stephen KellyAllow binding to NamedValue resulting from let expression
2018-08-30 Stephen KellyExtract parseBindID method
2018-08-30 Stephen KellyAdd dump() method for SourceRange
2018-08-30 Nico WeberRemove LIT_SITE_CFG_IN_FOOTER, clang
2018-08-30 Artem BelevichRevert the tests that should've been reverted in rL341115
2018-08-30 Zachary Turner[MS ABI] Fix mangling issue with dynamic initializer...
2018-08-30 Artem BelevichReverted the "[CUDA/OpenMP] Define only some host macro...
2018-08-30 Sterling AugustineRevert r341107. That change breaks lto-android in a...
2018-08-30 Richard Smith[cxx_status] Use the correct color for a feature in...
2018-08-30 Sterling AugustineRefactor Addlibgcc to make the when and what logic...
2018-08-30 Douglas YungChange %clang++ to %clangxx in test run line as it...
2018-08-30 Richard SmithUpdate FIXME as requested in code review.
2018-08-30 Richard SmithAdd test file missed from r341097.
2018-08-30 Richard SmithAdd missing -Wc++11-compat / -Wc++14-compat warnings...
2018-08-30 Richard SmithImprove attribute documentation to list which spellings...
2018-08-30 Alexey Bataev[OPENMP] Fix PR38710: static functions are not emitted...
2018-08-30 Artem Dergachev[analyzer] InnerPointerChecker: Fix a segfault when...
2018-08-30 Sterling AugustineTest the cross-product of how libgcc-related arguments...
2018-08-30 Matt Morehouse[libFuzzer] Port to Windows
2018-08-30 Yaxun Liu[HIP] Add -fvisibility hidden option to clang
2018-08-30 Jan Korous[Sema][NFC] Trivial cleanup in ActOnCallExpr
2018-08-30 Alexey Bataev[OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force...
2018-08-30 Ilya Biryukov[CodeComplete] Report location of opening parens for...
2018-08-30 Matt ArsenaultAMDGPU: Default to hidden visibility
2018-08-30 Richard TrieuEnsure canonical type is actually canonical.
2018-08-30 Richard SmithAdjust Attr representation so that changes to documenta...
2018-08-30 Jordan Rupprecht[AttrDocs] Fix build bots: add missing GNUInline pragma...
2018-08-29 Artem Dergachev[analyzer] Document that pointer arithmetic is not...
2018-08-29 Nick Desaulniers[AttrDocs]: document gnu_inline function attribute
2018-08-29 George Karpenkov[analyzer] Improve tracing for uninitialized struct...
2018-08-29 Artem Dergachev[analyzer] Support modeling no-op BaseToDerived casts...
2018-08-29 Artem Dergachev[analyzer] CFRetainReleaseChecker: Don't check C++...
2018-08-29 Artem Dergachev[CFG] [analyzer] Disable argument construction contexts...
2018-08-29 Artem Dergachev[CFG] [analyzer] Disable argument construction contexts...
2018-08-29 George Karpenkov[analyzer] Fix tests on 32-bit platforms by specifying...
2018-08-29 Alexey Bataev[OPENMP] Do not create offloading entry for declare...
2018-08-29 Yaxun LiuAdd predefined macro __gnu_linux__ for proper aux-triple
next