]> granicus.if.org Git - clang/shortlog
clang
2019-03-21 Roman Lebedev[ASTMatcher] Add clang-query disclaimer to two more...
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] OpenMP Structured-block-related...
2019-03-21 Roman Lebedev[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] Add base ompExecutableDirective...
2019-03-21 Erich KeanePermit redeclarations of a builtin to specify calling...
2019-03-21 Paul Hoad[clang-format] Add basic support for formatting C#...
2019-03-21 George Burgess IVcreduce-clang-crash.py: preprocess file + reduce comman...
2019-03-21 Artem Dergachev[CFG] [analyzer] pr41142: C++17: Skip transparent InitL...
2019-03-20 Jennifer YuRemove extra white spaces
2019-03-20 Jordan RupprechtRevert "[clangd] Print arguments in template specializa...
2019-03-20 Paul Hoad[clang-format][NFC] fix release notes build issue
2019-03-20 Jordan Rupprecht[clang][OpenMP] Fix build when using libgomp
2019-03-20 Paul Hoad[clang-format] BeforeHash added to IndentPPDirectives
2019-03-20 Craig Topper[X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsic...
2019-03-20 Alexey Bataev[OPENMP]Improve detection of omp_allocator_handle_t...
2019-03-20 Alex LorenzFix implicit ios -> watchOS availability version mappin...
2019-03-20 Erik PilkingtonAdd a __has_extension check for '#pragma clang attribut...
2019-03-20 Erik Pilkington[Sema] Deduplicate some availability checking logic
2019-03-20 Rafael AulerRecommit "Support attribute used in member funcs of...
2019-03-20 Raphael IsemannRemove the unused return value in ASTImporter::Imported...
2019-03-20 Craig Topper[X86] Remove getCPUKindCanonicalName which is unused.
2019-03-20 Roman Lebedev[NFC][ASTMatchers] Alphabetically sort REGISTER_MATCHER...
2019-03-20 Roman Lebedev[AST] Disable ast-dump-openmp-parallel-master-XFAIL...
2019-03-20 Paul Hoad[clang-format] structured binding in range for detected...
2019-03-20 Andrew Savonichev[OpenCL] Generate 'unroll.enable' metadata for __attri...
2019-03-20 Roman Lebedev[clang][OpeMP] Model OpenMP structured-block in AST...
2019-03-20 Roman Lebedev[NFC][clang][astdump] Some baseline tests for OpenMP
2019-03-20 Balazs Keri[ASTImporter] Remove obsolete function ImportTemplatePa...
2019-03-20 Aaron BallmanCorrect this attribute group documentation to have...
2019-03-20 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-03-20 Kadir Cetinkaya[clangd] Print arguments in template specializations
2019-03-20 Craig Topper[X86] Separate PentiumPro and i686. They aren't aliases...
2019-03-19 Richard SmithReplace tok::angle_string_literal with new tok::header_...
2019-03-19 Jordan RupprechtFix CodeGen/arm64-microsoft-status-reg.cpp test
2019-03-19 Erik PilkingtonAdd a spelling of pass_object_size that uses __builtin_...
2019-03-19 Alexey Bataev[OPENMP]Warn if the different allocator is used for...
2019-03-19 Sterling AugustineAdd --unwindlib=[libgcc|compiler-rt] to parallel -...
2019-03-19 Douglas YungMove options to separate checks that do not need to...
2019-03-19 Simon PilgrimFix unused variable warning. NFCI.
2019-03-19 Alexey Bataev[OPENMP]Check that global vars require predefined alloc...
2019-03-19 Alexey Bataev[OPENMP]Remove unused parameter, NFC.
2019-03-19 Anastasia Stulova[OpenCL] Minor improvements in default header testing
2019-03-19 Anastasia Stulova[Sema] Adjust addr space of reference operand in compou...
2019-03-19 Alexey Bataev[OPENMP] Codegen for local variables with the allocate...
2019-03-19 Aaron BallmanEnsure that const variables declared at namespace scope...
2019-03-19 Gabor Marton[ASTImporter] Fix redecl failures of FunctionTemplateSpec
2019-03-19 Gabor Marton[ASTImporter] Fix redecl failures of ClassTemplateSpec
2019-03-19 Anastasia Stulova[OpenCL] Improved testing of default header.
2019-03-19 Martin Probst[clang-format] [JS] handle private members.
2019-03-19 Martin Probst[clang-format] [JS] Don't break between template string...
2019-03-19 Eric Liu[Tooling] Add more scope specifiers until spelling...
2019-03-19 Don HintonRefactor cast<>'s in if conditionals, which can only...
2019-03-19 Heejin Ahn[WebAssembly] Change wasm.throw's first argument to...
2019-03-19 Richard SmithFactor out repeated code parsing and concatenating...
2019-03-19 Richard SmithDon't apply the include depth limit until we actually...
2019-03-19 Aaron PuchertMinor renaming as suggested in review [NFC]
2019-03-18 Aaron PuchertThread safety analysis: Add note for unlock kind mismatch
2019-03-18 Reid Kleckner[MS] Skip vbase construction in abstract class ctors
2019-03-18 Craig Topper[X86] Add gcc rotate intrinsics to ia32intrin.h
2019-03-18 Erik Pilkington[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
2019-03-18 Alexey Bataev[OPENMP] Set scheduling for doacross loops as schedule, 1.
2019-03-18 Michael Liao[AMDGPU] Add the missing clang change of the experiment...
2019-03-17 Matt ArsenaultAdd testcase from bug 41079
2019-03-16 Peter CollingbourneCodeGen: Preserve packed attribute in constStructWithPa...
2019-03-16 Csaba Dabis[analyzer] ConditionBRVisitor: Unknown condition evalua...
2019-03-16 Csaba Dabis[analyzer] ConditionBRVisitor: Remove GDM checking
2019-03-16 Csaba DabisRevert "[analyzer] ConditionBRVisitor: Remove GDM checking"
2019-03-16 Csaba DabisRevert "[analyzer] ConditionBRVisitor: Unknown conditio...
2019-03-16 Csaba Dabis[analyzer] ConditionBRVisitor: Unknown condition evalua...
2019-03-16 Csaba Dabis[analyzer] ConditionBRVisitor: Remove GDM checking
2019-03-16 Heejin Ahn[WebAssembly] Use rethrow intrinsic in the rethrow...
2019-03-16 Devin Coughlin[analyzer] Teach scan-build to find clang when installe...
2019-03-15 Csaba Dabishello, clang
2019-03-15 Brian Gesiak[coroutines][PR40978] Emit error for co_yield within...
2019-03-15 Evgeny Mankov[CUDA][Windows] Partial fix for bug 38811 (Step 2 of 3)
2019-03-15 Aaron Enye Shi[HIP-Clang] propagate -mllvm options to opt and llc
2019-03-15 Evgeny Mankov[CUDA][Windows] Partial fix for bug #38811 (Step 1...
2019-03-15 Benjamin KramerMake getFullyQualifiedName qualify both the pointee...
2019-03-15 Richard TrieuRemove an assert in template pack deduction during...
2019-03-15 Aaron PuchertAdd missing override specifier [NFC]
2019-03-15 Artem Dergachev[analyzer] RetainCount: A function isn't a CFRetain...
2019-03-15 Artem Dergachev[analyzer] Support C++17 aggregates with bases without...
2019-03-14 Jason LiuReland the rest of "Add AIX Target Info"
2019-03-14 Alexey Bataev[OPENMP]Fix crash for the ordered(n) clause.
2019-03-14 Jason LiuReland part of "Add AIX Target Info"
2019-03-14 Eli Friedman[CodeGen] Consider tied operands when adjusting inline...
2019-03-14 Erik Pilkington[Sema] Fix a use-after-free of a _Nonnull ParsedAttr
2019-03-14 Reid KlecknerAdd PragmaHandler for MSVC pragma execution_character_set
2019-03-14 Kristof Umann[analyzer] Fix an assertation failure for invalid sourc...
2019-03-14 Akira Hatanaka[CodeGen][ObjC] Remove the leading 'l' from symbols...
2019-03-14 Nico WeberFix test after r356148
2019-03-14 Mikael HolmenRemove unused variable to silence compiler warning...
2019-03-14 Balazs Keri[ASTImporter] Fix import of NestedNameSpecifierLoc.
2019-03-14 Nico WeberObjective-C++11: Support static_assert() in @interface...
2019-03-14 Kristof Umann[analyzer] Fix function macro crash
2019-03-14 Craig Topper[X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16...
2019-03-13 Nemanja IvanovicFix invocation of Gold plugin with LTO after r355331
2019-03-13 Erik PilkingtonRevert "Add a new attribute, fortify_stdlib"
2019-03-13 Jordan Rupprecht[clang-format] Propagate inferred language to getLLVMSt...
2019-03-13 Alexey Bataev[OPENMP]Fix PR37283: Assertion failure on openmp task...
next