]> granicus.if.org Git - clang/shortlog
clang
2019-05-31 Erich KeaneSuppress nothrow/Exception spec conflict warning when...
2019-05-31 Erich KeaneSuppress nothrow/exception spec conflict warning when...
2019-05-31 Michael LiaoRevise test case due to the change from CUDA 10+.
2019-05-31 Erich KeaneFix for PR42089, regression from r362119
2019-05-31 Pengfei Wang[X86] Add VP2INTERSECT instructions
2019-05-31 Zi Xuan Wure-commit r361928: [PowerPC] [Clang] Port SSE intrinsic...
2019-05-31 Richard TrieuRedirect test output to /dev/null
2019-05-31 Pengfei WangRevert "[X86] Fix i386 struct and union parameter align...
2019-05-31 Petr Hosek[CMake] Provide an option to use relative paths in...
2019-05-31 Richard SmithPR39728: When completing a class, complete the destruct...
2019-05-31 John McCallFix the predefined exponent limit macros for the 16...
2019-05-31 Richard SmithDefer building 'this' captures until we have left the...
2019-05-31 Petr Hosek[CMake][Fuchsia] Use libc++ ABI v2 on Darwin as well
2019-05-31 Sam CleggFix -DBUILD_SHARED_LIBS=ON build after rL362160
2019-05-31 Richard SmithDefer capture initialization for captured regions until...
2019-05-31 Richard SmithDefer capture initialization for blocks until after...
2019-05-30 Richard SmithRefactor OpenMP stack management.
2019-05-30 Richard SmithFix "fallthrough annotation in unreachable code" warning.
2019-05-30 Amy HuangAdd enums as global variables in the IR metadata.
2019-05-30 Francis Visoiu... [Remarks][NFC] Move the serialization to lib/Remarks
2019-05-30 Erich KeaneFix constexpr __builtin_*_overflow issue when unsigned...
2019-05-30 Richard Smith[c++2a] Fix assertion failure if we would walk over...
2019-05-30 Douglas YungMark test as requiring an ARM target.
2019-05-30 Mitch Phillips[GWP-ASan] Mutex implementation [2].
2019-05-30 Tim NorthoverReapply: LLVM IR: update Clang tests for byval being...
2019-05-30 Erich KeaneAdd Attribute NoThrow as an Exception Specifier Type
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2019-05-30 Erich KeaneRevert "clang support gnu asm goto."
2019-05-30 Anastasia Stulova[OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.
2019-05-30 Csaba Dabis[analyzer] print() JSONify chain: Fix possible build...
2019-05-30 Sjoerd MeijerFollow up of r362096
2019-05-30 Csaba Dabis[analyzer] print() JSONify chain: Fix build-bot breaks
2019-05-30 Sjoerd Meijer[ARM] Add CLI support for Armv8.1-M and MVE
2019-05-30 Sven van Haastregt[OpenCL] Support logical vector operators in C++ mode
2019-05-30 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-05-30 Fangrui SongRevert "asm goto: fix out-of-bounds read of Constraints...
2019-05-30 Simon PilgrimFix MSVC "not all control paths return a value" warning.
2019-05-30 Fangrui Songasm goto: fix out-of-bounds read of Constraints after...
2019-05-30 Benjamin Kramer[AST] asm goto labels don't have constraints, don't...
2019-05-30 Fangrui SongMark CodeGen/asm-goto.c as x86 specific after r362045
2019-05-30 John McCallAdd the `objc_class_stub` attribute.
2019-05-30 Fangrui Song[Driver] Render target options (e.g. -fuse-init-array...
2019-05-30 Fangrui Song[PowerPC] Set the default PLT mode on musl to Secure PLT
2019-05-30 Fangrui Song[Driver] -static-pie: add -z text
2019-05-30 Jennifer Yuclang support gnu asm goto.
2019-05-29 Amy HuangCodeView - add static data members to global variable...
2019-05-29 Akira Hatanaka[ObjC] Fix encoding of ObjC pointer types that are...
2019-05-29 Csaba Dabis[analyzer] Remove EndPath function as it is dead code
2019-05-29 Tim NorthoverRevert "LLVM IR: update Clang tests for byval being...
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Boolean support
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: MemberExpr support
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Remove duplicated code
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Test 'add-pop-up-notes...
2019-05-29 Csaba Dabis[analyzer] ConditionBRVisitor: Enhance to write out...
2019-05-29 Csaba Dabis[analyzer] [NFC] PathDiagnostic: Create PathDiagnosticP...
2019-05-29 Tim NorthoverLLVM IR: update Clang tests for byval being a typed...
2019-05-29 Csaba Dabis[analyzer] print() JSONify chain: Generic stmt_id
2019-05-29 Artem Dergachev[analyzer] SATestBuild.py: Use driver for analyzing...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: SVal implementation
2019-05-29 Haojian WuFix an unused-variable error.
2019-05-29 Thomas Lively[WebAssembly] Support VPtr sanitizer for Emscripten
2019-05-29 Csaba Dabis[analyzer] print() JSONify: CFG implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Decl revision
2019-05-29 Csaba Dabis[analyzer][AST] print() JSONify: Stmt implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: getNodeLabel implementation
2019-05-29 Ilya Biryukov[Index] Compute correct symbol kind for variable templates
2019-05-29 Michael Liao[CUDA][HIP] Skip setting `externally_initialized` for...
2019-05-29 Erich KeaneAdd curley brackets to case statement that declares...
2019-05-29 Francois Ferrand[clang-format] Allow configuring list of function-like...
2019-05-29 Francois Ferrand[NFC] clang-format: Use LLVM style in NamespaceEndComme...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Program state implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Checker messages implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Constructing objects implem...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Type information implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Constraints implementation
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Environment implementation
2019-05-29 Ilya Biryukov[CodeComplete] Add semicolon when completing patterns...
2019-05-29 Csaba Dabis[analyzer] print() JSONify: Store implementation
2019-05-29 Simon Atanasyan[mips] Check argument for __builtin_msa_ctcmsa / __buil...
2019-05-29 Nico Weberclang-cl: Fix mangling of catchable types with names...
2019-05-29 Yitzhak Mandelbaum[LibTooling] Add `before` and `after` selectors for...
2019-05-29 Ilya Biryukov[Index] Correctly set symbol kind of IndirectFieldDecl
2019-05-29 Douglas YungFix test added in r361903 to work on Windows.
2019-05-29 Pengfei Wang[X86] Fix i386 struct and union parameter alignment
2019-05-29 Zi Xuan Wurevert rC361928: [PowerPC] [Clang] Port SSE intrinsics...
2019-05-29 Zi Xuan Wu[PowerPC] [Clang] Port SSE intrinsics to PowerPC
2019-05-29 Eric FiselierMake __has_builtin work with __builtin_LINE and friends.
2019-05-29 Yaxun LiuFix failure of lit test dependent-libs.cu
2019-05-29 Petr Hosek[Driver] Search the toolchain dir with -print-file...
2019-05-28 Craig Topper[X86] Fix the Sema checks for getmant builtins to only...
2019-05-28 Richard SmithFix r361893 to also update a recently-added test.
2019-05-28 Richard SmithDefer creating fields for captures until we finish...
2019-05-28 Richard SmithSimplify clang::Capture. No functionality change intended.
2019-05-28 Richard SmithIf capturing a variable fails, add a capture anyway...
2019-05-28 Richard SmithMove code to mark a variable as odr-used adjacement...
2019-05-28 Michael J.... [Driver] Fix -working-directory issues
2019-05-28 Yaxun Liu[CUDA][HIP] Emit dependent libs for host only
2019-05-28 Adhemerval... [clang] Handle lrint/llrint builtins
2019-05-28 Joel E. Denny[OpenMP] Set pragma start loc to `#pragma` loc
2019-05-28 Saleem AbdulrasoolDriver: support `/Zc:char8_t` and `/Zc:char8_t-`
next