]> granicus.if.org Git - clang/shortlog
clang
2018-11-09 Jonas Toth[ASTMatchers] overload ignoringParens for Expr
2018-11-09 Alexey Bataev[OPENMP][NVPTX]Extend number of constructs executed...
2018-11-09 Simon PilgrimRevert rL346454: Fix a use-after-free introduced by...
2018-11-09 Dylan McKayUse the correct address space when bitcasting func...
2018-11-09 Aaron BallmanAllow a double-underscore spelling of Clang attributes...
2018-11-09 Adrian PrantlFix a nondeterminism in the debug info for VLA size...
2018-11-09 Yaxun Liu[HIP] Remove useless sections in linked files
2018-11-09 Peter CollingbourneDriver: Make -fsanitize=shadow-call-stack compatible...
2018-11-09 Aaron BallmanIntroduce the _Clang scoped attribute token.
2018-11-09 Dylan McKayUse the correct address space when emitting the ctor...
2018-11-09 Alexey Bataev[OPENMP][NVPTX]Allow to use shared memory for the
2018-11-09 Takuto Ikuta[clang-cl] Add warning for /Zc:dllexportInlines- when...
2018-11-09 Sam McCall[Tooling] Avoid diagnosing missing input files in an...
2018-11-09 Zi Xuan Wu[PowerPC] [Clang] [AltiVec] The second parameter of...
2018-11-09 Douglas YungFix test from r346439 to also work on Windows due to...
2018-11-09 Bill WendlingUse correct parameter name in comment.
2018-11-09 Bill WendlingCompound literals, enums, et al require const expr
2018-11-09 Adrian PrantlFix a use-after-free introduced by r344915.
2018-11-08 David Blaikie[Frontend/Modules] Show diagnostics on prebuilt module...
2018-11-08 Sam McCall[Tooling] Produce diagnostics for missing input files.
2018-11-08 Yaxun LiuFix bitcast to address space cast for coerced load...
2018-11-08 Alexey Bataev[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ...
2018-11-08 Hans Wennborgclang-cl: Add "/clang:" pass-through arg support.
2018-11-08 Andrew Savonichev[OpenCL] Add support of cl_intel_device_side_avc_motion...
2018-11-08 Shoaib Meenai[clang] Set CMP0075 to new
2018-11-07 Alexey Bataev[OPENMP]Fix handling of the globals during compilation...
2018-11-07 Andrew SavonichevRevert r346326 [OpenCL] Add support of cl_intel_device_...
2018-11-07 Andrew Savonichev[OpenCL] Add support of cl_intel_device_side_avc_motion...
2018-11-07 Andrew Savonichev[OpenCL] Fix diagnostic message about overload candidates
2018-11-07 Diogo N. Sampaio[NFC][Clang][Aarch64] Add missing test file
2018-11-07 Aleksandar... [mips][msa] Fix msa_[st/ld] offset check
2018-11-07 Ilya Biryukov[CodeComplete] Do not complete self-initializations
2018-11-06 Vedant Kumar[Darwin] Export new weak external symbols when compilin...
2018-11-06 Aaron BallmanDon't use std::next() on an input iterator; NFC.
2018-11-06 Reid Kleckner[MS] Zero out ECX in __cpuid in intrin.h
2018-11-06 Kadir CetinkayaT was unused on assertion disabled builds.
2018-11-06 Akira HatanakaCast to uint64_t instead of to unsigned.
2018-11-06 Akira Hatanakaos_log: Allow specifying mask type in format string.
2018-11-06 Akira Hatanakaos_log: Add a new privacy annotation "sensitive".
2018-11-06 Akira Hatanakaos_log: Minor code cleanups. NFC.
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedDecrement*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedIncrement*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedAnd*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedXor*_* builtins
2018-11-06 Volodymyr Sapsai[CodeGenCXX] XFAIL test for ASAN on Darwin.
2018-11-06 Mandeep Singh... Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedXor*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedOr*_* builtins
2018-11-06 Mandeep Singh... [COFF, ARM64] Implement InterlockedCompareExchange...
2018-11-05 Konstantin... AMDGPU: Add sram-ecc feature options
2018-11-05 Dan Albert[Driver] Reland again again: Default Android toolchains...
2018-11-05 Matt Davis[AST] Get aliased type info from an aliased TemplateSpe...
2018-11-05 Ben Hamilton[Format] Add debugging to ObjC language guesser
2018-11-05 Haojian Wu[Tooling] Correct the total number of files being proce...
2018-11-05 Haojian Wu[Tooling] Add "-filter" option to AllTUsExecution
2018-11-05 Benjamin KramerReapply "Fix regression in behavior of clang -x c+...
2018-11-05 Aleksandar... [mips][msa] Fix broken test
2018-11-05 Kadir CetinkayaFix breakage on FrontendTest by initializing new field...
2018-11-05 Kristof Umann[analyzer] Restrict AnalyzerOptions' interface so that...
2018-11-05 Kristof UmannEnsure the correct order of evaluation in part 2. of...
2018-11-05 Kristof UmannReland '[analyzer][PlistMacroExpansion] Part 2.: Retrie...
2018-11-04 Petr Hosek[Driver] Use -Bstatic/dynamic for libc++ on Fuchsia
2018-11-04 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 19.04 - Disco...
2018-11-04 Sylvestre LedruUpdate our URLs in clang doc to use https
2018-11-04 Kristof UmannRevert '[analyzer][PlistMacroExpansion] Part 2.: Retrie...
2018-11-04 Kristof Umann[analyzer][PlistMacroExpansion] Part 2.: Retrieving...
2018-11-04 Petr Hosek[Driver] Always match resource dir in Fuchsia driver...
2018-11-03 Brian Gesiak[coroutines] Fix fallthrough warning on try/catch
2018-11-03 Douglas YungFix test on Windows.
2018-11-03 Takuto IkutaAdd /Zc:DllexportInlines option to clang-cl
2018-11-03 Richard SmithRevert r345562: "PR23833, DR2140: an lvalue-to-rvalue...
2018-11-03 Petr Hosek[Driver] Use -push-/-pop-state and -as-needed for libc...
2018-11-02 Petr Hosek[CMake][Fuchsia] Set -fuse-ld=lld explicitly for Linux...
2018-11-02 Adrian PrantlAdd an explicit -std=c++14 to this test.
2018-11-02 Mandeep Singh... [COFF, ARM64] Implement InterlockedExchange*_* builtins
2018-11-02 Aaron BallmanDiagnose parameter names that shadow the names of inher...
2018-11-02 Kristof UmannAttempt to fix 'logical operation on address of string...
2018-11-02 George Karpenkov[analyzer] Fixup of the module build after https:/...
2018-11-02 Mandeep Singh... [COFF, ARM64] Change setjmp for AArch64 Windows to...
2018-11-02 Erik Pilkington[CodeGen] Fix a crash when updating a designated initia...
2018-11-02 Filipe CabecinhasChange -fsanitize-address-poison-class-member-array...
2018-11-02 Kristof UmannRemove the duplicated definition of size_t
2018-11-02 Kristof UmannDidn't -> didnt, because #errors complains about unterm...
2018-11-02 Fangrui Song[analyzer] Fix diagnostics/explicit-suppression.cpp
2018-11-02 Alexey Bataev[OPENMP][NVPTX]Use __kmpc_data_sharing_coalesced_push_s...
2018-11-02 Kristof Umann[analyzer] Put llvm.Conventions back in alpha
2018-11-02 Kristof Umann[analyzer] New flag to print all -analyzer-config options
2018-11-02 Kristof Umann[analyzer][NFC] Collect all -analyzer-config options...
2018-11-02 Kristof Umann[analyzer][NFC] Fix some incorrect uses of -analyzer...
2018-11-02 Alexey Bataev[OPENMP]Change the mapping type for lambda captures.
2018-11-02 Alexey Bataev[OPENMP][NVPTX]Improve emission of the globalized varia...
2018-11-02 Tim NorthoverReapply Logging: make os_log buffer size an integer...
2018-11-02 Patrick LysterAdd support for 'atomic_default_mem_order' clause on...
2018-11-02 Gabor Horvath[analyzer][CTU] Correctly signal in the function index...
2018-11-02 Ilya BiryukovRevert "Fix regression in behavior of clang -x c++...
2018-11-02 Fangrui SongFix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSER...
2018-11-02 Richard SmithWhen building a header module, treat inputs as headers...
2018-11-01 Volodymyr Sapsai[CodeGen] Fix assertion on referencing constexpr Obj...
2018-11-01 Volodymyr Sapsai[CodeGen] Move `emitConstant` from ScalarExprEmitter...
2018-11-01 Petr Hosek[CMake][Fuchsia] Don't restrict Linux runtimes to UNIX
next