]> granicus.if.org Git - clang/shortlog
clang
2018-03-21 Clement Courbet[ASTMatchers] Remove extra qualifier for consistency...
2018-03-21 Clement Courbet[ASTMatchers] Regenerate doc.
2018-03-21 Rafael EspindolaSet dso_local on runtime variables.
2018-03-21 Artem DergachevRevert r326782 "[analyzer] CStringChecker.cpp: Remove...
2018-03-21 Artem Dergachev[analyzer] Suppress more MallocChecker positives in...
2018-03-21 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-20 Bruno Cardoso... [Modules] Honor -fmodule-name when handling private...
2018-03-20 Erich KeaneChange ImplicitConverionKind comments to refer to C...
2018-03-20 Rafael EspindolaDelete BuiltinCC. NFC.
2018-03-20 Rafael EspindolaAdd CHECKs for a few declarations. NFC.
2018-03-20 Benjamin Kramer[format] Eliminate global destructors.
2018-03-20 Eugene Zelenko[Driver] Fix some Clang-tidy modernize and Include...
2018-03-20 Benjamin Kramer[format] Initialize regex lazily
2018-03-20 Rafael EspindolaSet dso_local on string literals.
2018-03-20 Abderrazek... [AArch64] Add vmulxh_lane fp16 vector intrinsic
2018-03-20 Rafael EspindolaSet dso_local for runtime function.
2018-03-20 Saleem AbdulrasoolBasic: support PreserveMost and PreserveAll on Windows ARM
2018-03-20 Artem Belevich[NVPTX] Make tensor load/store intrinsics overloaded.
2018-03-20 Rafael EspindolaSet dso_local for CFConstantStringClassReference.
2018-03-20 Rafael EspindolaSet dso_local for guid decls.
2018-03-20 Alexey Bataev[OPENMP, NVPTX] Codegen for target distribute parallel...
2018-03-20 Ben Hamilton[clang-format] Fix ObjC selectors with multiple params...
2018-03-20 Alexey Bataev[OPENMP, NVPTX] Globalization of the private redeclarat...
2018-03-20 Ilya BiryukovBackport changes from llvm/.clang_tidy to clang/.clang_...
2018-03-20 Henry Wong[analyzer] Fix the crash in IteratorChecker.cpp when...
2018-03-20 Hans Wennborg[ms] Parse #pragma optimize and ignore it behind its...
2018-03-20 George Burgess IVProperly construct `inline` members without initializers
2018-03-20 Akira Hatanaka[CodeGen] Ignore OpaqueValueExprs that are unique refer...
2018-03-20 George Karpenkov[analyzer] Improve performance of NoStoreFuncVisitor
2018-03-20 Petr HosekAllow builtins for Cross-DSO CFI on Android
2018-03-20 George Karpenkov[analyzer] Fix the assertion failure when static global...
2018-03-19 Shoaib Meenai[CodeGen] Add funclet token to ARC marker
2018-03-19 Alexey Bataev[OPENMP, NVPTX] Reworked castToType() function, NFC.
2018-03-19 Akira Hatanaka[ObjC] Allow declaring __weak pointer fields in C struc...
2018-03-19 Alexey Bataev[OPENMP] Fix build with MSVC, NFC.
2018-03-19 Alexey Bataev[OPENMP, NVPTX] Emit correct thread id.
2018-03-19 Serge Pavlov[Driver] Avoid invalidated iterator in insertTargetAndM...
2018-03-19 Krasimir Georgiev[clang-format] Remove empty lines before }[;] // comment
2018-03-19 Petr Hosek[CMake] Use libc++ and compiler-rt as default libraries...
2018-03-19 Ilya BiryukovUpdated a usage of createTemporaryFile that does not...
2018-03-19 Sjoerd Meijer[ARM] Pass half or i16 types for NEON intrinsics
2018-03-18 Bjorn PetterssonResolve unused variable 'VR' warning in RetainCountChec...
2018-03-18 Jonas Devlieghere[dsymutil] Rename llvm-dsymutil -> dsymutil
2018-03-17 Zhihao Yuan[C++17] Allow an empty expression in an if init statement
2018-03-17 Aaron BallmanImplement DR2229, which prohibits unnamed bit-fields...
2018-03-17 Zhihao YuanFix codegen for structured binding binding in conditions
2018-03-17 Aaron Smith[Driver] Fix the descriptions for -Tdata and -Ttext...
2018-03-17 Richard Smith[cxx_status] Add entry for the Reflection TS.
2018-03-17 Richard Smith[cxx_status] Update to match Jacksonville 2018 motions.
2018-03-17 Oren Ben SimhonAdding nocf_check attribute for cf-protection fine...
2018-03-16 Reid Kleckner[MS] Fix bug in r327732 with devirtualized complete...
2018-03-16 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-16 Reid Kleckner[MS] Fix tests after r327738 that only fail with a...
2018-03-16 Reid Kleckner[MS] Commit some changes that were intended to be part...
2018-03-16 Reid Kleckner[MS] Don't escape MS C++ names with \01
2018-03-16 Jan Korous[Parser] Remove hard-coded bracket depth limit
2018-03-16 Reid Kleckner[MS] Always use base dtors in place of complete/vbase...
2018-03-16 George Karpenkov[analyzer] Fix crashes in RetainCountChecker when under...
2018-03-16 Roman Lebedev[docs] ReleaseNotes: document -Wextra-semi changes.
2018-03-16 Krasimir Georgiev[clang-format] Disallow breaks before ']' in text proto...
2018-03-16 Krasimir Georgiev[clang-format] Fix raw string prefix penalty
2018-03-16 Richard SmithImplement C++ DR727, which permits explicit specializat...
2018-03-16 Mikael HolmenFix compilation warning introduced in r327654
2018-03-16 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-15 Alexey Bataev[OPENMP, NVPTX] Improve globalization of the variables...
2018-03-15 Alexey Bataev[OPENMP] Codegen for `omp declare target` construct.
2018-03-15 Yaxun LiuRecommit r326946 after reducing CallArgList memory...
2018-03-15 Sjoerd Meijer[AAch64] Tests for ACLE FP16 macros
2018-03-15 Andrew V. TischenkoMore warnings when double truncation to float: compound...
2018-03-15 Richard TrieuRefactoring code around move/copy initialization. ...
2018-03-15 Richard Trieu[CFG] Allow CallExpr's to be looked up in CFG's
2018-03-14 George Karpenkov[analyzer] Explicitly set an -std level for the analyze...
2018-03-14 Yaxun LiuRemove test deep-ast-tree.cpp
2018-03-14 Eugene Zelenko[Tooling] Fix some Clang-tidy modernize and Include...
2018-03-14 Yaxun LiuReduce AST depth for test deep-ast-tree.cpp for atom
2018-03-14 Roman Lebedev[Parser] (C++) Make -Wextra-semi slightly more useful
2018-03-14 Yaxun LiuAttempt to fix failure of deep-ast-tree.cpp on atom...
2018-03-14 Richard SmithUpdate DR script to mark Clang 6 as 'done' not 'svn'.
2018-03-14 Richard Smith[www] Update C++ DR status to match latest issues list.
2018-03-14 Rafael EspindolaSet dso_local for NSConcreteStackBlock.
2018-03-14 Rafael EspindolaSet dso_local on external rtti GVs.
2018-03-14 Frederich Munch[CMake] Properly quote string arguments to quiet errors...
2018-03-14 Yaxun LiuAttempt to fix failure of deep-ast-tree.cpp on ppc64...
2018-03-14 Frederich MunchExpand clang-interpreter with example of throwing in...
2018-03-14 Yaxun LiuAdd deep AST tree test for r327515
2018-03-14 Yaxun LiuCodeGen: Reduce LValue and CallArgList memory footprint...
2018-03-14 Gheorghe-Teodor... [OpenMP] Add OpenMP data sharing infrastructure using...
2018-03-14 Ilya Biryukov[Sema] Pop function scope when instantiating a func...
2018-03-14 Pavel LabathStaticAnalyzer: fix compiler warning. NFC
2018-03-14 Kostya Serebryany[hwasan] update docs
2018-03-13 Akira HatanakaCheck that a field is not annotated with attribute...
2018-03-13 Gheorghe-Teodor... [OpenMP] Add flag for linking runtime bitcode library
2018-03-13 Joel E. Denny[Attr] Merge two dependent tests from different directories
2018-03-13 Sjoerd Meijer[ARM] ACLE FP16 feature test macros
2018-03-13 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-13 Gheorghe-Teodor... Revert revision 327438.
2018-03-13 Gheorghe-Teodor... [OpenMP] Add flag for linking runtime bitcode library
2018-03-13 Sjoerd MeijerThis reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector...
2018-03-13 Akira HatanakaSerialize the NonTrivialToPrimitive* flags I added...
2018-03-13 George Karpenkov[analyzer] Fix the matcher for GCDAntipattern to look...
next