]> granicus.if.org Git - clang/shortlog
clang
2016-08-18 Gabor Horvath[analyzer] Added valist related checkers.
2016-08-18 Gabor Horvath[analyzer] Small cleanups when checkers retrieving...
2016-08-18 Vedant Kumar[Driver] Use llvm-config.h, not config.h to unbreak...
2016-08-18 Richard SmithRemove debugging aids from this test and fix its expect...
2016-08-18 Kostya Serebryany[sanitizer-coverag] update the docs in __sanitizer_cov_...
2016-08-18 Richard SmithPR28438: Update the information on an identifier with...
2016-08-17 Adrian PrantlPrint the module format in clang -module-file-info.
2016-08-17 Adrian PrantlSupport object-file-wrapped modules in clang -module...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-17 Chris Bieneman[Darwin] Stop linking libclang_rt.eprintf.a
2016-08-17 Chris Bieneman[CMake] Adding toolchain targets to PGO and Apple CMake...
2016-08-17 Richard SmithAdd test missed from r278983.
2016-08-17 Richard SmithPR18417: Increase -ftemplate-depth to the value 1024...
2016-08-17 Zachary TurnerRevert "[Tooling] Parse compilation database command...
2016-08-17 Yaxun Liu[OpenCL] AMDGPU: add support of cl_khr_subgroups
2016-08-17 Zachary Turner[Tooling] Parse compilation database command lines...
2016-08-17 Tim Shen[GraphWriter] Change GraphWriter to use NodeRef in...
2016-08-17 Akira Hatanaka[CodeGen][ObjC] Fix infinite recursion in getObjCEncodi...
2016-08-17 Adrian PrantlModule debug info: Fix a bug in handling record decls...
2016-08-17 Adrian PrantlSimplify condition. (NFC)
2016-08-17 Adrian PrantlDebug info: Mark noreturn functions with DIFlagNoReturn.
2016-08-17 Artem Dergachev[analyzer] Add a checker for loss of sign or precision...
2016-08-17 Artem Dergachev[analyzer] Add LocationContext information to SymbolMet...
2016-08-17 Martin BohmeVisit lambda capture inits from RecursiveASTVisitor...
2016-08-17 Aaron BallmanAdd an AST matcher for external formal linkage.
2016-08-17 Roger Ferrer... Add missing tests
2016-08-17 Mehdi Amini[ThinLTO] Adapt backend invocation to llvm API changes.
2016-08-17 Duncan P. N... CodeGen: Avoid dereferencing end() in ScalarExprEmitter...
2016-08-17 Chandler Carruth[PM] Update Clang for LLVM's r278896 which re-organized...
2016-08-17 Richard SmithAdd missing close brace to fix Windows bots. Oops :(
2016-08-17 Zijiao MaSome missing usage of TargetParser. NFC.
2016-08-17 Richard SmithIf possible, set the stack rlimit to at least 8MiB...
2016-08-16 Chris Bieneman[CMake] Workflow improvements to PGO generation
2016-08-16 Adrian McCarthyEmit debug info for dynamic classes if they are importe...
2016-08-16 Yaxun Liu[OpenCL] AMDGPU: Add extensions cl_amd_media_ops and...
2016-08-16 Chris Bieneman[CMake] Fixing typo in Info.plist generation
2016-08-16 Chris Bieneman[CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple...
2016-08-16 Reid KlecknerTry to work around an MSVC 2013 bug around defaulted...
2016-08-16 Erik Pilkington[ObjC] Warn on unguarded use of partial declaration
2016-08-16 Reid KlecknerRevert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intri...
2016-08-16 Aaron BallmanReduce the number of allocations required for AST attri...
2016-08-16 Samuel AntaoReorder stderr redirection in test command.
2016-08-16 Samuel AntaoAdd empty --gcc-toolchain empty to cuda-detect test.
2016-08-16 James MolloyLeft shifts of negative values are defined if -fwrapv...
2016-08-16 Marina Yatsina[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics...
2016-08-16 Justin Lebar[CUDA] Fix "declared here" note on deferred wrong-side...
2016-08-16 Richard SmithPR28978: If we need overload resolution for the move...
2016-08-15 Justin Lebar[CUDA] Raise an error if a wrong-side call is codegen'ed.
2016-08-15 Tim Shen[ADT] Change PostOrderIterator to use NodeRef. NFC.
2016-08-15 Manman RenObjective-C diagnostics: isObjCNSObjectType should...
2016-08-15 Justin LebarAdd the notion of deferred diagnostics.
2016-08-15 Justin Lebar[CUDA] Include CUDA headers before anything else.
2016-08-15 Justin Lebar[CUDA] Fix CUDA install version parsing.
2016-08-15 Saleem AbdulrasoolStaticAnalyzer: Report found fields order in PaddingChecker
2016-08-15 Chris Bieneman[CMake] Apple stage1 doesn't need to set libcxx options
2016-08-15 Paul RobinsonReplace an obsolete company name.
2016-08-15 David Majnemer[CodeGen] Ignore unnamed bitfields before handling...
2016-08-15 David Majnemer[CodeGen] Correctly implement the AVX512 psABI rules
2016-08-15 Richard Smithcxx_status: update features implemented in clang 3...
2016-08-15 Richard Smithcxx_status: mark decomposition declarations as "partial...
2016-08-15 Richard SmithDisable lambda-capture of decomposition declaration...
2016-08-15 Richard SmithAdd a triple to this test to make buildbots happier.
2016-08-15 Richard SmithP0217R3: code generation support for decomposition...
2016-08-14 Richard SmithExplicitly generate a reference variable to hold the...
2016-08-13 Eugene ZelenkoFix build broken after llvm/ADT/DenseMap.h replacement...
2016-08-12 Artem Belevich[CUDA] Place GPU binary into .nv_fatbin section and...
2016-08-12 Bruno Cardoso... Reapply [VFS] Skip non existent files from the VFS...
2016-08-12 Teresa JohnsonCodeGen: Replace ThinLTO backend implementation with...
2016-08-12 Zachary Turner[Driver] Set the default driver mode based on the execu...
2016-08-12 Alexander DrosteRevert test commit
2016-08-12 Alexander DrosteTest commit - first LLVM repo commit
2016-08-12 Duncan P. N... BugReporter: Use ilist_half_embedded_sentinel_traits...
2016-08-12 Martin Bohme[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
2016-08-12 Simon PilgrimFix Wdocumentation unknown parameter warning
2016-08-12 Andrey BokhankoFix For pr28288 - Error message in shift of vector...
2016-08-12 Jonas HahnfeldFix cuda-detect.cu when CLANG_DEFAULT_CXX_STDLIB is set
2016-08-12 Benjamin KramerPrune unused diagnostics. NFC.
2016-08-12 Benjamin Kramer[C++1z] Fix crash when decomposing structs with anonymo...
2016-08-12 Roger Ferrer... This patch implements PR#22821.
2016-08-12 George Burgess IV[Sema] Fix the wording of a comment. NFC.
2016-08-12 George Burgess IV[Sema] Fix a crash on variadic enable_if functions.
2016-08-12 Richard SmithP0217R3: serialization/deserialization support for...
2016-08-12 Bruno Cardoso... Revert "[VFS] Skip non existent files from the VFS...
2016-08-12 Richard SmithP0217R3: template instantiation support for decompositi...
2016-08-12 Bruno Cardoso... [VFS] Skip non existent files from the VFS tree
2016-08-12 Bruno Cardoso... [VFS] Add 'ignore-non-existent-contents' field to YAML...
2016-08-12 Richard SmithRemove unused and undesirable reference from BindingDec...
2016-08-12 Richard SmithP0217R3: Constant expression evaluation for decompositi...
2016-08-12 Vedant Kumar[Basic] Add const qualifier to SM.isInSystemMacro ...
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-11 Ed SchoutenDon't enable PIE on i686-unknown-cloudabi.
2016-08-11 Ed SchoutenPass in frame pointer omitting compiler flags for Cloud...
2016-08-11 Devin Coughlin[analyzer] Teach RetainCountChecker about CVFooRetain
2016-08-11 Bruno Cardoso... [Sema] Add more strict check for sizeof diagnostics...
2016-08-11 Saleem Abdulrasoolbindings: expose diagnostic formatting to Python
2016-08-11 Chris Bieneman[Order Files] Don't use empty order files
2016-08-10 Bruno Cardoso... Reapply [Sema] Add sizeof diagnostics for bzero
2016-08-10 Artem Dergachev[analyzer] Fix a crash in CloneDetector when calling...
2016-08-10 Joey Gouly[OpenCL] Fix typo in test that I accidentally introduce...
2016-08-10 Joey Gouly[OpenCL] Change block descriptor address space to constant.
next