platform/upstream/llvm.git
2020-08-25 Roman Lebedev[InstCombine] PHI-of-insertvalues -> insertvalue-of...
2020-08-25 Sam Parker[NFC][RDA] Add explicit def check
2020-08-25 Rainer Orth[compiler-rt][asan][test] Set LD_LIBRARY_PATH_{32,64...
2020-08-25 Mateusz Mikuła[Compiler-RT] Fix profiler building with MinGW GCC
2020-08-25 Eduardo Caldas[SyntaxTree] Update `Modifiable` tests to dump `NodeRol...
2020-08-25 Eduardo Caldas[SyntaxTree] Update `Declaration` tests to dump `NodeRole`
2020-08-25 Eduardo Caldas[SyntaxTree] Update `Expression` tests to dump `NodeRole`
2020-08-25 Eduardo Caldas[SyntaxTree] Update `Statement` tests to dump `NodeRole`
2020-08-25 Eduardo Caldas[SyntaxTree] Extend the syntax tree dump to also cover...
2020-08-25 Raphael Isemann[lldb] Don't depend on psutil in TestCompletion.py
2020-08-25 Richard SmithPR37556: Don't diagnose conflicts between instantiated...
2020-08-25 Freddy Ye[X86] Support -march=sapphirerapids
2020-08-25 Eduardo Caldas[SyntaxTree] Use annotations on ClassTemplate_MemberCla...
2020-08-25 Eduardo Caldas[SyntaxTree] Split ConstVolatileQualifiers tests
2020-08-25 Eduardo Caldas[SyntaxTree] Split `MemberPointer` tests with annotations
2020-08-25 Petr Hosek[CMake] Fix ncurses/zlib in LLVM_SYSTEM_LIBS for Window...
2020-08-25 Eric ChristopherTemporarily Revert "[DebugInfo] Move constructor homing...
2020-08-25 Amy Huang[DebugInfo] Move constructor homing case in shouldOmitD...
2020-08-25 Alexandre GaneaDisable 'not' test on Windows because 'env' from GnuWin...
2020-08-25 Tim Keith[flang] Don't attempt to compute element size if no...
2020-08-25 Eric ChristopherAdd NDEBUG checks around debug only loop to avoid unuse...
2020-08-25 Richard SmithProperly pass modules flags to frontend when using...
2020-08-25 Mircea Trofin[MLInliner] Support training that doesn't require parti...
2020-08-25 Fangrui Song[not][test] Fix disable-symbolization.test when 'printe...
2020-08-24 Muhammad Omair... [LLDB] Fix SVE offset calculation in NativeRegisterCont...
2020-08-24 Elliott HughesFix test for D77924.
2020-08-24 shafik[LLDB] Fix how ValueObjectVariable handles DW_AT_const_...
2020-08-24 Venkataramanan... [DAGCombine]: Fold X/Sqrt(X) to Sqrt(X)
2020-08-24 Sanjay Patel[x86][AArch64] adjust fast-math-flags in tests; NFC
2020-08-24 Jonas Devlieghere[lldb] Add a SymbolFileProvider to record and replay...
2020-08-24 Matt ArsenaultAMDGPU/GlobalISel: Handle AGPRs used for SGPR operands.
2020-08-24 Nemanja Ivanovic[PowerPC] Do not use FISel for calls and TOC-based...
2020-08-24 Craig Topper[X86] Copy the tuning features and scheduler model...
2020-08-24 Matt ArsenaultAMDGPU: Have a few selection failure tests check both...
2020-08-24 Julian Lettner[TSan][libdispatch] Add interceptors for dispatch_barri...
2020-08-24 Nemanja Ivanovic[PowerPC] Handle SUBFIC in reg+reg -> reg+imm transform...
2020-08-24 Ryan Prichard[libunwind] Remove static_assert / __has_feature macros
2020-08-24 Julian Lettner[TSan][libdispatch] Add interceptors for dispatch_barri...
2020-08-24 Sanjay Patel[InstCombine] improve demanded element analysis for...
2020-08-24 Sanjay Patel[SLP] avoid 'tmp' names in regression tests; NFC
2020-08-24 Sanjay Patel[InstCombine] add tests for insert+extract demanded...
2020-08-24 Shoaib Meenai[runtimes] Use llvm-libtool-darwin for runtimes build
2020-08-24 Shoaib Meenai[runtimes] Remove TOOLCHAIN_TOOLS specialization
2020-08-24 Shoaib Meenai[compiler-rt] Disable ranlib when using libtool
2020-08-24 Shoaib Meenai[llvm-libtool-darwin] Add support for -V option
2020-08-24 Dimitry AndricAdd <stdarg.h> include to kmp_os.h, to get the va_list...
2020-08-24 Dimitry AndricMove special va_list handling to kmp_os.h
2020-08-24 Bjorn Pettersson[Scalarizer] Avoid updating the name of globals
2020-08-24 Tim Keith[flang] Fix bug accessing implicit variable in specific...
2020-08-24 Roman Lebedev[NFC][InstCombine] Multi-level aggregate test for phi...
2020-08-24 Roman Lebedev[NFC][InstCombine] Adjust naming for some methods to...
2020-08-24 Roland Froese[PowerPC] Extend custom lower of vector truncate to...
2020-08-24 zhanghb97[mlir] Add Index Type, Floating Point Type and None...
2020-08-24 Greg ClaytonAdd hashing of the .text section to ProcessMinidump.
2020-08-24 Fangrui SongRevert D85812 "[coroutine] should disable inline before...
2020-08-24 Matt ArsenaultAMDGPU: Add flag to disable promotion of uniform i16 ops
2020-08-24 Julian Lettner[TSan][Darwin] Handle NULL argument in interceptor
2020-08-24 vnalamot[AMDGPU, docs] Fix typos
2020-08-24 Valentin Clement[flang][openacc] Fix reduction operator parsing/unparsing
2020-08-24 Gongyu Deng[lldb] type category name common completion
2020-08-24 Matt ArsenaultTableGen/GlobalISel: Allow inst matcher to check multip...
2020-08-24 Craig Topper[LegalizeTypes][X86] Add ROTL/ROTR to WidenVectorResult.
2020-08-24 Jay Foad[SDAG] Convert FSHL <--> FSHR if the target only suppor...
2020-08-24 Sameeran joshi[FLANG] Pick `.md` files when building sphinx documenta...
2020-08-24 Gongyu Deng[lldb] Remote disk file/directory completion for platfo...
2020-08-24 Gongyu Deng[lldb] common completion for process pids and process...
2020-08-24 Florian Hahn[DSE,MemorySSA] Do not use callCapturesBefore in isRead...
2020-08-24 Raphael Isemann[clang][NFC] Fix a GCC warning in ASTImporterTest.cpp
2020-08-24 Matt ArsenaultAMDGPU/GlobalISel: Use unmerge instead of extract in...
2020-08-24 AndreyChurbanov[OpenMP] Check if _MSC_VER is defined before using it
2020-08-24 Dokyung Song[libFuzzer] Make msan.test:SimpleCmpTest succeed with...
2020-08-24 Thomas Preud... Test all CHECK-NOT in a block even if one fails
2020-08-24 Baptiste Saleil[PowerPC] Add clang options to control MMA support
2020-08-24 Eduardo Caldas[SyntaxTree] Split `DynamicExceptionSpecification`...
2020-08-24 Eduardo Caldas[SyntaxTree] Split `ParametersAndQualifiers` tests
2020-08-24 Eduardo Caldas[SyntaxTree] Group tests related to `using`
2020-08-24 Eduardo Caldas[SyntaxTree] Split ExplicitTemplateInstantiation test
2020-08-24 Eduardo Caldas[SyntaxTree] Split FreeStandingClass tests
2020-08-24 Eduardo Caldas[SyntaxTree] Use annotations to reduce noise on member...
2020-08-24 Eduardo Caldas[SyntaxTree] Split array declarator tests
2020-08-24 dongAxis[coroutine] should disable inline before calling coro...
2020-08-24 Matt ArsenaultGlobalISel: Improve dead instruction debug printing
2020-08-24 Matt ArsenaultAMDGPU/GlobalISel: Use different technique for sample...
2020-08-24 Matt ArsenaultAMDGPU/GlobalISel: Add baseline, failing unmerge tests
2020-08-24 Alexey Bataev[OPENMP]Fix PR47158, case 3: allow devic_typein nested...
2020-08-24 Francesco Petrogalli[llvm][LV] Replace `unsigned VF` with `ElementCount...
2020-08-24 Matt ArsenaultAMDGPU/GlobalISel: Start implementing computeKnownBitsF...
2020-08-24 Francesco PetrogalliRevert "[llvm][LV] Replace `unsigned VF` with `ElementC...
2020-08-24 Matt ArsenaultGlobalISel: Reduce G_SHL width if source is extension
2020-08-24 Francesco Petrogalli[llvm][LV] Replace `unsigned VF` with `ElementCount...
2020-08-24 Valeriy Savchenko[analyzer][tests] Add a notion of project sizes
2020-08-24 Florian Hahn[DSE,MemorySSA] Delay PointerMayBeCaptured calls until...
2020-08-24 Anna Welker[ARM][MVE] Allow tail predication for strides !=1 with...
2020-08-24 Raphael IsemannReland "Correctly emit dwoIDs after ASTFileSignature...
2020-08-24 Bevin Hansson[Fixed Point] Add codegen for fixed-point shifts.
2020-08-24 Bevin Hansson[Fixed Point] Use FixedPointBuilder to codegen fixed...
2020-08-24 Haojian Wu[AST][RecoveryAST] Preserve the type by default for...
2020-08-24 Florian Hahn[DSE,MemorySSA] Regnerate some check lines.
2020-08-24 Jonas Paulsson[SystemZ] Preserve the MachineMemOperand in emitCondSto...
2020-08-24 Florian Hahn[DSE,MemorySSA] Limit elimination at end of function...
next