]> granicus.if.org Git - clang/shortlog
clang
2017-10-13 Alex Lorenz[clang-refactor] Apply source replacements
2017-10-13 Artem Dergachev[analyzer] RetainCount: Ignore annotations on user...
2017-10-13 Ivan A. Kosarev[CodeGen] EmitPointerWithAlignment() to generate TBAA...
2017-10-13 Craig Topper[X86] Remove 'knm' defines from predefined-arch-macros...
2017-10-13 Craig Topper[X86] Add skeleton support for knm cpu
2017-10-13 Ivan A. Kosarev[CodeGen] emitOMPArraySectionBase() to generate TBAA...
2017-10-13 Bruno Cardoso... Revert "[lit] Raise the logic for enabling clang &...
2017-10-13 Ivan A. Kosarev[CodeGen] getNaturalTypeAlignment() to generate TBAA...
2017-10-13 Reid Kleckner[SEH] Use the SEH personality on frontend-outlined...
2017-10-13 Ivan A. Kosarev[CodeGen] EmitLoadOfReference() to generate TBAA info...
2017-10-13 Ivan A. Kosarev[CodeGen] EmitLoadOfPointer() to generate TBAA info...
2017-10-13 Ivan A. Kosarev[CodeGen] EmitCXXMemberDataPointerAddress() to generate...
2017-10-13 Reid KlecknerHide "#pragma optimize("", off)" from clang when it...
2017-10-13 Haojian WuFix an unused-variable warning.
2017-10-13 Haojian WuRemove an unused variable.
2017-10-13 Yaxun LiuFix regression of test/CodeGenOpenCL/address-spaces...
2017-10-13 Yaxun Liu[OpenCL] Add LangAS::opencl_private to represent privat...
2017-10-13 Alexander Shaposhnikov[clang] Enable clang build with LLVM_BUILD_INSTRUMENTED...
2017-10-13 Richard SmithSupport for destroying operator delete, per C++2a propo...
2017-10-13 Alex LorenzRecommit r315087 "[refactor] add support for refactorin...
2017-10-13 Reid Kleckner[MS] Don't bail on replacing dllimport vbase dtors...
2017-10-13 George Karpenkov[Analyzer] Assume that CFBooleanRef const globals are...
2017-10-13 Jan KorousTypos in tutorial
2017-10-12 Adam NemetHandle/assert on DK_Remark
2017-10-12 Akira Hatanaka[Sema][ObjC] Complete merging ObjC methods before check...
2017-10-12 Erich Keane[Sema][Crash] Correctly handle an non-dependent noexcep...
2017-10-12 Roman LebedevRevert "[Sema] Diagnose tautological comparison with...
2017-10-12 Matt Morehouse[cmake] Rename LIB_FUZZING_ENGINE to LLVM_LIB_FUZZING_E...
2017-10-12 Zachary Turner[lit] Raise the logic for enabling clang & lld substitu...
2017-10-12 Artem Belevich[CUDA] Added __hmma_m16n16k16_* builtins to support...
2017-10-12 Roman Lebedev[Analysis] Un-silence -Wtautological-unsigned-zero...
2017-10-12 Davide Italiano[SemaChecking] Suppress a GCC warning. NFCI.
2017-10-12 Roman Lebedev[Analysis] Silence -Wtautological-constant-compare...
2017-10-12 Roman Lebedev[Sema] Diagnose tautological comparison with type's...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34927: Emit initializer for reduction...
2017-10-12 Craig Topper[X86] Add CLWB intrinsic. clang part
2017-10-12 Matt Morehouse[clang-format] Allow building fuzzer with OSS-Fuzz...
2017-10-12 Craig Topper[X86] Use -ffreestanding instead of using the mm_malloc...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34926: Fix handling of the array section...
2017-10-12 Alexey Bataev[OPENMP] Fix PR34925: Fix getting thread_id lvalue...
2017-10-12 Ivan A. Kosarev[CodeGen] Generate TBAA info along with LValue base...
2017-10-12 NAKAMURA TakumiFix warnings. [-Wdocumentation]
2017-10-12 NAKAMURA TakumiSVal::getAsSymbol(bool IncludeBaseRegions): Follow...
2017-10-12 Sylvestre LedruSplit the AlignTrailingComments on several lines. The...
2017-10-12 Martin Storsjo[COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
2017-10-12 NAKAMURA Takumiclang/module.modulemap: Create Clang_Frontend_CodeGenOp...
2017-10-12 Craig Topper[X86] Remove a few unnecessary check lines from the...
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Lang HamesUpdate cc1as_main for MCCodeEmitter ownership change...
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-10-11 Vedant Kumar[Driver] Export symbols needed to use profile runtime
2017-10-11 Craig Topper[X86] Add support for 'amdfam17h' to __builtin_cpu_is...
2017-10-11 George Karpenkov[Analyzer] Support bodyfarming libstdc++ implementation...
2017-10-11 Matt Morehouse[clang-fuzzer] Build with newer protobuf-mutator.
2017-10-11 George Karpenkov[Analyzer] Fix introduced regression: properly check...
2017-10-11 George Karpenkov[Analyzer] Remove dead code from testing scripts
2017-10-11 George Karpenkov[Analyzer] Assume that string-like const globals are...
2017-10-11 Matt Morehouse[clang-fuzzer] Allow linking with any fuzzing engine.
2017-10-11 Craig Topper[X86] Correct type for argument to clflushopt intrinsic.
2017-10-11 Alexey Bataev[OPENMP] Remove extra if, NFC.
2017-10-11 Matt MorehouseReland "[clang-fuzzer] Allow building without coverage...
2017-10-11 Alexey Bataev[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks...
2017-10-11 Matt Morehouse[clang-fuzzer] Fix shared library dependencies.
2017-10-11 Daniel Marjamaki[Analyzer] Clarify error messages for undefined result
2017-10-11 Haojian Wu[clang-rename] Add more unittest.
2017-10-11 Alexey Bader[OpenCL] Allow function declaration with empty argument...
2017-10-11 Haojian Wu[clang-rename] Don't add prefix qualifiers to the decla...
2017-10-11 Daniel JasperRevert r314955: "Remove PendingBody mechanism for funct...
2017-10-11 NAKAMURA TakumiReorder.
2017-10-11 NAKAMURA TakumiClangCodeGenTests: Update libdeps in rL315392, +clangAST.
2017-10-11 Lang HamesUpdate cc1as_main for MCAsmBackend ownership change...
2017-10-11 Richard Smith[modules] Fix visibility checking for using declaration...
2017-10-11 Richard Smith[modules] Only take visible using-directives into accou...
2017-10-11 Alex LorenzA '<' with a trigraph '#' is not a valid editor placeholder
2017-10-11 Richard Smith[Modules TS] Diagnose missing/duplicate module-declaration.
2017-10-10 Adrian PrantlInclude getting generated struct offsets in CodegenABITypes
2017-10-10 Richard Smith[Modules TS] Diagnose attempts to enter module implemen...
2017-10-10 Richard Smith[Modules TS] Module ownership semantics for redeclarations.
2017-10-10 Peter CollingbourneSupport: Have directory_iterator::status() return FindF...
2017-10-10 Jan KorousFix indexer crash for default template template paramet...
2017-10-10 Richard SmithAdd test for regression caused by reverted patch r315251.
2017-10-10 Guozhi Wei[CGExprScalar] In EmitCompare trunc the result if it...
2017-10-10 Matt MorehouseRevert "[clang-fuzzer] Allow building without coverage...
2017-10-10 Matt Morehouse[clang-fuzzer] Build proto-to-cxx with fuzzer-no-link.
2017-10-10 Francis Ricci[lit] Add host_cxx to lit config
2017-10-10 Matt Morehouse[clang-fuzzer] Allow building without coverage instrume...
2017-10-10 Hans WennborgFor dllexport class templates, export specializations...
2017-10-10 Alexey Bataev[OPENMP] Add default codegen|tests for 'target parallel...
2017-10-10 Simon PilgrimFix a (slightly weird) 'comma operator within array...
2017-10-10 Eric LiuRevert "[Modules TS] Module ownership semantics for...
2017-10-10 Eric LiuRevert "[Modules TS] Avoid computing the linkage of...
2017-10-10 Artem Dergachev[analyzer] MisusedMovedObject: Fix state-resetting...
2017-10-10 Artem Dergachev[analyzer] MisusedMovedObject: Add printState() method...
2017-10-10 Artem Dergachev[analyzer] PthreadLockChecker: Add printState() method...
2017-10-10 Gabor Horvath[analyzer] Implement pointer arithmetic on constants
2017-10-10 Haojian Wu[clang-refactor] Fix clang-tidy misc-move-const-arg...
2017-10-10 Ivan A. Kosarev[CodeGen] Do not construct complete LValue base info...
2017-10-10 Haojian WuFix small nits in clang-refactor doc.
2017-10-10 Benjamin Kramer[ASTMatchers] Don't create a copy of a std::set when...
2017-10-10 Akira Hatanaka[Sema][ObjC] Preserve syntactic sugar when removing
next