]> granicus.if.org Git - clang/shortlog
clang
2017-09-28 Yaxun Liu[AMDGPU] Allow flexible register names in inline asm...
2017-09-28 Paul Robinson[DWARF] Allow forward declarations of a class template...
2017-09-28 Nico WeberConsolidate std::move() detection code. No behavior...
2017-09-28 Nico WeberFix -Wcast-qual warning after r314336.
2017-09-28 Benjamin KramerUse std::is_trivial instead of is_trivially_copyable.
2017-09-28 Sylvestre LedruAdd the new -Wnull-pointer-arithmetic warnings to the...
2017-09-28 Faisal Vali[NFC] Don't use C++17 standard lib variable template...
2017-09-28 Faisal Vali[NFC] Modernize MacroArgs using TrailingObjects
2017-09-28 Akira HatanakaLook through parentheses.
2017-09-28 Davide Italiano[Targets/X86] Remove unneded `return` in setMaxAtomicWi...
2017-09-27 Eli Friedman[Preprocessor] Preserve #pragma clang assume_nonnull...
2017-09-27 Dylan McKay[AVR] Update data layout to match current LLVM trunk
2017-09-27 Sean CallananAdd support for remembering origins to ExternalASTMerger
2017-09-27 Artem Belevich[CUDA] Work around conflicting function definitions...
2017-09-27 Jonas Hahnfeld[OpenMP] Fix translation of target args
2017-09-27 Jonas Hahnfeld[OpenMP] Fix passing of -m arguments to device toolchain
2017-09-27 Jonas Hahnfeld[OpenMP] Fix memory leak when translating arguments
2017-09-27 Nico Weberclang-format/java: Unbreak genenrics formatting after...
2017-09-27 Anastasia Stulova[OpenCL] Fixed CL version in failing test.
2017-09-27 Anastasia Stulova[OpenCL] Handle address space conversion while setting...
2017-09-27 Gheorghe-Teodor... [OpenMP] Add an additional test for D34888
2017-09-27 Coby Tayreerevert rL314300
2017-09-27 Coby Tayree[X86][MS-InlineAsm] Extended support for variables...
2017-09-27 Artem Dergachev[analyzer] Fix an outdated comment in a test. NFC.
2017-09-27 Artem Dergachev[analyzer] Match more patterns in bugreporter::getDeref...
2017-09-27 Artem Dergachev[analyzer] Fix and refactor bugreporter::getDerefExpr...
2017-09-27 Marek Kurdej[clang-format] Fix FixNamespaceComments when BraceWrapp...
2017-09-27 Erich KeaneAdd test forgotten in r314262.
2017-09-27 Erich KeaneFix capitalization of a bunch of parameters in SemaDecl...
2017-09-27 Chih-Hung Hsieh[clang-format] Adjust space around &/&& of structured...
2017-09-26 Erich KeaneEmit section information for extern variables.
2017-09-26 Richard SmithFix uninitialized member found by msan build bot.
2017-09-26 Saleem AbdulrasoolSema: rename SemaBuiltinVAStart to SemaBuiltinVAStartMi...
2017-09-26 Gheorghe-Teodor... Revert commmit 314228.
2017-09-26 Saleem AbdulrasoolBasic: support Preserve{Most,All} CC on Windows
2017-09-26 Erich KeaneAllow IUnknown/IInterface types to come from extern C++
2017-09-26 Nico WeberDelete trailing whitespace.
2017-09-26 Richard SmithResolve a defect in C++17 copy omission.
2017-09-26 Erich Keane[Sema] Corrected the warn-on-throw-from-noexcept behavi...
2017-09-26 Gheorghe-Teodor... [OpenMP] Add an additional test for D34888
2017-09-26 Saleem AbdulrasoolSema: Windows/ARM __va_start is not const correct
2017-09-26 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-26 Alexey Bataev[OPENMP] Fix handling of implicit mapping of array...
2017-09-26 Artem Dergachev[analyzer] Keep track of design discusions as part...
2017-09-26 Gheorghe-Teodor... [OpenMP] Don't throw cudalib not found error if only...
2017-09-26 Gheorghe-Teodor... Revert commit 314210.
2017-09-26 Simon Dardis[mips] Accept but ignore -m(no-)branch-likely
2017-09-26 Krasimir Georgiev[clang-format] Add ext/ to google include categories
2017-09-26 Gheorghe-Teodor... [OpenMP] Add an additional test for D34888
2017-09-26 Ivan A. KosarevFix TBAA information for reference accesses
2017-09-26 Alexey Bataev[OPENMP] Generate implicit map|firstprivate clauses...
2017-09-26 Dean Michael... [XRay] Avoid actual linking when testing the driver
2017-09-26 Dean Michael... [XRay] Run command once without piping to FileCheck
2017-09-26 Dean Michael... [XRay] Only run shared tests when 'enable_shared' is...
2017-09-26 Dean Michael... [XRay] Remove -fPIC from shared build test.
2017-09-26 Dean Michael... [XRay] Stop running tests for 'amd64', and remove ...
2017-09-26 Dean Michael... [XRay][Driver] Do not link in XRay runtime in shared...
2017-09-26 Matthias BraunCodeGenModule: Adapt to LLVM TargetLibraryInfo changes
2017-09-26 Dean Michael... Revert "[XRay][Driver] Do not link in XRay runtime...
2017-09-25 Dean Michael... [XRay][Driver] Do not link in XRay runtime in shared...
2017-09-25 Nico Weberclang-format/java: Always put space after `assert`...
2017-09-25 Vlad TsyrklevichAllow specifying sanitizers in blacklists
2017-09-25 Gheorghe-Teodor... [OpenMP] Enable the existing nocudalib flag for OpenMP...
2017-09-25 Sanjay Patel[x86] make assertions less strict in avx512f test file
2017-09-25 Sanjay Patel[x86] make assertions less strict in avx512f test file
2017-09-25 Gheorghe-Teodor... [OpenMP] Bugfix: output file name drops the absolute...
2017-09-25 Gheorghe-Teodor... Revert commit with wrong message.
2017-09-25 Gheorghe-Teodor... [OpenMP] Don't throw cudalib not found error if only...
2017-09-25 Wei MiReinstall the patch "Use EmitPointerWithAlignment to...
2017-09-25 Sanjay Patel[x86] remove RUNs that were checking fully optimized IR
2017-09-25 Justin LebarRevert "[NVPTX] added match.{any,all}.sync instructions...
2017-09-25 Alexander Shaposhnikov[analyzer] Fix crash on modeling of pointer arithmetic
2017-09-25 Martin Storsjo[MinGW] Don't link -lmsvcrt if a different msvcrt versi...
2017-09-25 Artem Belevich[NVPTX] added match.{any,all}.sync instructions, intrin...
2017-09-25 Artem Belevich[CUDA] Fix names of __nvvm_vote* intrinsics.
2017-09-25 Yi Kong[Sema] Null check in BuildDeclarationNameExpr
2017-09-25 Michael Zuckerman[Clang] Adding missing feature to goldmont
2017-09-25 Jina Nahiasfixing a bug in mask[z]_set1 intrinsic
2017-09-24 Simon PilgrimFix implicit-fallthrough warning by adding missing...
2017-09-23 Richard SmithDon't warn about runtime behavior problems in variable...
2017-09-23 Benjamin KramerSilence unused variable warning in Release builds.
2017-09-23 Reka Kovacs[docs] Fix typos in Clang's User's Manual.
2017-09-23 Akira HatanakaPromote storage-only __fp16 vector operands to float...
2017-09-23 Richard SmithCorrectly compute linkage for members of internal linka...
2017-09-23 Reid KlecknerCommit missing fixes for tool_file_rename
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-22 George Karpenkov[Analyzer] Fix minor errors in python scripts.
2017-09-22 Richard SmithDR1113: anonymous namespaces formally give their conten...
2017-09-22 Vedant Kumar[test] Enable clang-func-mapping as a test dep with...
2017-09-22 Richard TrieuFix unused variable warning in non-debug builds.
2017-09-22 Hans Wennborgclang-format plugin: Add missing NL (new line) at EOF...
2017-09-22 Akira Hatanaka[CodeGen][ObjC] Build the global block structure before...
2017-09-22 Alexander Shaposhnikov[clang] Fix isExternC matcher docs
2017-09-22 Ilya BiryukovSet completion priority of destructors and operators...
2017-09-22 Vedant Kumar[lit.cfg] Avoid concatenating which(clang-func-mapping...
2017-09-22 Alexander Shaposhnikov[clang] Fix printf fixit for objc specific types
2017-09-22 Saleem Abdulrasoolbindings: expose Linkage to the python bindings
2017-09-22 Vedant Kumar[Coverage] Add an option to emit limited coverage info
2017-09-22 Dave Lee[index] Generate class & metaclass manglings for objc
2017-09-22 Alexey Bataev[OPENMP] Handle re-declaration of captured variables...
next