]> granicus.if.org Git - clang/shortlog
clang
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...
2017-03-06 Gor Nishanov[coroutines] Add co_return statement emission
2017-03-06 Reid Kleckner[MS] Add support for __ud2 and __int2c MSVC intrinsics
2017-03-06 John McCallFurther fixes and improvements to the ConstantInitBuild...
2017-03-06 Vassil Vassilev[modules] Add missing test from r297030.
2017-03-06 Krasimir Georgiev[clang-format] Add tests for ambiguous namespaces to...
2017-03-06 Vassil Vassilev[modules] Make GNUMode a normal language option to...
2017-03-06 Krasimir Georgiev[clang-format] Make NamespaceEndCommentFixer add at...
2017-03-06 Alex Lorenz[Docs] Add missing quotes to the language literal in the
2017-03-06 Sylvestre LedruAdd examples to clang-format configuration
2017-03-06 Alex Lorenz[CodeGen][Blocks] Refactor capture handling in code...
2017-03-06 Alex Lorenz[Sema][ObjC] Warn about 'performSelector' calls with...
2017-03-06 Anton KorobeynikovDo not include GCC "resource" directory into the set...
2017-03-06 Dean Michael... [XRay] [clang] Allow logging the first argument of...
2017-03-06 Vedant Kumar[ubsan] Extend the nonnull arg check to ObjC
2017-03-04 John McCallGCC workaround: use explicit qualification to avoid...
2017-03-04 John McCallRefactor ConstantInitBuilder to allow other frontends...
2017-03-04 Argyrios Kyrtzidis[index] C++: Improve handling of typedefs as base names...
2017-03-04 Argyrios Kyrtzidis[index] ObjC: Improve handling of typedefs as base...
2017-03-04 Richard Trieu[ODRHash] Try again to fix build bot.
2017-03-04 Richard TrieuHandle null QualType better in Stmt::Profile
2017-03-04 Richard Trieu[ODRHash] Change test to try to appease buildbot.
2017-03-04 Laszlo Nagy[scan-build-py] create decorator for compiler wrapper...
2017-03-04 Richard Trieu[ODRHash] Add support for detecting different method...
2017-03-03 Pirama Arumuga... Restrict test arch-specific-libdir.c to Linux
2017-03-03 Pirama Arumuga... Add arch-specific directory to search path
2017-03-03 Dominic ChenReland 4: [analyzer] NFC: Update test infrastructure...
2017-03-03 Aleksei Sidorin[Analyzer] Terminate analysis on OpenMP code instead...
2017-03-03 Nemanja Ivanovic[PowerPC] Enable -fomit-frame-pointer by default for PPC
2017-03-03 Dave BartolomeoFix msc-version.c test to handle _MSC_VER=1910
next