]> granicus.if.org Git - clang/shortlog
clang
2018-02-22 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-02-22 Carlo Bertolli[OpenMP] Limit reduction support for pragma 'distribute...
2018-02-22 Artem Belevich[CUDA] Added missing functions.
2018-02-22 Alexey Bataev[OPENMP] Require valid SourceLocation in function call...
2018-02-22 Jonas Hahnfeld[docs] Regenerate command line reference
2018-02-22 Jonas Hahnfeld[docs] Improve help for OpenMP options, NFC.
2018-02-22 Jonas Hahnfeld[docs] Fix duplicate arguments for JoinedAndSeparate
2018-02-22 Alexey Sotkin[OpenCL] Add '-cl-uniform-work-group-size' compile...
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-22 Kamil RytarowskiRevert part of D43378 in this file
2018-02-22 Kamil RytarowskiRevert part of r. 325746 D43378
2018-02-22 Kamil RytarowskiFreeBSD driver / Xray flags moving pthread to compile...
2018-02-22 Richard Trieu[ODRHash] Fix hashing for friend functions.
2018-02-22 Richard Trieu[ODRHash] Handle some template weirdness.
2018-02-21 Dan Albert[Driver] Generate .eh_frame_hdr for static executables...
2018-02-21 Saleem AbdulrasoolCodeGen: handle blocks correctly when inalloca'ed
2018-02-21 Ben Hamilton[clang-format] Fix regression when getStyle() called...
2018-02-21 Erich KeaneReplace incorrect usage of isInvalidDecl with intended...
2018-02-21 Peter Szecsi[analyzer] Prevent AnalyzerStatsChecker from crash
2018-02-21 David BlaikieRemove use of the 'gmlt' term from the -fsplit-dwarf...
2018-02-21 Ben Hamilton[clang-format] New API guessLanguage()
2018-02-21 Eric Liu[ASTMatchers] Regenerate documentation after r325678
2018-02-21 Eric Liu[ASTMatchers] isTemplateInstantiation: also match expli...
2018-02-21 Mikhail Maltsev[Sema] Classify conversions from enum to float as narrowing
2018-02-21 Petr Hosek[Fuchsia] Include libClang and clang-include-fixer...
2018-02-21 Richard SmithIn C++14 onwards, it is permitted to read mutable membe...
2018-02-21 Serge PavlovClean up use of C allocation functions
2018-02-21 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-02-21 Craig Topper[X86] Disable CLWB in Cannon Lake
2018-02-21 Simon Dardis[mips] Spectre variant two mitigation for MIPSR2
2018-02-20 Richard SmithFix assert when template argument deduction's original...
2018-02-20 Richard SmithWhen multiple sanitizers are enabled (ubsan + something...
2018-02-20 Erich Keane[NFC] In Multiversion Check function, switch to return...
2018-02-20 Artem Belevich[CUDA] Added missing __threadfence_system() function...
2018-02-20 Erich KeaneCorrect multiversion unsupported target behavior, add...
2018-02-20 David BlaikiePR36442: Correct description of -fsplit-dwarf-inlining
2018-02-20 Kamil RytarowskiStop linking sanitized applications with -lutil and...
2018-02-20 Hans WennborgRevert r325375 "[MS] Make constexpr static data members...
2018-02-20 Ivan A. Kosarev[CodeGen] Fix generation of TBAA tags for may-alias...
2018-02-20 Hans Wennborgclang-cl: Make /d1PP an alias for -dD (PR36446)
2018-02-20 Hans Wennborgclang-format plugin: Add missing semicolon in list...
2018-02-20 Craig Topper[X86] Remove mask from 512 bit pmulhrsw/pmulhw/pmulhuw...
2018-02-20 Sam McCall[Sema] Fix -Wunused-variable
2018-02-20 Richard SmithFix some -Wexceptions false positives.
2018-02-20 Eugene Zelenko[Sema] Fix some Clang-tidy modernize and Include What...
2018-02-19 Richard SmithFix test failure on target where size_t is long long.
2018-02-19 Aaron BallmanAdd several more attributes to be parsed in C with...
2018-02-19 Krasimir Georgiev[clang-format] Fix text proto extension scope opening...
2018-02-19 Krasimir Georgiev[clang-format] Fixup a case of text proto message attri...
2018-02-19 Ilya Biryukov[CodeComplete] Avoid name clashes of 'Kind' inside...
2018-02-19 Keith Walker[ARM] disable FPU features when using soft floating...
2018-02-19 Ilya Biryukov[CodeComplete] Add a helper to print CodeCompletionCont...
2018-02-19 Martin Probstclang-format: [JS] fix `of` detection.
2018-02-19 Dylan McKay[AVR] Set the program address space in the data layout
2018-02-19 Ivan A. Kosarev[CodeGen] Initialize large arrays by copying from a...
2018-02-19 Richard Smith[cxx_dr_status] Tests for CWG issues 641-687.
2018-02-18 Benjamin Kramer[Analyzer] Move UnexploredFirstStack into an anonymous...
2018-02-17 Dimitry Andric[X86] Add 'sahf' CPU feature to frontend
2018-02-16 Eugene Zelenko[Basic] Fix some Clang-tidy modernize and Include What...
2018-02-16 Vitaly Buka[ThinLTO] Allow indexing to request backend to ignore...
2018-02-16 Vitaly Buka[ThinLTO] Ignore object files with no ThinLTO modules...
2018-02-16 Alexey Bataev[OPENMP] Do not emit messages for templates in declare...
2018-02-16 Reid Kleckner[MS] Make constexpr static data members implicitly...
2018-02-16 Alexey Bataev[OPENMP] Fix PR35873: Fix data-sharing attributes for...
2018-02-16 Alexey Bataev[OPENMP] Fix parsing of the directives with inner direc...
2018-02-16 Erich KeaneClean up 'target' attribute diagnostics
2018-02-16 Frederich MunchUse Token::isOneOf method in Parser.
2018-02-16 Sjoerd Meijer[ARM] Add tests for the vcvtr builtins
2018-02-16 Brian Gesiak[Coroutines] Use target-agnostic size_t in test
2018-02-16 Krasimir Georgiev[clang-format] Enable google text proto formatting...
2018-02-16 Hans WennborgRevert r325321 "[Sema] Take into account the current...
2018-02-16 Akira Hatanaka[Sema] Take into account the current context when check...
2018-02-16 Vedant Kumar[Coverage] Handle break/continue outside of loop bodies
2018-02-16 Ekaterina Romanova[DOXYGEN] There was a request in the review D41507...
2018-02-16 Bruno Cardoso... [Modules] Extend -fmodule-name semantic for frameworks...
2018-02-15 Alexey Bataev[OPENMP] Fix PR36399: Crash on C code with ordered...
2018-02-15 Alexey Bataev[OPENMP] Fix PR38398: compiler crash on standalone...
2018-02-15 Aaron BallmanSilence a -Wparentheses warning; NFC.
2018-02-15 Aaron BallmanSilence some -Wunused-variable warnings; NFC.
2018-02-15 Brian Gesiak[Coroutines] Use allocator overload when available
2018-02-15 Brian Gesiak[Sema] Toggle diags when finding allocators (NFCI)
2018-02-15 Artem Dergachev[analyzer] Suppress temporary destructors for temporary...
2018-02-15 Artem Dergachev[analyzer] Implement path notes for temporary destructors.
2018-02-15 Artem Dergachev[analyzer] Compute the correct this-region for temporar...
2018-02-15 Yaxun LiuClean up AMDGCN tests
2018-02-15 Artem Dergachev[analyzer] NFC: Eliminate ParentMap lookup in mayInline...
2018-02-15 Matt Davis[Test] Remove mangled name from test.
2018-02-15 Yaxun Liu[OpenCL] Fix __enqueue_block for block with captures
2018-02-15 Aaron BallmanAmend r325256. This change was not properly merged...
2018-02-15 Aaron BallmanNFC; clean up this file based on our coding standards...
2018-02-15 Krasimir Georgiev[clang-format] Support repeated field lists in protos
2018-02-15 Kamil RytarowskiAdding msan support for FreeBSD
2018-02-15 Kamil RytarowskiAdd Xray instrumentation compile-time/link-time support...
2018-02-15 Martin BohmeAdd -no-canonical-prefixes to allow different build...
2018-02-15 Jacek Olesiak[clang-format] Improve ObjC headers detection
2018-02-15 Artem Dergachev[analyzer] Inline constructors for destroyable temporaries.
2018-02-15 Artem Dergachev[CFG] Provide construction contexts for temproary objects.
2018-02-15 Artem Dergachev[analyzer] Decide on inlining destructors via EvalCallO...
2018-02-15 Konstantin... Reapply r325193
2018-02-15 Artem Dergachev[analyzer] Allow inlining constructors into return...
next