platform/upstream/llvm.git
2019-10-02 Vitaly Buka[compiler-rt] Use GetNextInstructionPc in signal handlers
2019-10-02 Vitaly BukaNFC: add namespace {}
2019-10-02 Daniel Sanders[gicombiner] Add the boring boilerplate for the declara...
2019-10-02 Simon PilgrimFix uninitialized variable warning in CodeGenPGO constr...
2019-10-02 Simon PilgrimItaniumCXXABI - silence static analyzer getAs<RecordTyp...
2019-10-02 Louis Dionne[NFC][libc++abi] Convert stray tabs to spaces
2019-10-02 Sergey Dmitriev[Clang][Driver][NFC] Corrected DeviceActionBuilder...
2019-10-02 Florian HahnRecommit "[GlobalOpt] Pass DTU to removeUnreachableBloc...
2019-10-02 Simon PilgrimCGObjCMac - silence static analyzer dyn_cast<>/getAs...
2019-10-02 Yi-Hong Lyu[PowerPC] Fix SH field overflow issue
2019-10-02 Matt Morehouse[sanitizer_common] Rename OnPrint to __sanitizer_on_print.
2019-10-02 Louis Dionne[libc++] Use functions instead of global variables...
2019-10-02 Daniel SandersFix inconsistent indentation in TableGen.cpp
2019-10-02 Evgeniy StepanovHandle llvm.launder.invariant.group in msan.
2019-10-02 Evandro Menezes[TableGen] Improve error reporting of overlapping defin...
2019-10-02 Florian Hahn[Local] Handle terminators with users in removeUnreacha...
2019-10-02 Louis Dionne[libc++] Use a function to set warning flags per target
2019-10-02 Davide Italiano[ARM64] XPC services are unsupported on device.
2019-10-02 Davide Italiano[RegisterContextDarwin_arm64] Include the headers for...
2019-10-02 Davide Italiano[ObjectFileMachO] FileSpec::SetFile() now takes the...
2019-10-02 Davide Italiano[ObjectFileMachO] Catch up with FileDesc changes.
2019-10-02 Louis Dionne[libc++] Revert to using PUBLIC instead of PRIVATE...
2019-10-02 Alina Sbirlea[MemorySSA] Update Phi creation when inserting a Def.
2019-10-02 Benjamin Kramer[Stencil] Hide implementaion detai. NFC.
2019-10-02 Benjamin Kramer[ARM] Make helpers static. NFC.
2019-10-02 Alexey Bataev[OPENMP50]Add parsing/sema analysis for declare variant...
2019-10-02 Jonas Devlieghere[JSON] Remove Utility/JSON.{h|cpp}
2019-10-02 Jonas Devlieghere[JSON] Use LLVM's library for encoding JSON in GDBRemot...
2019-10-02 Jonas Devlieghere[JSON] Use LLVM's library for encoding JSON in GDBRemot...
2019-10-02 Jonas Devlieghere[JSON] Use LLVM's library for encoding JSON in GDBRemot...
2019-10-02 Jonas Devlieghere[JSON] Use LLVM's library for encoding JSON in GDBRemot...
2019-10-02 Craig Topper[X86] Rewrite to the vXi1 subvector insertion code...
2019-10-02 Aditya KumarFix: Actually erase remove the elements from AssumeHandles
2019-10-02 Thomas Lively[WebAssembly] Error when using wasm64 for ISel
2019-10-02 GN Sync Botgn build: Merge r373489
2019-10-02 Piotr Sobczak[AMDGPU] Extend buffer intrinsics with swizzling
2019-10-02 Aaron BallmanAdd the misc-init-local-variables check.
2019-10-02 Florian Hahn[Local] Remove unused LazyValueInfo pointer from remove...
2019-10-02 Louis Dionne[libc++] Use PRIVATE instead of PUBLIC when linking...
2019-10-02 Teresa Johnson[ThinLTO/WPD] Ensure devirtualized targets use promoted...
2019-10-02 Simon Pilgrim[CodeGen] Remove unused MachineMemOperand::print wrappe...
2019-10-02 Sanjay Patel[SLP] add test for vectorization of different widths...
2019-10-02 Michal Gorny[llvm] [cmake] Add install targets for missing distribu...
2019-10-02 Simon PilgrimLowerExpectIntrinsic handlePhiDef - silence static...
2019-10-02 Simon PilgrimType - silence static analyzer getAs<> null dereference...
2019-10-02 Aditya Kumar[CodeExtractor] NFC: Refactor sanity checks into isEligible
2019-10-02 Simon PilgrimSilence static analyzer getAs<VectorType> null derefere...
2019-10-02 Hans WennborgReapply r373431 "Switch lowering: omit range check...
2019-10-02 George Rimar[llvm-readelf] - Report a warning when .hash section...
2019-10-02 Simon PilgrimSemaOverload - silence static analyzer getAs<> null...
2019-10-02 Simon PilgrimSemaInit - silence static analyzer getAs<> null derefer...
2019-10-02 George Rimar[yaml2obj] - Alow Size tag for describing SHT_HASH...
2019-10-02 Shaurya Gupta[Clangd] ExtractFunction: Don't extract body of enclosi...
2019-10-02 Shaurya Gupta[Clangd] Ensure children are always RootStmt in Extract...
2019-10-02 Raphael Isemann[lldb] Fix evaluation of nested classes with parent...
2019-10-02 Djordje Todorovic[llvm-dwarfdump] Fix dumping of wrong locstats map
2019-10-02 Kerry McLaughlin[AArch64][SVE] Implement int_aarch64_sve_cnt intrinsic
2019-10-02 Simon PilgrimMemorySSAUpdater::applyInsertUpdates - silence static...
2019-10-02 Simon PilgrimMemorySSA tryOptimizePhi - assert that we've found...
2019-10-02 Simon PilgrimLoopAccessAnalysis isConsecutiveAccess() - silence...
2019-10-02 Simon PilgrimAsmPrinter - emitGlobalConstantFP - silence static...
2019-10-02 GN Sync Botgn build: Merge r373462
2019-10-02 James Molloy[ModuloSchedule] Peel out prologs and epilogs, generate...
2019-10-02 Fangrui Song[llvm-objcopy] Add --set-section-alignment
2019-10-02 Raphael Isemann[lldb][NFC] Remove ClangASTContext::Clear
2019-10-02 Florian Hahn[InstCombine] Simplify fma multiplication to nan for...
2019-10-02 Florian Hahn[InstCombine] Precommit tests for D68265
2019-10-02 Raphael Isemann[lldb][NFC] Create the ASTContext in ClangASTContext...
2019-10-02 Aditya KumarNFC: directly return when CommonExitBlock != Succ
2019-10-02 Sanjay Patel[InstSimplify] fold fma/fmuladd with a NaN or undef...
2019-10-02 Hans WennborgRevert r373431 "Switch lowering: omit range check for...
2019-10-02 Simon PilgrimLICM - remove unused variable and reduce scope of anoth...
2019-10-02 Fangrui SongFix libc++ pretty printer test for Python 3 after D67238
2019-10-02 Simon PilgrimLog2_32 returns an unsigned. NFCI.
2019-10-02 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-10-02 Simon PilgrimWinException::emitExceptHandlerTable - silence static...
2019-10-02 Simon PilgrimMetadataLoader upgradeCUVariables() - silence static...
2019-10-02 Simon PilgrimASTContext - silence static analyzer getAs<> null deref...
2019-10-02 David Green[ARM] Identity shuffles are legal
2019-10-02 Martin Storsjo[Support, ARM64] Define getHostCPUFeatures for Windows...
2019-10-02 Haojian Wu[clangd] Bail out early if we are sure that the symbol...
2019-10-02 Sam McCall[clangd] SelectionTree should mark a node as fully...
2019-10-02 Sam McCall[ClangFormat] relnotes for r373439
2019-10-02 Haojian Wu[clang-rename] Better renaming the typedef decl.
2019-10-02 Sam McCall[ClangFormat] Future-proof Standard option, allow float...
2019-10-02 Nico Webergn build: (manually) merge r373425
2019-10-02 Kerry McLaughlin[IntrinsicEmitter] Add overloaded type VecOfBitcastsToI...
2019-10-02 Sam McCall[clang-tidy] Fix typo in r373428
2019-10-02 Kadir Cetinkaya[clangd] Always send file URIs to editors
2019-10-02 Jay FoadRemove an unnecessary cast. NFC.
2019-10-02 Jay Foad[AMDGPU] Make printf lowering faster when there are...
2019-10-02 Florian HahnRevert [GlobalOpt] Pass DTU to removeUnreachableBlocks...
2019-10-02 Hans WennborgSwitch lowering: omit range check for bit tests when...
2019-10-02 Florian Hahn[GlobalOpt] Pass DTU to removeUnreachableBlocks instead...
2019-10-02 Florian Hahn[Local] Simplify function removeUnreachableBlocks(...
2019-10-02 Adam Balogh[clang-tidy] Fix for commits rL372706 and rL372711
2019-10-02 Djordje TodorovicReland "[utils] Implement the llvm-locstats tool"
2019-10-02 Rui Ueyama[llvm-lib] Detect duplicate input files
2019-10-02 John McCallRename TypeNodes.def to TypeNodes.inc for consistency...
2019-10-02 Rui Ueyama[llvm-lib] Correctly handle .lib input files
next