]> granicus.if.org Git - clang/shortlog
clang
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
2018-08-29 George Karpenkov[analyzer] Resolve the crash in ReturnUndefChecker
2018-08-29 George Karpenkov[analyzer] [NFC] Move class definition out of the function
2018-08-29 George Karpenkov[analyzer] Move analyzer-eagerly-assume to AnalyzerOpti...
2018-08-29 George Karpenkov[analyzer] [NFC] Remove unused "state" argument from...
2018-08-29 George Karpenkov[analyzer] Better retain count rules for OSObjects
2018-08-29 George Karpenkov[analyzer] [NFC] Follow the convention when naming...
2018-08-29 Matt MorehouseRevert "[libFuzzer] Port to Windows"
2018-08-29 Alexey Bataev[OPENMP][NVPTX] Add support for lightweight runtime.
2018-08-29 Matt Morehouse[libFuzzer] Port to Windows
2018-08-29 Martin Storsjo[MinGW] Don't mark external variables as DSO local
2018-08-29 Ilya Biryukov[Tooling] Do not restore working dir in ClangTool
2018-08-29 Mike Rice[OPENMP] Create non-const ident_t objects.
2018-08-29 Alexandre Ganea[Preamble] Fix incorrect usage of std::error_category
2018-08-29 Sam Parker[ARM] Set __ARM_FEATURE_SIMD32 for +dsp cores
2018-08-29 Peter CollingbourneStart reserving x18 by default on Android targets.
2018-08-28 Craig Topper[X86] Add kadd intrinsics to match gcc and icc.
2018-08-28 Yaxun Liu[HIP] Fix output file extension
2018-08-28 Matt MorehouseRevert "[libFuzzer] Port to Windows"
2018-08-28 Matt Morehouse[libFuzzer] Port to Windows
2018-08-28 Akira HatanakaDefine variables in test case rather than using values...
2018-08-28 Vedant Kumar[ubsan] Enable -fsanitize=vptr on Apple devices and...
2018-08-28 Fangrui Song[Driver] Delete last reference of lld -flavor old-gnu
2018-08-28 Ilya BiryukovParse compile commands lazily in InterpolatingCompilati...
2018-08-28 Adam Balogh[Analyzer] Iterator Checker - Part 3: Invalidation...
2018-08-28 Craig Topper[X86] Add kortest intrinsics for 8, 32, and 64 bit...
2018-08-27 Gheorghe-Teodor... [OpenMP][NVPTX] Use appropriate _CALL_ELF macro when...
2018-08-27 Kit Barton[PPC] Remove Darwin support from POWER backend.
2018-08-27 Leonard Chan[Sema/Attribute] Make types declared with address_space...
2018-08-27 Nico Weberfix comment typo
2018-08-27 Chandler CarruthTry to fix this clang driver test case after r340709.
2018-08-27 Craig Topper[X86] Add intrinsics for kand/kandn/knot/kor/kxnor...
2018-08-27 Craig Topper[X86] Remove min_vector_width 512 from some intrinsics...
2018-08-27 Craig Topper[X86] Rename __DEFAULT_FN_ATTRS to a__DEFAULT_FN_ATTRS5...
2018-08-27 Craig Topper[X86] Undef __DEFAULT_FN_ATTRS in avx512fintrin.h.
2018-08-27 Craig Topper[X86] Don't set min_vector_width to 512 on intrinsics...
2018-08-27 David Carlier[Xray] Darwin - Enable in the driver side
2018-08-26 Fangrui Song[Driver] Change MipsLinux default linker from "lld...
2018-08-26 Argyrios Kyrtzidis[index] Introduce 'ProtocolInterface' as part of Symbol...
2018-08-25 Jonas Hahnfeld[CUDA/OpenMP] Define only some host macros during devic...
2018-08-24 Hans WennborgRevert r323281 "Adjust MaxAtomicInlineWidth for i386...
2018-08-24 Peter CollingbourneReland r340552, "Driver: Enable address-significance...
2018-08-24 Eli FriedmanAdd REQUIRES: x86-registered-target to test.
2018-08-24 Eli Friedman[LTO] Fix -save-temps with LTO and unnamed globals.
2018-08-24 Aaron BallmanThread safety analysis no longer hands when analyzing...
2018-08-24 Raphael Isemann[ASTImporter] Add test for PackExpansionExpr
2018-08-24 Jonas Toth[clang-format] fix PR38557 - comments between "default...
2018-08-24 Jonas Toth[clang-format] fix PR38525 - Extraneous continuation...
2018-08-24 Krzysztof Parzyszek[Hexagon] Remove unneeded strings from builtin definiti...
2018-08-24 Eric LiuFix build bot after r340598.
2018-08-24 Ilya Biryukov[Tooling] Add a isSingleProcess() helper to ToolExecutor
2018-08-24 Eric Liu[FileManager] Do not call 'real_path' in getFile().
2018-08-24 Chandler Carruth[AVR] Fix inline asm calls now that the addrspace(0...
2018-08-24 Kito Cheng[RISCV] RISC-V using -fuse-init-array by default
2018-08-23 Stephen KellyFix typo
2018-08-23 Aaron PuchertRemove more const_casts by using ConstStmtVisitor ...
2018-08-23 Peter CollingbourneRevert r340552, "Driver: Enable address-significance...
2018-08-23 Aaron PuchertRemove unnecessary const_cast [NFC]
2018-08-23 Vedant Kumar[docs] Regenerate ClangCommandLineReference.rst
2018-08-23 Vedant Kumar[options] Document -(static|shared)-libsan
2018-08-23 Peter CollingbourneDriver: Enable address-significance tables by default...
2018-08-23 Shuai Wang[ASTMatchers] Let hasObjectExpression also support...
2018-08-23 Raphael IsemannRe-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAt...
2018-08-23 Mikhail R.... [analyzer] added cache for SMT queries in the SMTConstr...
2018-08-23 Mikhail R.... [analyzer] Moved all CSA code from the SMT API to a...
2018-08-23 Mikhail R.... [analyzer] Templatefy SMTConstraintManager so more...
2018-08-23 Mikhail R.... [analyzer] Delete SMTContext. NFC.
2018-08-23 Mikael HolmenChange dyn_cast<CXXMethodDecl>(FD) to isa<CXXMethodDecl...
2018-08-23 Mikael HolmenRemoved unused variable [NFC]
2018-08-23 Alexander RichardsonUpdate avr attributes test for output change in r340519
2018-08-23 Ivan Donchevskii[libclang] Fix cursors for arguments of Subscript and...
2018-08-23 Chandler Carruth[x86/retpoline] Split the LLVM concept of retpolines...
2018-08-23 JF BastienMissing quote in previous commit
2018-08-23 JF BastienImprove incompatible triple error
next