]> granicus.if.org Git - clang/shortlog
clang
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...
2016-10-13 Davide Italiano[ThinLTO] Update doc to include lld (now supported).
2016-10-13 Arnold SchwaighoferAdd more 64bit swiftcall convention tests
2016-10-13 Albert GutowskiImplement MS _ReturnAddress and _AddressOfReturnAddress...
2016-10-13 Sjoerd MeijerGuard flag –fdenormal-fp-math with –fno-fast-math.
2016-10-13 Artem Dergachev[analyzer] Link libStaticAnalyzerCheckers to libASTMatc...
2016-10-13 Alexey BataevFix for PR30639: CGDebugInfo Null dereference with...
2016-10-12 Devin Coughlin[analyzer] DeallocChecker: Don't warn about directly...
2016-10-12 Albert Gutowskifix ms-intrinsics labels code to work with builds with...
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Yunzhong Gao[NFC] Fixing the description for _mm_store_ps and _mm_s...
2016-10-12 Albert Gutowskifix regexes for label names in ms-intrinsics test
2016-10-12 Albert GutowskiImplement MS _BitScan intrinsics
2016-10-12 Arnold SchwaighoferRemove basic block label in test case
2016-10-12 Arnold SchwaighoferSpecify a target cpu in test case
2016-10-12 Yunzhong Gao[NFC] Trial change to remove a redundant blank line.
2016-10-12 Arnold SchwaighoferDeclare WinX86_64ABIInfo to satisfy SwiftABI info
2016-10-12 Kostya SerebryanyDocument potential implementation of CFI in hardware.
2016-10-12 Albert GutowskiMove x86-64 builtins from SemaChecking.cpp to BuiltinsX...
2016-10-12 Alex LorenzNFC: CodeCompletionResult's constructor should take...
2016-10-12 Javed Absar[ARM] Fix - missing target-cpu in test
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-12 Alex Lorenz[CodeCompletion] Show protocol properties that are...
2016-10-12 Alex Lorenz[Sema] Handle transparent_union attributes in C mode...
2016-10-12 Artem BelevichAdded REQUIRED triples to the test that fails on some...
2016-10-12 Justin Lebar[CUDA] Make touching a kernel from a __host__ __device_...
2016-10-11 Mike EdwardsRevert - When optimizing for size, enable loop rerollin...
2016-10-11 Vedant Kumar[Profile] Update testcase for r283948 (NFC)
2016-10-11 Manman RenModule: for ObjectiveC, be consistent when checking...
2016-10-11 Arnold SchwaighoferSwift Calling Convention: Parameters are allowed after the
2016-10-11 Arnold SchwaighoferPass the end of a component to SwiftAggLowering's enume...
2016-10-11 Mehdi AminiRevert "Change Builtins name to be stored as StringRef...
2016-10-11 Bruno Cardoso... [Driver] Use -fsyntax-only in test/Driver/show-option...
2016-10-11 Bruno Cardoso... [Driver] Fix test from r283913 to unbreak bots
2016-10-11 Bruno Cardoso... Reapply [Driver][Diagnostics] Make 'show option names...
2016-10-11 Justin Lebar[CUDA] Re-land support for <complex> (r283683 and r283680).
2016-10-11 Reid KlecknerFix the build with MSVC 2013 after r283856
2016-10-11 Zachary TurnerFix clang-offload-bundler test.
2016-10-11 Yaxun Liu[OpenCL] Allow partial initializer for array and struct
2016-10-11 Vassil VassilevRevert r283887 and r283882, until the issue is understo...
2016-10-11 Mehdi AminiUse StringRef instead of raw pointer in SourceManagerIn...
2016-10-11 Vassil Vassilevr283882 followup. Don't demote ParmVarDecls. This shoul...
2016-10-11 Vassil Vassilev[modules] PR28752: Do not instantiate variable declarat...
2016-10-11 Renato GolinRevert "[Driver][Diagnostics] Make 'show option names...
2016-10-11 Manuel KlimekDelete clang-completion-mode.el.
2016-10-11 Mehdi AminiTurn FileManager DirectoryEntry::Name from raw pointer...
2016-10-11 Daniel JasperExplicitly ignore return code in test for test systems...
2016-10-11 Hal FinkelFixup test/Driver/opt-record.c for nvptx pointer size
2016-10-11 Hal FinkelAdd an option to save the backend-produced YAML optimiz...
2016-10-11 Justin Lebar[Sema] Add explicit move constructor for ExpressionEval...
2016-10-11 Richard SmithAligned allocation versus CUDA: make deallocation funct...
next