]> granicus.if.org Git - clang/shortlog
clang
2016-10-19 Justin Lebar[CUDA] Emit errors for wrong-side calls made on the...
2016-10-19 Vedant Kumar[ubsan] Drop dependency on a 64-bit arch in a test...
2016-10-19 Vedant Kumar[ubsan] Re-work check lines to try to appease a bot...
2016-10-19 Sriraman TallamNew clang option -mpie-copy-relocations to use copy...
2016-10-19 Vedant Kumar[ubsan] Use the object pointer's type info for devirtua...
2016-10-19 Hans WennborgMS ABI: Fix assert when generating virtual function...
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-19 Douglas Katzman[Myriad] Find libc++ headers next to clang binary
2016-10-19 Benjamin KramerRemove unused diagnostics. NFC.
2016-10-19 Benjamin KramerDon't copy replacements in for-range loop. NFC.
2016-10-19 Michal Gorny[cmake] Use LLVM_CMAKE_PATH for GetSVN script
2016-10-19 Andrey Bokhanko[Sema] Gcc compatibility of vector shift
2016-10-19 Vassil Vassilev[modules] Do not report missing definitions of demoted...
2016-10-19 Eric Liu[clang-format] Add comment manipulation header
2016-10-19 Richard SmithResolve exception specifications when selecting an...
2016-10-19 Justin Lebar[CUDA] Rework tests now that we emit deferred diagnosti...
2016-10-18 Richard SmithDR1330: instantiate exception-specifications when ...
2016-10-18 Richard SmithAdd missing warning for use of C++1z init-statements...
2016-10-18 Richard Smith[c++1z] Fix corner case where we could create a functio...
2016-10-18 Richard SmithWhen two function types have equivalent (but distinct...
2016-10-18 Mandeep Singh... Fix clang tests
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-10-18 Vedant KumarDrop a redundant ".get()" call (NFC)
2016-10-18 Michal Gorny[cmake] Update lit search to match the one in LLVM
2016-10-18 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
2016-10-18 Daniel Marjamakialpha.core.UnreachableCode - don't warn about unreachab...
2016-10-18 Artem Dergachev[analyzer] Add NumberObjectConversion checker.
2016-10-18 Alex Lorenz[CodeCompletion] Add a block property setter completion...
2016-10-18 Alex Lorenz[CodeCompletion][NFC] Extract a function that formats...
2016-10-18 Alex Lorenz[CodeCompletion][NFC] Extract a function that looks...
2016-10-18 Igor Kudrin[libclang] Add missing cursor kinds to python bindings.
2016-10-18 Igor Kudrin[libclang] Fix a failure in a test for python bindings...
2016-10-18 Richard Smith[c++1z] Include "noexcept" in builtin function types...
2016-10-18 Richard Smith[c++1z] Use canonical expression equivalence to determi...
2016-10-18 Dominic Chen[analyzer] Update alpha and potential checker documenta...
2016-10-18 Chris Bieneman[CMake] Add a few default passthrough variables for...
2016-10-18 Vedant Kumar[Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap...
2016-10-17 Petr Hosek[Driver] Use stem rather than filename for executable...
2016-10-17 Adrian PrantlExplicitly pass an isysroot to avoid the SDKROOT overri...
2016-10-17 Adrian PrantlImprove the CHECK lines in debug-options.c by separatin...
2016-10-17 Davide Italiano[Coverage] Update test after r284418.
2016-10-17 Adrian PrantlUpdate testcase for r284416.
2016-10-17 Adrian PrantlDriver/Darwin: Set the DWARF version based on the deplo...
2016-10-17 Michal Gorny[Driver] Use VFS to perform all distribution checks
2016-10-17 Krzysztof ParzyszekAdd a dummy file in each subdirectory in test/Driver...
2016-10-17 Tim NorthoverHexagon: add dummy files to test dir so git keeps them.
2016-10-17 Adrian PrantlFix a typo.
2016-10-17 Krzysztof ParzyszekReapply r284383. The test failures were due to a missin...
2016-10-17 Krzysztof ParzyszekRevert r284383, while I figure out how to reproduce...
2016-10-17 Krzysztof ParzyszekReturn correct path from HexagonToolChain::getHexagonTa...
2016-10-17 Benjamin KramerRevert "Reinstate r281429, reverted in r281452, with...
2016-10-17 Vassil VassilevDo not reset TUScope when we are in incremental process...
2016-10-17 Justin BognerAST: Prefer LLVM_NODISCARD to LLVM_ATTRIBUTE_UNUSED_RESULT
2016-10-17 Justin Lebar[CUDA] Fix false-positive in known-emitted handling.
2016-10-16 NAKAMURA Takumiclang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for...
2016-10-16 Devin CoughlinRevert "Revert "[analyzer] Make MallocChecker more...
2016-10-16 Justin BognerAST: Improve a couple of comments and cast unused value...
2016-10-16 Devin CoughlinRevert "[analyzer] Make MallocChecker more robust again...
2016-10-16 Richard SmithP0012R1: Make exception specifications be part of the...
2016-10-16 Devin Coughlin[analyzer] Make MallocChecker more robust against custo...
2016-10-16 Richard SmithExtend this test and make it a bit clearer which cases...
2016-10-16 Devin CoughlinRevert "[analyzer] Re-apply r283093 "Add extra notes...
2016-10-15 Richard SmithDisable a silly GCC diagnostic for combining a scanf...
2016-10-14 Vedant Kumar[Coverage] Support for C++17 if initializers
2016-10-14 Vedant Kumar[Coverage] Support for C++17 switch initializers
2016-10-14 Saleem AbdulrasoolSema: honour dllexport in itanium more faithfully
2016-10-14 Arnold SchwaighoferAdd more swift calling convention tests
2016-10-14 Richard SmithReinstate r284008 reverted in r284081, with two fixes:
2016-10-14 David L KreitzerDefine Contiki OS toolchain
2016-10-14 David Sheinkman__builtin_fpclassify missing one int parameter
2016-10-14 Douglas KatzmanImplement no_sanitize_address for global vars
2016-10-14 Richard Smith[linux] When pre-reserving stack pages to work around...
2016-10-14 Erik Pilkington[Sema] Refactor context checking for availability diagn...
2016-10-14 Manman RenModule: emit initializers in submodules when importing...
2016-10-14 Ed MasteRevert r284256 due to test failure
2016-10-14 Ed MasteLink static PIE programs against rcrt0.o on OpenBSD
2016-10-14 Albert GutowskiImplement __stosb intrinsic as a volatile memset
2016-10-14 Alexey BataevFix for PR30632: Name mangling issue.
2016-10-14 Eric LiuRemoved duplicate header include
2016-10-14 Eric LiuTry to fix windows bot file path style failure caused...
2016-10-14 Eric LiuDeduplicate sets of replacements by file names.
2016-10-14 Michael Zuckerman[x86][ms-inline-asm] use of "jmp short" in asm is not...
2016-10-14 Richard SmithFix bogus assert breaking modules self-host.
2016-10-14 Richard SmithUse SubstInitializer instead of SubstExpr when instanti...
2016-10-13 Richard SmithReinstate r281429, reverted in r281452, with a fix...
2016-10-13 Arnold SchwaighoferDisable swiftcall test on windows: More brutal way...
2016-10-13 Albert GutowskiAdd 64-bit MS _Interlocked functions as builtins again
2016-10-13 Albert Gutowskifix _BitScan intrinsics missing header warnings; fix...
2016-10-13 Alexander Shaposhnikov[analyzer] Remove superquadratic behaviour from Dataflo...
2016-10-13 Arnold SchwaighoferAdd required targets to tests to (hopefully) appease...
2016-10-13 Justin LebarAdd and use isDiscardableGVALinkage function.
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-13 Saleem Abdulrasooltest: attempt to repair SCEI buildbots
2016-10-13 Saleem AbdulrasoolCodeGen: ensure that the runtime calling convention...
2016-10-13 Arnold SchwaighoferSwift Calling Convention: Fix out of bounds access
2016-10-13 Justin Lebar[CUDA] Allow static variables in __host__ __device__...
2016-10-13 Justin Lebar[CUDA] Disallow __shared__ variables in host functions.
2016-10-13 Justin Lebar[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf...
2016-10-13 Manman RenModule: emit initializers for C/ObjC after r276159.
2016-10-13 Teresa JohnsonPass -ffunction-sections/-fdata-sections along to gold...
next