]> granicus.if.org Git - clang/shortlog
clang
2019-03-28 Sam Clegg[WebAssembly] Reland of rL356953 (4dcf3acce6)
2019-03-28 Benjamin KramerMake helper functions static. NFC.
2019-03-28 Shoaib Meenai[CodeGen] Add additional mangling for struct members...
2019-03-28 Adam Balogh[Analyzer] Constraint Manager - Calculate Effective...
2019-03-28 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-03-28 Anastasia Stulova[PR41247] Fixed parsing of private keyword in C++.
2019-03-28 Fangrui SongFix tests after rC357150
2019-03-28 Fangrui Song[Driver] Allow -gsplit-dwarf on ELF OSes other than...
2019-03-27 Derek SchuffRevert "[WebAssembly] Don't use default GetLinkerPath"
2019-03-27 Shafik Yaghmour[ASTImporter] Fix IsStructuralMatch specialization...
2019-03-27 Alexey Bataev[OPENMP]Initial support for 'allocate' clause.
2019-03-27 George RimarRevert the r348352 "[clang] - Simplify tools::SplitDebu...
2019-03-26 Erik PilkingtonEmit -Wfortify-source using DiagRuntimeBehaviour
2019-03-26 Erik Pilkington[Sema] Fix an assert when a block captures a constexpr...
2019-03-26 Duncan P. N... Basic: Return a reference from FileManager::getVirtualF...
2019-03-26 Duncan P. N... Frontend: Remove CompilerInstance::VirtualFileSystem...
2019-03-26 Shoaib Meenai[cmake] Reset variable before using it
2019-03-26 Jessica PaquetteMake -mno-outline pass -enable-machine-outliner=never...
2019-03-26 Ronald Wampler[clang-format] Add style option AllowShortLambdasOnASin...
2019-03-26 Fangrui Song[CodeGen] Delete never used LValueAlign
2019-03-26 Anastasia Stulova[OpenCL] Allow variadic macros as Clang feature.
2019-03-26 Sylvestre Ledruupdate the release notes after the change of 'clang...
2019-03-26 Roger Ferrer... [RISCV] Pass -target-abi to -cc1as
2019-03-26 Petr Hosek[CMake][Fuchsia] Merge static libunwind and libc++abi...
2019-03-26 Artem Dergachev[CFG] [analyzer] pr41142: C++17: Skip transparent InitL...
2019-03-25 Reid Kleckner[MS] Add frontend support for __declspec(allocator)
2019-03-25 Bruno Ricci[Sema] Don't check for array bounds when the types...
2019-03-25 Sam Clegg[WebAssembly] Don't use default GetLinkerPath
2019-03-25 Konstantin... AMDGPU: Add support for cross address space synchroniza...
2019-03-25 JF BastienThread Safety: also look at ObjC methods
2019-03-25 Sylvestre Ledruclang -dumpversion returns 4.2.1 for legacy reason...
2019-03-25 Mikhail R.... Moved everything SMT-related to LLVM and updated the...
2019-03-25 Krasimir Georgiev[clang-format] Refine structured binding detection
2019-03-25 Bruno Ricci[Sema][NFCI] Don't allocate storage for the various...
2019-03-25 Evandro Menezes[clang] Remove cmake warning message (NFC)
2019-03-25 Haojian WuRevert "[clang-format] Keep protobuf "package" statemen...
2019-03-25 Anastasia Stulova[OpenCL] Allow addr space spelling without __ prefix...
2019-03-25 Balazs Keri[ASTImporter] Changed use of Import to Import_New in...
2019-03-25 Brian GesiakUn-revert "[coroutines][PR40978] Emit error for co_yiel...
2019-03-24 Craig Topper[X86] Make _bswap intrinsic a function instead of a...
2019-03-24 Craig Topper[X86] Add BSR/BSF/BSWAP intrinsics to ia32intrin.h...
2019-03-24 Sam Clegg[WebAssembly] Fix test/Driver/wasm-toolchain.c in the...
2019-03-23 Hubert Tonglibclang/CIndexer.cpp: Use loadquery() on AIX for path...
2019-03-23 Sylvestre LedruSync some doc changes ClangFormatStyleOptions.rst with...
2019-03-23 Simon PilgrimFix unused variable warning. NFCI.
2019-03-23 Paul Hoad[clang-format] Keep protobuf "package" statement on...
2019-03-23 Paul HoadClang-format: add finer-grained options for putting...
2019-03-23 Paul Hoad[clang-format] correctly format protobuf fields named...
2019-03-22 Peter CollingbourneIRGen: Remove StructorType; thread GlobalDecl through...
2019-03-22 Paul Hoad[clang-format][NFC] correct the release notes
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...
next