]> granicus.if.org Git - clang/shortlog
clang
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...
2018-02-15 Artem Dergachev[analyzer] NFC: Remove dead checks when computing DeclS...
2018-02-15 Konstantin... Revert r325193 as it breaks buildbots
2018-02-15 Konstantin... AMDGPU: Enable PIC by default for amdgcn
2018-02-15 Richard SmithAdd missing definition for class static after r325193.
2018-02-15 Konstantin... AMDGPU: Cleanup most of the macros
2018-02-14 Erich KeaneImprove documentation for attribute artificial
2018-02-14 Vitaly BukaMoved CHECK in test closer to source code
2018-02-14 Vitaly Buka[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_...
2018-02-14 Matt Davis[Debug] Annotate compiler generated range-for loop...
2018-02-14 Eric FiselierClean up -fdiscard-value-name handling
2018-02-14 Krasimir Georgiev[clang-format] Recognize percents as format specifiers...
2018-02-14 Rafael EspindolaUpdate for llvm change. NFC.
2018-02-14 Bruno Cardoso... [Modules] Add more language features to be used with...
2018-02-14 Alexey Bataev[OpenMP] Fix trailing space when printing pragmas,...
2018-02-14 Jonas Hahnfeld[CUDA] Allow external variables in separate compilation
2018-02-14 Hans WennborgRevert r324991 "Fix for PR32992. Static const classes...
2018-02-14 Ivan A. Kosarev[AST] Fix passing large-array-init.cpp on builds withou...
2018-02-14 Ivan A. Kosarev[AST] Refine the condition for element-dependent array...
2018-02-14 Aleksei SidorinQuick fix for 325116 buildbots: move template specializ...
2018-02-14 Mikhail Maltsev[Sema] Fix decltype of static data members
2018-02-14 Aleksei Sidorin[ASTImporter] Fix lexical DC for templated decls; suppo...
2018-02-14 Henry WongTest commit access
2018-02-14 Richard SmithFix a couple of places where we assumed that non-type...
2018-02-14 Erich KeaneImplement function attribute artificial
2018-02-13 George Karpenkov[analyzer] [tests] Update CmpRuns to write to stdout...
2018-02-13 Nico WeberTeach Wreturn-type, Wunreachable-code, and alpha.deadco...
2018-02-13 Richard TrieuUpdate StmtProfile.cpp to handle zero template arguments.
2018-02-13 Yaxun Liu[AMDGPU] Change constant addr space to 4
2018-02-13 Andrew V. TischenkoAn updated test to show the current warnings produced...
2018-02-13 Krasimir Georgiev[clang-format] Support text proto extensions
2018-02-13 Hans WennborgFix for PR32992. Static const classes not exported.
2018-02-13 Sander de Smalen[DebugInfo] Avoid name conflict of generated VLA expres...
2018-02-12 Bruno Cardoso... [Modules] Fix remapping from Foo.Private to Foo_Private...
2018-02-12 George Karpenkov[analyzer] Exploration strategy prioritizing unexplored...
next