]> granicus.if.org Git - clang/shortlog
clang
2017-07-26 Alex LorenzRecommit r308327 2nd time: Add a warning for missing
2017-07-26 George RimarUpdate after LLVM change r309087
2017-07-26 Mandeep Singh... [clang] Add ARM64 support to armintr.h for MSVC compati...
2017-07-25 Peter Szecsi[StaticAnalyzer] LoopUnrolling - Attempt #2 to fix...
2017-07-25 David Majnemer[CodeGen] Correctly model std::byte's aliasing properties
2017-07-25 Richard SmithReorder tests to match latest SD-6 draft.
2017-07-25 NAKAMURA Takumiclang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling...
2017-07-25 Mandeep Singh... [clang] Add abi-breaking-checks support to clang
2017-07-25 Peter Szecsi[StaticAnalyzer] LoopUnrolling - Attempt to fix a crash...
2017-07-25 Sean CallananFix a bot by linking clang-import-test against libclang...
2017-07-25 Sean Callanan[ExternalASTMerger] Import Objective-C classes
2017-07-25 Vedant Kumar[Frontend] Mark some ASTUnit methods as const. NFC.
2017-07-25 Vedant Kumar[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)
2017-07-25 Peter Szecsi[StaticAnalyzer] Completely unrolling specific loops...
2017-07-25 Eric ChristopherRevert "This patch enables the usage of constant Enum...
2017-07-25 Nico WeberIntroduce -nostdlib++ flag to disable linking the C...
2017-07-25 Gor Nishanov[coroutines] Add serialization/deserialization of corou...
2017-07-25 Devin Coughlin[analyzer] Add diagnostic text for generalized refcount...
2017-07-25 Nemanja IvanovicThis test case is causing all PPC and SystemZ bots...
2017-07-25 Alexey Bataev[OPENMP] Codegen for 'task_reduction' clause.
2017-07-25 Manuel KlimekFix spelling of FileCheck in test.
2017-07-25 Chandler Carruth[PM] Setup TargetLibraryInfo correctly for the new...
2017-07-25 Matan HaroushThis patch enables the usage of constant Enum identifie...
2017-07-25 Manuel KlimekFix incorrect use of current directory to find moved...
2017-07-25 Artem Dergachev[analyzer] Treat throws as sinks for suppress-on-sink...
2017-07-25 Artem Dergachev[analyzer] Further improve suppress-on-sink behavior...
2017-07-25 Faisal Vali[NFC] Use RAII to un-poison and then re-poison __VA_ARGS__
2017-07-24 Adrian PrantlDebug Info: Avoid completing class types when a definit...
2017-07-24 Reid KlecknerRevert "[X86][InlineAsm][Ms Compatibility]Prefer variab...
2017-07-24 Krasimir Georgiev[clang-format] Reorder assignments, NFC
2017-07-24 Shoaib Meenai[CodeGen] Propagate dllexport to thunks
2017-07-24 Tim NorthoverAArch64 & ARM: move TargetInfo functions from .h to...
2017-07-24 Nico WeberWork around an MSVC2017 update 3 codegen bug.
2017-07-24 Alexey Bataev[OPENMP] Fix the restrictions for in_reduction clause.
2017-07-24 Krasimir Georgiev[clang-format] Fix comment levels between '} else ...
2017-07-24 Simon Dardis[mips] Add support for -m(no-)extern-data.
2017-07-24 Coby Tayree[X86][InlineAsm][Ms Compatibility]Prefer variable name...
2017-07-23 Petr Hosek[Driver] Fuchsia defaults to -fno-math-errno
2017-07-23 Nico WeberRemove Driver::UseStdLib.
2017-07-23 NAKAMURA Takumi[Modules] Rework r274270. Let Clang targets depend...
2017-07-23 NAKAMURA Takumiclang/module.modulemap: Split out Clang_ToolingCore...
2017-07-22 Yuka Takahashi[Bash-autocompletion] Fixed typo and add '-' after...
2017-07-22 Faisal Vali[NFC, documentation] Prefer the term expansion instead...
2017-07-21 Ben Langmuir[index] Set SymbolSubKind::Accessor[GS]etter on class...
2017-07-21 Erich KeaneRemove Bitrig: Clang Changes
2017-07-21 Erich KeaneBreak up Targets.cpp into a header/impl pair per target...
2017-07-21 Richard TrieuInline variable into assert to fix unused warning.
2017-07-21 Krzysztof Parzyszek[Hexagon] Attempt to fix selfhost bots
2017-07-21 Richard TrieuFix tblgen error
2017-07-21 Alexey Bataev[OPENMP] Fix build problem, NFC.
2017-07-21 Alexey Bataev[OPENMP] Add ast-print tests for in_reduction clause...
2017-07-21 Erich KeaneComplex Long Double classification In RegCall calling...
2017-07-21 Alexey Bataev[OPENMP] Initial support for 'in_reduction' clause.
2017-07-21 Krzysztof Parzyszek[Hexagon] Add inline-asm constraint 'a' for modifier...
2017-07-21 Alexey Bataev[OPENMP] Simplify analysis of data-sharing attributes.
2017-07-21 Andrey KasaurovTest commit
2017-07-21 Nikolay HaustovTest commit
2017-07-21 Alex Lorenz[clang-diff] Get rid of unused variable warnings in...
2017-07-21 Alex LorenzClang's tests should depend on clang-diff
2017-07-21 Alex LorenzFix another compiler error from r308731
2017-07-21 Alex LorenzFix tuple construction compiler error from r308731
2017-07-21 Alex Lorenz[clang-diff] Add initial implementation
2017-07-21 Krasimir Georgiev[clang-format] Fix comment levels between '}' and PPDir...
2017-07-21 Ilya BiryukovFixed failing assert in code completion.
2017-07-21 Simon Atanasyan[mips] Add `short_call` to the set of `long_call/far...
2017-07-21 Richard TrieuFix tblgen error.
2017-07-21 Petr Hosek[Driver] Consider -fno-sanitize=... state when filterin...
2017-07-21 Petr Hosek[CMake] Use ABI version 2 for C++ library in Fuchsia
2017-07-20 Krasimir Georgiev[clang-format] Put '/**' and '*/' on own lines in multi...
2017-07-20 Simon Dardis[mips] Add support for -m(no-)local-sdata
2017-07-20 Artem Belevich[NVPTX] Add lowering of i128 params.
2017-07-20 Simon Atanasyan[CodeGen][mips] Support `long_call/far/near` attributes
2017-07-20 Alexander Shaposhnikov[clang] Fix handling of "%zd" in scanf
2017-07-20 Craig Topper[Docs] Regenerate the command line option reference.
2017-07-20 Alexey Bataev[OPENMP] Fix DSA processing for member declaration.
2017-07-20 Simon DardisReland "[mips] Teach the driver to accept -m(no-)gpopt."
2017-07-20 Benjamin Kramer[vfs] Assert that the status is known in equivalent().
2017-07-20 NAKAMURA Takumiclang/module.modulemap: Clang_Diagnostics: Activate...
2017-07-20 Peter SzecsiRevert "[StaticAnalyzer] Completely unrolling specific...
2017-07-20 NAKAMURA Takumiclang/module.modulemap: Split out Clang_RewriteFrontend...
2017-07-20 Martin Storsjo[AArch64] Produce correct defaultlib directives for...
2017-07-20 Faisal Vali[NFC] Update local variable names to upper-case as...
2017-07-20 Peter Szecsi[StaticAnalyzer] Completely unrolling specific loops...
2017-07-19 Peter SzecsiThis feature allows the analyzer to consider loops...
2017-07-19 Craig Topper[X86] Put avx512vpopcntdq in the right spot in the...
2017-07-19 Erich KeaneImprove SEMA for attribute-target
2017-07-19 Erich KeaneAdd isValidCPUName and isValidFeature to TargetInfo
2017-07-19 Akira HatanakaAdd AlignedAllocation.h.
2017-07-19 Akira Hatanaka[Sema] Improve diagnostic message for unavailable C...
2017-07-19 Hans WennborgClear release notes for 6.0.0
2017-07-19 Hans WennborgBump docs version to 6.0
2017-07-19 Simon DardisRevert "Reland "[mips] Teach the driver to accept ...
2017-07-19 Simon DardisReland "[mips] Teach the driver to accept -m(no-)gpopt."
2017-07-19 Hans WennborgRevert r308441 "Recommit r308327: Add a warning for...
2017-07-19 Alex LorenzRecommit r308327: Add a warning for missing '#pragma...
2017-07-19 Erik VerbruggenFix compilation problem introduced in r308433
2017-07-19 Simon DardisRevert "[mips] Teach the driver to accept -m(no-)gpopt."
2017-07-19 Erik VerbruggenAdd default values for function parameter chunks
2017-07-19 Simon Dardis[mips] Add warning test for -mgpopt option.
2017-07-19 Simon Dardis[mips] Teach the driver to accept -m(no-)gpopt.
next