]> granicus.if.org Git - clang/shortlog
clang
2016-08-24 Samuel AntaoFix offload bundler tests so that diagnostic can start...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-24 NAKAMURA Takumiclang-offload-bundler: Update libdeps.
2016-08-24 Nico Weberfix typo "varaible"
2016-08-24 Samuel AntaoAdd target REQUIRES directives to offload bundler test.
2016-08-24 Samuel Antao[Driver][OpenMP][CUDA] Add capability to bundle object...
2016-08-24 Samuel Antaoclang-offload-bundler - offload files bundling/unbundli...
2016-08-24 Vedant Kumar[AST] Make InitListExpr::isExplicit const (NFC)
2016-08-24 Adam Nemet[Pragma] Clear loop distribution attribute between...
2016-08-24 Mehdi AminiRemove excessive padding from PTHStatData (NFC)
2016-08-24 Douglas YungAdding an additional test to ensure the frame pointer...
2016-08-23 Richard SmithFix member call on null pointer, found by sanitizer...
2016-08-23 Chris Bienemandriver: Support checking for rlimits via cmake (when...
2016-08-23 Nico WeberRemove two dos line endings.
2016-08-23 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-23 Nico Weberclang-cl: Make /Brepro actually work.
2016-08-23 Tim NorthoverARM-Darwin: ignore and diagnose attempts to omit frame...
2016-08-23 Nico Weberclang-cl: Accept MSVC 2015's `/source-charset:utf-8...
2016-08-23 Artem Dergachev[analyzer] Fix CloneDetector crash on calling methods...
2016-08-23 Chandler CarruthRevert r279486 "Fix regression introduced by r279164"
2016-08-22 Adrian PrantlTypo.
2016-08-22 Adrian PrantlAdd comments. NFC
2016-08-22 Adrian PrantlAdd the second half of the testcase I should have added...
2016-08-22 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-22 Adrian PrantlModule debug info: Don't assert when encountering an...
2016-08-22 Bruno Cardoso... [SemaObjC] Do not RebuildObjCMessageExpr without valid...
2016-08-22 Davide Italiano[AST] Remove unused function, to silence a GCC7 warning.
2016-08-22 Tim Shen[GraphTraits] Replace all NodeType usage with NodeRef
2016-08-22 Matt ArsenaultAMDGPU: Handle structs directly in AMDGPUABIInfo
2016-08-22 Duncan P. N... ADT: Remove uses of ilist_*sentinel_traits, NFC
2016-08-22 Artem Belevich[CUDA] Collapsed offload actions should not be top...
2016-08-22 David BlaikiePR29086: DebugInfo: Improve support for fixed array...
2016-08-22 David BlaikieRemove redundant test
2016-08-22 Martin Probstclang-format: [JS] supports casts to types starting...
2016-08-22 Gabor HorvathReapply "[analyzer] Added valist related checkers."
2016-08-22 Gabor Horvath[analyzer] Correctly add assumptions based on array...
2016-08-22 Elad CohenTest commit (Removing trailing whitespace).
2016-08-21 Asaf Badouh[X86][AVX512F] minor fix of the parameter names
2016-08-20 Simon PilgrimWdocumentation fix
2016-08-20 Artem Dergachev[analyzer] Use faster hashing (MD5) in CloneDetector.
2016-08-20 Benjamin Kramer[Sema] Don't crash on scanf on forward-declared enums.
2016-08-20 Vassil VassilevPR28423: Compare primary declaration contexts.
2016-08-20 Artem Dergachev[analyzer] Make CloneDetector consider macro expansions.
2016-08-20 Artem Dergachev[analyzer] Make CloneDetector consider template arguments.
2016-08-20 Manman RenRevert r279351 and r279357 due to bot failures
2016-08-20 Manman RenFix windows bot
2016-08-20 Manman Ren[NFC] Add a class ObjCProtocolQualifiers to wrap APIs...
2016-08-19 Vedant Kumar[Driver] Remove unused #include of llvm/Support/config.h
2016-08-19 Devin Coughlin[www] Add nullability questions to analyzer FAQ.
2016-08-19 Tim Shen[CallGraph] Use decltype instead of pointer_to_unary_fu...
2016-08-19 Tim Shen[GraphTraits] Make nodes_iterator dereference to NodeTy...
2016-08-19 Martin Probstclang-format: [JS] handle object literals with casts.
2016-08-19 Andrey BokhankoFixed a typo (compilation_commands.json --> compile_com...
2016-08-19 Valery Pykhtin[AMDGPU] add s_incperflevel/s_decperflevel builtins
2016-08-19 NAKAMURA Takumiclang/test/Modules/prebuilt-module.m: Prune "-triple...
2016-08-19 Yaxun LiuRe-commit [OpenCL] AMDGCN: Fix size_t type
2016-08-19 Richard SmithC++ Modules TS: support parsing the 'module' declaratio...
2016-08-19 Devin Coughlin[www] Add analyzer FAQ about not releasing ivars in...
2016-08-19 Devin Coughlin[analyzer] Weaken assertion in trackNullOrUndefValue()
2016-08-18 Changpeng FangAMDGPU: Add clang builtin for ds_swizzle.
2016-08-18 Vassil VassilevPR28794: Don't try to instantiate function templates...
2016-08-18 Richard SmithC++ Modules TS: Add parsing support for module import...
2016-08-18 Justin BognerCodeGen: Rename a variable to better fit LLVM style...
2016-08-18 Saleem AbdulrasoolCodeGen: use range based for loop, NFC
2016-08-18 Cameron DesrochersFixed more signed/unsigned mismatch warnings introduced...
2016-08-18 Justin Lebar[CUDA] Improve handling of math functions.
2016-08-18 Yaxun LiuRevert [OpenCL] AMDGCN: Fix size_t type
2016-08-18 Zachary TurnerFix json compilation database syntax on non-Windows.
2016-08-18 Yaxun Liu[OpenCL] AMDGCN: Fix size_t type
2016-08-18 Zachary TurnerResubmit "[Tooling] Parse compilation database command...
2016-08-18 Reid Kleckner[MS] Silence -Wextern-init on const selectany variables
2016-08-18 Cameron DesrochersRemoved use of 'emplace' on std::map, since not all...
2016-08-18 Richard SmithUse __has_include rather than a configure-time macro...
2016-08-18 Vedant KumarRevert "[Driver] Use llvm-config.h, not config.h to...
2016-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
2016-08-18 Cameron Desrochers[libclang] Added missing entry for newly introduced...
2016-08-18 Cameron Desrochers[libclang] Fixed signed/unsigned comparison warning...
2016-08-18 Cameron Desrochers[libclang] Add clang_getAllSkippedRanges function
2016-08-18 Artem Dergachev[analyzer] Teach CloneDetector to find clones that...
2016-08-18 Aaron BallmanCorrect the documentation for isSignedInteger() and...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-18 Gabor Horvathrevert [analyzer] Added valist related checkers.
2016-08-18 Guy Blanktest commit
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...
next