]> granicus.if.org Git - clang/shortlog
clang
2016-10-27 Anna Zaks[docs] Update the TSan and MSan docs to refer to the...
2016-10-27 Richard SmithAdd documentation describing the components of a comple...
2016-10-27 Eric Fiselier[coroutines] Add diagnostics for copy/move assignment...
2016-10-27 Samuel AntaoUse -fopenmp=libomp in all OpenMP offloading tests.
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for unbundl...
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for bundlin...
2016-10-27 Samuel Antao[Driver][OpenMP] Update actions builder to create unbun...
2016-10-27 Samuel Antao[Driver][OpenMP] Update actions builder to create bundl...
2016-10-27 Samuel Antao[Driver][OpenMP] Add logic for offloading-specific...
2016-10-27 Samuel Antao[Driver][OpenMP] Build jobs for OpenMP offloading actio...
2016-10-27 David Majnemer[CodeGen] Provide an appropriate alignment for dynamic...
2016-10-27 David Majnemer[MS ABI] Reuse getVFPtrOffsets instead of using getClas...
2016-10-27 Samuel Antao[Driver][OpenMP] Add specialized action builder for...
2016-10-27 Samuel Antao[Driver][OpenMP] Create tool chains for OpenMP offloadi...
2016-10-27 Nico WeberExpand -Wlogical-not-parentheses to also fire on `...
2016-10-27 Samuel Antao[Driver][CUDA][OpenMP] Reimplement tool selection in...
2016-10-27 Gor Nishanov[coroutines] Add allocation and deallocation substatements.
2016-10-27 Alexander KornienkoAttempt to make clang-format.py python 3 - compatible.
2016-10-27 Erik VerbruggenDo not print include_next/pragma once warnings when...
2016-10-27 Alex LorenzAdd documentation for the transparent_union attribute
2016-10-27 Alexander KornienkoFix warnings from python difflib.
2016-10-27 Alex Lorenz[Sema] -Wunused-variable warning for array variables...
2016-10-27 Erik VerbruggenAdd const versions of Expr::getInits() and Expr::inits()
2016-10-27 Simon PilgrimFix MSVC warning about missing 'this' from lambda defau...
2016-10-27 Vassil VassilevEmpty the CtorLists/DtorLists once emitted.
2016-10-27 Benjamin Kramer[Xray] Don't generate output for xray tests
2016-10-27 Erik VerbruggenMark invalid RecordDecls as completed.
2016-10-27 Eric Fiselier[coroutines] Build fallthrough and set_exception statem...
2016-10-27 Nemanja Ivanovic[PPC] add vector byte reverse functions to altivec.h
2016-10-27 Dean Michael... [XRay] Check in Clang whether XRay supports the target...
2016-10-27 Samuel AntaoRemove check for -o option in offloading actions builder.
2016-10-27 Samuel AntaoFix bug when compiling CUDA code with -emit-llvm and -o.
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-26 Mehdi AminiUnconditionally pass `-lto_library` to the linker on...
2016-10-26 Anna Zaks[analyzer] Report CFNumberGetValue API misuse
2016-10-26 Justin Lebar[CUDA] Move device placement new definitions into a...
2016-10-26 Justin Lebar[CUDA] Switch cuda_wrappers/complex to use a proper...
2016-10-26 Malcolm Parsons[RecursiveASTVisitor] Visit the implicit expression...
2016-10-26 Nemanja Ivanovic[PowerPC] Implement vector_insert_exp builtins - clang...
2016-10-26 Nemanja Ivanovic[PPC] Implement vector reverse elements builtins (vec_reve)
2016-10-26 Yaxun LiuAMDGPU: Add missing ISA versions gfx7.x.x and 8.x.x.
2016-10-26 Chris Bieneman[CMake] Adding example distribution CMake cache files
2016-10-26 Erik Verbruggen[PP] Replace some index based for loops with range...
2016-10-26 Benjamin KramerFix use-after-scope in ASTContext.
2016-10-26 Erik Verbruggen[PP] Remove another unused parameter
2016-10-26 Vassil Vassilev[modules] PR28812: Modules can return duplicate field...
2016-10-26 Erik Verbruggen[PP] Replace some uses of unsigned with size_t
2016-10-26 Erik VerbruggenPP: Remove unused parameters from methods
2016-10-26 Andi-Bogdan... Bug 28065 - clang-format incorrectly aligns backslash.
2016-10-26 Vitaly Buka[CodeGen] Don't emit lifetime intrinsics for some local...
2016-10-26 Craig Topper[AVX-512] Fix the operand order for all calls to __buil...
2016-10-26 Rui UeyamaUse printf instead of "echo -ne".
2016-10-26 Richard Smith[modules] Fix assert if multiple update records provide...
2016-10-26 Vitaly Buka[Sema] Handle CaseStmt and DefaultStmt as SwitchCase
2016-10-26 Vitaly Buka[CodeGen] Move shouldEmitLifetimeMarkers into more...
2016-10-26 Richard Smith[cxx_status] update comment
2016-10-26 Richard SmithTreat module headers wrapped by our builtin headers...
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-25 Douglas Katzman[Myriad] add empty file to simulated bin dir
2016-10-25 Douglas Katzman[Myriad] Find libc++ adjacent to libstdc++
2016-10-25 Bob Haarman[codeview] emit debug info for indirect virtual base...
2016-10-25 Stephen HinesUse linker flag --fix-cortex-a53-843419 on Android...
2016-10-25 Saleem AbdulrasoolCodeGen: be more conservative about setting section
2016-10-25 Yaxun Liu[OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
2016-10-25 Argyrios Kyrtzidis[index] Fixes for locations and relations in Objective...
2016-10-25 Erik PilkingtonReapply r284265: "[Sema] Refactor context checking...
2016-10-25 Michal Gorny[Driver] Disable OpenSUSE rules for OpenSUSE/SLES 10...
2016-10-25 Michal Gorny[Driver] Support obtaining active toolchain from gcc...
2016-10-25 Saleem AbdulrasoolCodeGen: mark protocols as common data
2016-10-25 Simon PilgrimFix MSVC unused variable warning.
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-25 Benjamin KramerFix diagnostic format string for err_os_log_argument_to_big
2016-10-25 Erik VerbruggenInclude full filename range for missing includes
2016-10-25 Erik VerbruggenFix 'unknown documentation command' warning ranges
2016-10-25 Michael Zuckerman[X86][AVX512][Clang][Intrinsics][reduce] Adding missing...
2016-10-25 Mehdi AminiFix handling of %% format specifier in os_log builtins.
2016-10-24 Mehdi AminiAdd dependency from clangCodeGen to clangAnalysis
2016-10-24 Mehdi Aminitest/CodeGen/builtins.c: reinstate #ifdef __x86_64__...
2016-10-24 Petr Hosek[Basic] Support 32-bit x86 and ARM targets for Fuchsia
2016-10-24 Artem BelevichLink clangCodeGen with clangAnalysis required after...
2016-10-24 Akira Hatanaka[Sema][ObjC] Warn about implicitly autoreleasing out...
2016-10-24 Saleem AbdulrasoolCodeGen: remove incorrect temporary Twine
2016-10-24 Mehdi AminiFix test on non-X86 platforms
2016-10-24 Saleem AbdulrasoolCodeGen: centralise label construction for method lists
2016-10-24 Richard SmithFix bug where one of the cases where we mangle a <bare...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Richard SmithFix mangling of implicit calls to operator-> to only...
2016-10-24 Mehdi AminiRevert "Add support for __builtin_os_log_format[_buffer...
2016-10-24 Mandeep Singh... [clang] Remove redundant --check-prefix=CHECK from...
2016-10-24 Artem Dergachev[analyzer] Use unsigned integers to rely on well-define...
2016-10-24 Richard SmithFix crash if StmtProfile finds a type-dependent member...
2016-10-24 Mehdi AminiAdd support for __builtin_os_log_format[_buffer_size]
2016-10-24 Alexander KornienkoFix clang-format vim integration issue with non-ascii...
2016-10-24 Artem Dergachev[analyzer] Fix an ARM buildbot after r284960.
2016-10-24 Michael Zuckermanrevert r284963
2016-10-24 Pavel LabathAdjust for TimePoint interface change in llvm: D25730...
2016-10-24 Michael Zuckerman[X86][AVX512][Clang][Intrinsics][reduce] Adding missing...
2016-10-24 Alex Lorenz[Sema] Formatting warnings should see through Objective...
2016-10-24 Artem Dergachev[analyzer] Add StdLibraryFunctions checker.
2016-10-24 Alex Lorenz[Sema][TreeTransform] Re-create DesignatedInitExpr...
next