]> granicus.if.org Git - clang/shortlog
clang
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...
2018-02-12 Craig Topper[X86] Reverse the operand order of the implementation...
2018-02-12 Artem Dergachev[CFG] Provide construction contexts for return value...
2018-02-12 John BaldwinLook for 32-bit libraries in /usr/lib32 for MIPS O32...
2018-02-12 George Karpenkov[analyzer] [tests] Fix a typo in analyzer testing script.
2018-02-12 Abderrazek... [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic...
2018-02-12 Scott Linder[DebugInfo] Update Checksum handling in CGDebugInfo
2018-02-12 Adrian PrantlAdd a unit test for Driver::getDefaultModuleCachePath().
2018-02-12 Erich KeaneFurther cleanup to Driver mode code, as suggested by...
2018-02-12 Fangrui Song[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
2018-02-12 Reid Kleckner[Sema] Don't mark plain MS enums as fixed
2018-02-12 Erich KeaneUpdate target-note-test to be current with the AMDGPU...
2018-02-12 Erich KeaneMake attribute-target on a Definition-after-use update...
2018-02-12 Erich KeaneAdd Invalid-note test negllected in R324673,324674...
2018-02-12 Momchil VelikovRe-commit r324490: [DebugInfo] Improvements to represen...
2018-02-12 Krasimir Georgiev[clang-format] Fix comment indentation in text protos
2018-02-12 Aaron BallmanAllow the NS, CF, and ObjC attributes to be used with...
2018-02-12 Filipe CabecinhasASan+operator new[]: Add an option for more thorough...
2018-02-12 Jonas Hahnfeld[CUDA] Add option to generate relocatable device code
2018-02-12 Jonas Hahnfeld[CUDA] Fix test cuda-external-tools.cu
2018-02-10 Craig Topper[X86] Change the signature of the AVX512 packed fp...
2018-02-10 Aaron SmithFix test clang-diff-json.cpp
2018-02-10 Simon PilgrimAdd vector add/sub/mul/div by scalar tests (PR27085)
2018-02-10 Gabor HorvathMake a build bot happy.
2018-02-10 Gabor Horvath[Templight] Template Instantiation Observer
2018-02-10 Artem Dergachev[analyzer] NFC: Assert that our fix for noreturn destru...
2018-02-10 Artem Dergachev[analyzer] Fix a merge error in -analyzer-config tests.
next