]> granicus.if.org Git - clang/shortlog
clang
2019-04-01 Alexey Bataev[OPENMP] Check that allocated variables are used in...
2019-03-31 Sanjay Patel[InstCombine] canonicalize select shuffles by commuting
2019-03-31 David Chisnall[gnustep-objc] Make the GNUstep v2 ABI work for Windows...
2019-03-31 David ChisnallCOMDAT-fold block descriptors.
2019-03-31 David Chisnall[objc-gnustep] Use .init_array not .ctors when requested.
2019-03-31 Fangrui SongRange-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-30 Fangrui Song[cmake] Change deprecated $<CONFIG> to $<CONFIGURATION...
2019-03-30 Paul Hoad[clang-format] [PR41187] moves Java import statements...
2019-03-30 Reuben Thomas[clang-format]: Add NonEmptyParentheses spacing option
2019-03-30 Anton AfanasyevAdds `-ftime-trace` option to clang that produces Chrom...
2019-03-29 Artem Dergachev[analyzer] MIGChecker: Add support for more deallocator...
2019-03-29 Hubert Tong[lit] Set shlibpath_var on AIX
2019-03-29 Artem DergachevRevert "[analyzer] Introduce a simplified API for addin...
2019-03-29 Artem Dergachev[analyzer] PR41239: Fix a crash on invalid source locat...
2019-03-29 Artem Dergachev[analyzer] Move taint API from ProgramState to a separa...
2019-03-29 Artem Dergachev[analyzer] PR37501: Disable assertion for logical op...
2019-03-29 Artem Dergachev[analyzer] Introduce a simplified API for adding custom...
2019-03-29 Thomas Lively[WebAssembly] Add mutable globals feature
2019-03-29 Erik Pilkington[Sema] Avoid sending a dependent expression to the...
2019-03-29 Volodymyr Sapsai[Sema] Fix assertion when `auto` parameter in lambda...
2019-03-29 Dan Albert[Driver] Use --warn-shared-textrel for Android.
2019-03-29 George Burgess IVVarious fixes and additions to creduce-clang-crash.py
2019-03-29 Scott Linder[AMDGPU] Switch default DWARF version to 5
2019-03-29 Julie Hockett[fuchsia] Add clang-doc to Fuchsia distribution
2019-03-29 Hans Wennborgclang-cl: Expose -fprofile-generate and -fcs-profile...
2019-03-29 Oliver Stannard[AArch64] Support selecting TPIDR_EL[1-3] as the thread...
2019-03-29 Kang Zhang[PowerPC] Add the support for __builtin_setrnd() in...
2019-03-29 Michael Liao[Sema] Fix a crash when nonnull checking
2019-03-29 Akira Hatanaka[CodeGen][ObjC] Adjust the addresses passed to calls...
2019-03-29 Akira HatanakaFix typos and formatting. NFC.
2019-03-28 Reid Kleckner[MS] Make __iso_volatile_* available on all targets
2019-03-28 Alexey Bataev[OPENMP]Add check for undefined behavior with thread...
2019-03-28 Dan Albert[Driver] Default Android toolchains to noexecstack.
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...
next