platform/upstream/llvm.git
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...
2020-08-24 Sanjay Patel[InstCombine] fold abs of select with negated op (PR39474)
2020-08-24 Sanjay Patel[InstCombine] add tests for abs of select with negated...
2020-08-24 Raphael IsemannRevert "Reland "Correctly emit dwoIDs after ASTFileSign...
2020-08-24 Sam Parker[SCEV] Still (again) trying to fix buildbots
2020-08-24 Raphael IsemannReland "Correctly emit dwoIDs after ASTFileSignature...
2020-08-24 Pavel Labath[lld] s/dyn_cast/isa in InputSection.cpp
2020-08-24 Pavel Labath[lldb/Utility] Remove some Scalar type accessors
2020-08-24 Sam Parker[SCEV] Still trying to fix windows buildbots
2020-08-24 Julien EtienneAdd support for AVR attiny441 and attiny841
2020-08-24 Sam Parker[NFCI][SimplifyCFG] Combine select costs and checks
2020-08-24 Bjorn Pettersson[SelectionDAG] Fix miscompile bug in expandFunnelShift
2020-08-24 Sam Parker[SCEV] Attempt to fix windows buildbots
2020-08-24 Mehdi AminiAdd an assertion to protect against missing Dialect...
2020-08-24 Sam Parker[SCEV] Add operand methods to Cast and UDiv
2020-08-24 Fangrui Song[LiveDebugVariables] Internalize class DbgVariableValue...
2020-08-24 Stella LaurenzoAdd initial python bindings for attributes.
2020-08-24 Qiu Chaofan[PowerPC] Support lowering int-to-fp on ppc_fp128
2020-08-24 Qiu Chaofan[PowerPC] Allow constrained FP intrinsics in mightUseCTR
2020-08-24 QingShan Zhang[DAGCombine] Remove dead node when it is created by...
2020-08-24 Qiu Chaofan[PowerPC] Support constrained vector fp/int conversion
2020-08-24 Shilei Tian[NFC][OpenMP] Remove outdated comments about potential...
2020-08-24 Brad Smith[clang][Driver] Implement addLibCxxIncludePaths and...
2020-08-24 Brad Smith[clang][Driver] Implement AddClangSystemIncludeArgs...
2020-08-24 Valentin Clement[flang][openacc] Fix wait-argument for wait clause...
2020-08-23 Mehdi AminiUpdate FIR registration to not rely on the global MLIR...
2020-08-23 Roman Lebedev[InstCombine] Negator: freeze is freely negatible if...
2020-08-23 Roman Lebedev[NFC][InstCombine] Add tests for negation of freeze
2020-08-23 Florian Hahn[llvm-reduce] Skip terminators when reducing instructions.
next