]> granicus.if.org Git - clang/shortlog
clang
2018-11-13 Bruno Ricci[AST] Revert r346793 and r346781
2018-11-13 Bruno Ricci[AST][NFC] Order the bit-field classes of Stmt like...
2018-11-13 David BlaikieDebugInfo: Add a driver flag for DWARF debug_ranges...
2018-11-13 Bruno Ricci[AST][NFC] Style fixes for UnaryOperator
2018-11-13 Bruno Ricci[AST][NFC] Pack DeclRefExpr
2018-11-13 Erich Keane[NFC] Move storage of dispatch-version to GlobalDecl
2018-11-13 Krasimir Georgiev[clang-format] Do not treat the asm clobber [ as ObjCExpr
2018-11-13 Hans WennborgUserManual: Tweak the /Zc:dllexportInlines- docs some
2018-11-13 Takuto Ikuta[clang-cl] Do not allow using both /Zc:dllexportInlines...
2018-11-13 Tom StellardCMake: Deprecate using llvm-config to detect llvm insta...
2018-11-13 Tom StellardCMake: Replace open-coded find_package
2018-11-12 Aaron BallmanConvert a condition into an assertion per post-review...
2018-11-12 Erik Pilkington[Sema] Make sure we substitute an instantiation-depende...
2018-11-12 Erich KeaneFix the 'fixit' for inline namespace replacement.
2018-11-12 Richard SmithPR39628 Treat all non-zero values as 'true' in bool...
2018-11-12 Erich Keane[NFC] Fix formatting in inline nested namespace definition.
2018-11-12 Jordan Rupprecht[clang-format] Support breaking consecutive string...
2018-11-12 Kristof Umann[analyzer] Drastically simplify the tblgen files used...
2018-11-12 Erich KeaneImplement P1094R2 (nested inline namespaces)
2018-11-12 Jonas DevlieghereRevert "Make clang-based tools find libc++ on MacOS"
2018-11-12 Calixte DenizetRevert rL346644, rL346642: the added test test/CodeGen...
2018-11-12 Ilya BiryukovMake clang-based tools find libc++ on MacOS
2018-11-12 Calixte Denizet[GCOV] fix test after patch rL346642
2018-11-12 Calixte Denizet[Clang] Add options -fprofile-filter-files and -fprofil...
2018-11-12 Hans WennborgRelease notes: Mention clang-cl's /Zc:dllexportInlines...
2018-11-12 Hans Wennborgclang-cl: Add documentation for /Zc:dllexportInlines-
2018-11-12 Jan KratochvilFix compatibility with z3-4.8.1
2018-11-12 Michael WuSupport Swift in platform availability attribute
2018-11-12 Kristina Brooks[CodeGen][CXX]: Fix no_destroy CG bug under specific...
2018-11-11 Jonas DevliegherePass the function type instead of the return type to...
2018-11-10 Richard Smith[cxx_status] Update for San Diego motions.
2018-11-10 Michal Gorny[python] Support PathLike filenames and directories
2018-11-10 Kristina Brooks[clang]: Fix misapplied patch in 346582.
2018-11-10 Kristina BrooksCorrect naming conventions and 80 col rule violation...
2018-11-09 Yan ZhangFix ClangFormat issue of recognizing ObjC subscript...
2018-11-09 Adrian PrantlRevert "Revert rL346454: Fix a use-after-free introduce...
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
next