]> granicus.if.org Git - clang/shortlog
clang
2019-03-22 Thomas Lively[WebAssembly] Make driver -pthread imply linker --share...
2019-03-22 Evandro Menezes[clang] Add support for Exynos M5 (NFC)
2019-03-22 James Y KnightIR: Support parsing numeric block ids, and emit them...
2019-03-22 Carey Williams[ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistent
2019-03-22 Brian GesiakRevert "[coroutines][PR40978] Emit error for co_yield...
2019-03-22 Alexey Bataev[OPENMP]Add missing comment, NFC.
2019-03-22 Alexey Bataev[OPENMP]Allow no allocator clause in target regions...
2019-03-22 Alexey Bataev[OPENMP]Emit error message for allocate directive witho...
2019-03-22 Roman Lebedev[AST] OMPStructuredBlockTest: avoid using multiline...
2019-03-22 Ilya Biryukov[Tooling] Avoid working-dir races in AllTUsToolExecutor
2019-03-22 Luke Cheeseman[ARM] Add Cortex-M35P Support
2019-03-21 Sterling AugustineThis test assumes that -rtlib defaults to libgcc. But...
2019-03-21 Amara Emerson[AArch64] Split the neon.addp intrinsic into integer...
2019-03-21 Alexey Bataev[OPENMP]Fix a warning about unused variable, NFC.
2019-03-21 Richard SmithImprove the diagnostic for #include_next occurring...
2019-03-21 Alexey Bataev[OPENMP] Simplify codegen for allocate directive on...
2019-03-21 Craig Topper[X86] Correct the value of MaxAtomicInlineWidth for...
2019-03-21 Craig Topper[Driver] Pass -malign-double from the driver to the...
2019-03-21 Akira Hatanaka[CodeGen][ObjC] Annotate calls to objc_retainAutoreleas...
2019-03-21 Richard SmithRefactor handling of #include directives to cleanly...
2019-03-21 Alexey Bataev[OPENMP]Codegen support for allocate directive on globa...
2019-03-21 Jordan Rupprecht[clang][OpenMP] Fix another test when using libgomp.
2019-03-21 Alexey Bataev[OPENMP]Simplify the check for the predefined allocator...
2019-03-21 Craig Topper[X86] Add __popcntd and __popcntq to ia32intrin.h to...
2019-03-21 Craig Topper[X86] Use the CPUKind enum from PROC_ALIAS to directly...
2019-03-21 Roman Lebedev[AST] OMPStructuredBlockTest: two matchers were promote...
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...
next