]> granicus.if.org Git - clang/shortlog
clang
2017-03-14 Akira Hatanaka[CodeGen][ObjC] Fix a bug where the type of an ivar...
2017-03-14 Vedant Kumar[ubsan] Add a nullability sanitizer
2017-03-14 Daniel Jasperclang-format: Make it very slighly more expensive to...
2017-03-14 Eli FriedmanFix crash with interrupt attribute on ARM.
2017-03-14 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-13 Reid KlecknerFix -Wunused-lambda-capture warning in new code
2017-03-13 Reid KlecknerWiden AST bitfields too small to represent all enumerators
2017-03-13 Matt ArsenaultAMDGPU: Make 0 the private nullptr value
2017-03-13 Duncan P. N... Modules: Use hash of PCM content for SIGNATURE
2017-03-13 Reid KlecknerWiden bitfield for type specifiers for OpenCL types
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-03-13 Craig Topper[X86] Add checking of the scale argument to scatter...
2017-03-13 Alex Lorenz[CodeCompletion] Format block parameter placeholders...
2017-03-13 Gabor Horvath[ASTImporter] Import fix of GCCAsmStmts w/ missing...
2017-03-13 Sylvestre Ledru[clang-format] Add more examples and fix a bug in the...
2017-03-13 Roger Ferrer... When diagnosing taking address of packed members skip...
2017-03-13 Gabor Horvath[analyzer] Fix a rare crash for valist check.
2017-03-13 Alex LorenzAdd -iframeworkwithsysroot compiler option
2017-03-13 Martin Probstclang-format: [JS] do not wrap @see tags.
2017-03-13 Martin Probstclang-format: [JS] allow breaking after non-null assert...
2017-03-13 Martin Probstclang-format: [JS] do not wrap after interface and...
2017-03-12 Aaron BallmanAllow the nonnull attribute to be inherited as a parame...
2017-03-12 Craig Topper[AVX-512] Add range check for locality hint immediate...
2017-03-12 Sanjay Patel[x86] these aren't the undefs you're looking for (PR32176)
2017-03-12 Craig Topper[AVX-512] Fix avx512vl gather builtins to require the...
2017-03-11 Eric Fiselier[coroutines] Fix diagnostics depending on the first...
2017-03-11 Gor Nishanov[coroutines] Refactor SuspendExpr to create just one...
2017-03-11 Juergen RibutzkaRevert "Reapply [VFS] Ignore broken symlinks in the...
2017-03-11 Juergen RibutzkaAdding debug output to investigate systemz bot issue.
2017-03-10 NAKAMURA Takumiclang/test/SemaOpenCL/overload_addrspace_resolution...
2017-03-10 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-10 Juergen RibutzkaRevert r297510 "[VFS] Ignore broken symlinks in the...
2017-03-10 Juergen Ributzka[VFS] Remove the Path variable from RealFSDirIter....
2017-03-10 Juergen Ributzka[VFS] Ignore broken symlinks in the directory iterator.
2017-03-10 Galina KistanovaAttempt to fix Windows buildbot.
2017-03-10 Petar Jovanovic[mips][msa] Remove range checks for non-immediate sld...
2017-03-10 Anastasia Stulova[OpenCL] Fix type compatibility check and generic AS...
2017-03-10 Andi-Bogdan... [clang-format] Add option to break before inheritance...
2017-03-10 Alex LorenzPrint nested name specifiers for typedefs and type...
2017-03-10 Gabor Horvath[analyzer] Extend block in critical section check with...
2017-03-10 Krasimir Georgiev[clang-format] Use a reference in loop variable; NFC
2017-03-10 Yaxun Liu[AMDGPU] Add builtin functions readlane ds_permute...
2017-03-10 Anna Zaks[analyzer] Turn suppress-c++-stdlib on by default
2017-03-09 Richard SmithAdd -cc1 flag -ast-dump-all to perform an AST dump...
2017-03-09 Konstantin... [DebugInfo] Append extended dereferencing mechanism...
2017-03-09 Vedant KumarRetry: [ubsan] Detect UB loads from bitfields
2017-03-09 Sylvestre LedruRemove a useless subsitution in doxygen2rst which was...
2017-03-09 Eric Fiselier[coroutines] Fix assertion in DependentCoawaitExpr...
2017-03-09 Gor Nishanov[coroutines] Build and pass coroutine_handle to await_s...
2017-03-09 Mehdi AminiAdd a cmake cache file for a stage-2 build with ThinLTO
2017-03-09 Richard SmithFix handling of -fmodule-map-file=X where X has no...
2017-03-09 Vedant KumarRevert "[ubsan] Detect UB loads from bitfields"
2017-03-09 Konstantin... Driver/ToolChains: Remove extra semicolons. NFC
2017-03-09 Anna Zaks[analyzer] Extend taint propagation and checking to...
2017-03-09 Anna Zaks[analyzer] Improve usability of ExprInspectionChecker
2017-03-09 Anna Zaks[analyzer] Add bug visitor for taint checker.
2017-03-09 Anna Zaks[analyzer] Teach the MallocChecker about about Glib API
2017-03-08 David BlaikieDefensively ensure that GetExternalDeclStmt protects...
2017-03-08 Konstantin... [DebugInfo] Add address space when creating DIDerivedTypes
2017-03-08 Richard SmithTake into account C++17's noexcept function types durin...
2017-03-08 Konstantin... Driver/ToolChains: Mips -> MipsLinux
2017-03-08 Laszlo Nagy[scan-build-py] move argument parsing into separate...
2017-03-08 Laszlo Nagy[scan-build-py] move argument parsing into separate...
2017-03-08 Vedant Kumar[ubsan] Detect UB loads from bitfields
2017-03-08 Eric LiuAdd missing implementation for AtomicChange::replace...
2017-03-08 Daniel Marjamaki[analyzer] Clarify 'uninitialized function argument...
2017-03-08 Roger Ferrer... Honor __unaligned in codegen for declarations and expre...
2017-03-08 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-08 Krasimir Georgiev[clang-format] Look at NoLineBreak and NoLineBreakInOpe...
2017-03-08 Jonas Hahnfeld[XRay] Use AddCXXStdlibLibArgs. NFCI.
2017-03-08 Daniel Jasperclang-format: Get slightly better at understanding...
2017-03-08 Laszlo Nagy[scan-build-py] fix some line separator issues
2017-03-08 Krasimir Georgiev[clang-format] Fixed a typo in Format.cpp and a clang...
2017-03-08 Jonas Hahnfeld[test] Unbreak OpenMP/linking.c with arch-specific...
2017-03-08 Krasimir Georgiev[clang-format] Fix parameter name comment; NFC
2017-03-08 Krasimir Georgiev[clang-format] Reformat BreakableToken.h; NFC
2017-03-08 Krasimir Georgiev[clang-format] Enable comment reflowing in multiline...
2017-03-08 David L. Jones[Driver] Consolidate tools and toolchains by target...
2017-03-08 Richard Trieu[ODRHash] Hash typedefs and usings statements in classes.
2017-03-07 Joel Jones[AArch64] Vulcan is now ThunderXT99
2017-03-07 Gor Nishanov[coroutines] update coro_end builtin to match llvm
2017-03-07 Taewook OhUse filename in linemarker when compiling preprocessed...
2017-03-07 Sanjay Patelfix test to not check optimized IR; NFCI
2017-03-07 Daniel Marjamaki[analyzer] Fix crashes in CastToStruct checker for...
2017-03-07 Adrian PrantlRevert "Document that code inlined into a nodebug funct...
2017-03-07 Gabor Horvath[analyzer] Improve valist checks and move it out from...
2017-03-07 Andi-Bogdan... [clang-format] Followup of D30646 - unbreak the build
2017-03-07 Andi-Bogdan... [clang-format] Fixed indent issue when adding a comment...
2017-03-07 Krasimir Georgiev[clang-format] Support namespaces ending in semicolon
2017-03-07 Argyrios Kyrtzidis[index] Mark categories of test classes with the 'UnitT...
2017-03-07 Argyrios Kyrtzidis[AST/ObjC] Make ObjCCategoryImplDecl consistent with...
2017-03-07 Martin Bohme[analyzer] Fix crash when building CFG with variable...
2017-03-07 Eric FiselierDefine LLVM_ENABLE_WARNINGS when building standalone...
2017-03-07 Eric FiselierFix unused variable in SemaCoroutine.cpp
2017-03-06 Reid KlecknerFix some widespread warnings in headers from the new...
2017-03-06 Reid KlecknerRelax stmtexpr.cpp checks for PPC64
2017-03-06 Brad SmithSet the Int64Type / IntMaxType types correctly for...
2017-03-06 Eric Fiselier[coroutines] Add DependentCoawaitExpr and fix re-buildi...
2017-03-06 Eric Fiselier[coroutines] Improve diagnostics when building implicit...
2017-03-06 Reid KlecknerDon't assume cleanup emission preserves dominance in...
next