]> granicus.if.org Git - clang/shortlog
clang
2017-09-14 Alex LorenzLink clang-refactor with clangFormat
2017-09-14 Alex LorenzLink clang-refactor with clangAST and clangLex
2017-09-14 Alex Lorenz[refactor] add clang-refactor tool with initial testing...
2017-09-14 Martin Storsjo[Headers] Fix the return type of _InterlockedCompareExc...
2017-09-14 George Karpenkov[NFC] [Analyzer] Fix RST markup in documentation.
2017-09-13 Peter CollingbourneUse -- to prevent the driver from confusing paths with...
2017-09-13 Adrian McCarthyMark static member functions as static in CodeViewDebug
2017-09-13 Alexey Bataev[OPENMP] Fix types for the target specific parameters...
2017-09-13 Sylvestre LedruSplitEmptyFunction should be true in the Mozilla coding...
2017-09-13 Francis Ricci[docs] Update LeakSanitizer documentation to reflect...
2017-09-13 Petr Hosek[Fuchsia] Set ENABLE_X86_RELAX_RELOCATIONS for Fuchsia...
2017-09-13 Yaxun LiuAdd more tests for OpenCL atomic builtin functions
2017-09-13 Yaxun Liu[AMDGPU] Change addr space of clk_event_t, queue_t...
2017-09-13 Peter CollingbourneDriver: Make -fwhole-program-vtables a core option...
2017-09-13 Alexander KornienkoAttempt to fix MSVC build.
2017-09-13 Alexander KornienkoUpdate users of llvm::sys::ExecuteAndWait etc.
2017-09-13 Sjoerd MeijerThis adds the _Float16 preprocessor macro definitions.
2017-09-13 Alexey Bataev[OPENMP] Allow all classes as mappable types.
2017-09-13 Uriel Korach[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics...
2017-09-13 NAKAMURA Takumiclang/lib/Driver/ToolChains/Darwin.h: Add proper style...
2017-09-13 Saleem Abdulrasoollibclang: expose `clang_getCursorTLSKind`
2017-09-13 Martell MaloneRevert "[Driver] MinGW: Remove custom linker detection"
2017-09-13 Martell Malone[Driver] MinGW: Remove custom linker detection
2017-09-13 Vedant Kumar[ubsan] Enable -fsanitize=function on Darwin
2017-09-13 Vedant KumarTighten up a test case. NFC.
2017-09-13 Vedant Kumar[ubsan] Function Sanitizer: Don't require writable...
2017-09-12 Martell MaloneRevert "[Driver] MinGW: Remove custom linker detection"
2017-09-12 Vedant Kumar[Driver] Disable uwtable by default in -ffreestanding...
2017-09-12 Martell Malone[Driver] MinGW: Remove custom linker detection
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-09-12 Vedant Kumar[Driver] Darwin: Link in the profile runtime archive...
2017-09-12 Vedant Kumar[ubsan] Extend default blacklist support to integer...
2017-09-12 Hans Wennborgclang-format-vs: Update the VSIX ID.
2017-09-12 Raphael IsemannUse the VFS from the CompilerInvocation by default
2017-09-12 Simon PilgrimFix PR34021 test on non-x86 build targets
2017-09-12 Alex LorenzFix GCC build error and warnings from r313025
2017-09-12 Alex Lorenz[refactor] add a refactoring action rule that returns...
2017-09-12 Simon PilgrimLimit test to x86 targets
2017-09-12 Simon Pilgrim[MS-InlineAsm] Fix cast assertion with vector spills...
2017-09-12 Strahinja Petrovic[ARM] Option for reading thread pointer from coprocesso...
2017-09-12 Ilya BiryukovFix recording preamble's conditional stack in skipped...
2017-09-12 Yael Tsafrir[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrin...
2017-09-12 Petr Hosek[Driver] Fuchsia targets default to -fasynchronous...
2017-09-12 Vlad TsyrklevichFix broken links to the Itanium CXX ABI
2017-09-11 Bob Haarman[codeview] omit debug locations for nested exprs unless...
2017-09-11 Vedant Kumar[Driver] Support ubsan-minimal on Darwin
2017-09-11 Vedant Kumar[ubsan-minimal] Document the new runtime
2017-09-11 Vedant Kumar[Lexer] Report more precise skipped regions (PR34166)
2017-09-11 Miklos Vajnaclang-rename: let -force handle multiple renames
2017-09-11 Saleem AbdulrasoolDriver: default to `-fno-use-cxatexit` on Windows
2017-09-11 Martin Probstclang-format: [JS] wrap and indent `goog.setTestOnly...
2017-09-11 Cameron Desrochers[PCH] Allow VFS to be used for tests that generate...
2017-09-11 Johannes Altmanninger[AST] Make RecursiveASTVisitor visit TemplateDecls...
2017-09-11 Krasimir Georgiev[clang-format] Fixed one-line if statement
2017-09-11 Daniel JasperRevert r312830: "Reinstall the patch "Use EmitPointerWi...
2017-09-10 Dave LeeAdd objcImplementationDecl matcher
2017-09-10 Coby Tayree[clang][SemaStmtAsm] small refactoring, NFC.
2017-09-10 Sylvestre Ledruset the svn:executable property, seems that it is neces...
2017-09-09 Nuno Lopesclang fix for LLVM API change: isKnownNonNull -> isKnow...
2017-09-09 MinSeong Kim[Basic] Update CMakeLists.txt to handle repo
2017-09-09 Richard SmithFix ownership of the MemoryBuffer in a FrontendInputFile.
2017-09-09 Richard Smith[cxx_status] Change "Clang 5" items from yellow to...
2017-09-09 Richard TrieuCatch more cases with -Wenum-compare
2017-09-08 Saleem AbdulrasoolCodeGen: correct arguments for NSFastEnumeration
2017-09-08 Wei MiReinstall the patch "Use EmitPointerWithAlignment to...
2017-09-08 Vedant Kumar[Coverage] Precise region termination with deferred...
2017-09-08 Aaron BallmanAdd some documentation on how to generate the documenta...
2017-09-08 Wei MiDelete empty file test/CodeGenCXX/atomic-align.cpp...
2017-09-08 Wei MiRevert rL312801 since it generated some calls from...
2017-09-08 Wei MiUse EmitPointerWithAlignment to get alignment informati...
2017-09-08 Sjoerd MeijerAdd _Float16 as a C/C++ source language type
2017-09-08 Konstantin... Add '\n' in ClangDataCollectorsEmitter
2017-09-08 Sjoerd MeijerRecommit "Add _Float16 as a C/C++ source language type"
2017-09-08 Roman Lebedev[Sema] Put tautological comparison of unsigned and...
2017-09-08 Krasimir GeorgievUpdated two annotations for Store.h and CodeGenFunction.h.
2017-09-08 Ilya BiryukovFixed a crash in code completion.
2017-09-08 Erik VerbruggenDon't show deleted function (constructor) candidates...
2017-09-08 Sjoerd MeijerRevert "Add _Float16 as a C/C++ source language type"
2017-09-08 Sjoerd MeijerAdd _Float16 as a C/C++ source language type
2017-09-08 Erik VerbruggenFix templated type alias completion when using global...
2017-09-08 Peter CollingbourneCOFF: Implement ThinLTO cache and cache pruning support.
2017-09-08 Rafael EspindolaUpdate for llvm change.
2017-09-07 Roman Lebedev[Sema] -Wtautological-compare: handle comparison of...
2017-09-07 Richard SmithAdd target triple to improve the happiness of MSVC...
2017-09-07 Jonathan RoelofsFix validation of the -mthread-model flag in the Clang...
2017-09-07 Richard SmithAdd IDNS_Tag to C++ declarations that conflict with...
2017-09-07 Jan Vesely[OpenCL] Add half load and store builtins
2017-09-07 Justin Lebar[CUDA] When compilation fails, print the compilation...
2017-09-07 Artem Belevich[CUDA] Added rudimentary support for CUDA-9 and sm_70.
2017-09-07 Anastasia Stulova[OpenCL] Handle taking an address of block captures.
2017-09-07 Marek Kurdej[clang-format] Add support for C++17 structured bindings.
2017-09-07 Daniel Jasper[clang-format] Fix documentation for AllowAllParameters...
2017-09-07 Sylvestre LedruAdd an usage example of BreakBeforeBraces
2017-09-07 Sylvestre LedruRefresh the clang format options doc with the recent...
2017-09-07 Benjamin KramerFixing incorrectly capitalised regexps.
2017-09-07 Richard SmithP0702R1: in class template argument deduction from...
2017-09-07 Simon Atanasyan[mips] Replace Triple::Environment check by the isGNUEn...
2017-09-07 Richard SmithFix off-by-one error in block mangling.
2017-09-07 Richard Smith[modules ts] Add test for [basic.link]p3.
2017-09-07 Richard Smith[modules ts] Ensure that module linkage variables are...
next