platform/upstream/llvm.git
2020-11-13 Nawrin Sultana[OpenMP] Add omp_calloc implementation
2020-11-13 MaheshRavishankar[mlir][Linalg] Change LinalgDependenceGraph to use...
2020-11-13 Matt Arsenaultemacs: Add callbr to keyword list
2020-11-13 Matt ArsenaultGlobalISel: Fix typos
2020-11-13 Heejin Ahn[WebAssembly] Rename atomic.notify and *.atomic.wait
2020-11-13 Guozhi Wei[AlwaysInliner] Call mergeAttributesForInlining after...
2020-11-13 Craig Topper[RISCV] Add test case for failure to use GREVIW for...
2020-11-13 Heejin Ahn[WebAssembly] Remove a temporarily added RUN line
2020-11-13 Jianzhou ZhaoExtend the dfsan store/load callback with write/read...
2020-11-13 Jim InghamThe AssertRecognizer used the module from a frames...
2020-11-13 Duncan P. N... Serialization: Rename three AST diagnostics, NFC
2020-11-13 Craig Topper[RISCV] Add RORW/ROLW/RORIW/ROLIW test cases that don...
2020-11-13 Baptiste Saleil[PowerPC] Add paired vector load and store builtins...
2020-11-13 Aaron BallmanPass the source range when diagnosing an unknown attribute
2020-11-13 Duncan P. N... Serialization: Hoist the check for in-flight diagnostic...
2020-11-13 Jessica Paquette[AArch64][GlobalISel] Select G_SELECT cc, t, (G_SUB...
2020-11-13 Nikita Popov[Local] Emit nsw for inbounds offset calculation
2020-11-13 Jessica Paquette[AArch64][GlobalISel] NFC: Use CmpInst::isUnsigned...
2020-11-13 Wouter van... [WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for...
2020-11-13 Simon Pilgrim[CostModel][X86] Remove unused CHECK prefixes
2020-11-13 Nikita Popov[Local] Clean up EmitGEPOffset
2020-11-13 Jonas Devlieghere[lldb] Fix SymbolFile/PDB/udt-layout.test
2020-11-13 Yuanfang Chen[CGProfile] allows bitcast in metadata node storing...
2020-11-13 Jessica Paquette[GlobalISel] Add matchers for specific constants and...
2020-11-13 Kadir Cetinkaya[clangd] Canonicalize LLVM_ENABLE_ZLIB
2020-11-13 Nikita Popov[SCEV] Fix nsw flags for GEP expressions
2020-11-13 Arthur Eubanks[gn build] Port 8741a76f
2020-11-13 Nikita Popov[ValueTracking] Don't set nsw flag for inbounds addition
2020-11-13 Louis Dionne[libc++] Install GDB in the Docker images
2020-11-13 Nikita Popov[LangRef] Clarify GEP inbounds wrapping semantics
2020-11-13 Simon Pilgrim[KnownBits] Merge the minimum shift amount and leading...
2020-11-13 Nico Weberclang: Don't assert on no_unique_address fields in...
2020-11-13 Scott Todd[MLIR] Allow setting "CodeView" flag in LLVMIR translat...
2020-11-13 Matt ArsenaultAMDGPU/GlobalISel: Regenerate some checks
2020-11-13 Matt ArsenaultAMDGPU: Factor out large flat offset splitting
2020-11-13 Nico Weber[gn build] (semi-manually) Port 6a8099e0f61
2020-11-13 Matt ArsenaultGlobalISel: Directly expose getDefSrcRegIgnoringCopies...
2020-11-13 Kadir Cetinkaya[clangd] Ensure we test for compatibility of serialized...
2020-11-13 Kadir Cetinkaya[clangd] Assert on varint encoding
2020-11-13 Sam Clegg[WebAssembly] Add new relocation type for TLS data...
2020-11-13 Matt ArsenaultAMDGPU: Refactor getBaseWithOffsetUsingSplitOR usage
2020-11-13 Djordje Todorovic[NFC][IntrRefLDV] Remove dead code from transferSpillOr...
2020-11-13 David ZarzyckiRevert "[NFC] Move code between functions as a preparat...
2020-11-13 Sam Clegg[lld][WebAssembly] Add test for TLS BSS data. NFC.
2020-11-13 Louis Dionne[libc++] Only check for GCC's empty string storage...
2020-11-13 Zbigniew Sarbinowski[libc++] Port the time functions to z/OS
2020-11-13 Joachim Protze[OpenMP][Tool] Update archer to accept new OpenMP 5...
2020-11-13 Nico Weber[gn build] more hotfix after 17df195f70 to unbreak...
2020-11-13 Paul C. Anagnostopoulos[TableGen] Enhance the six comparison bang operators.
2020-11-13 serge-sans... llvmbuildectomy - remove conflict file
2020-11-13 Nico Weber[gn build] Port 8bb6347939b
2020-11-13 serge-sans... llvmbuildectomy - support disabled native target
2020-11-13 Nico Weber[gn build] (manually) merge 1d0676b54c4e3
2020-11-13 Nico Weber[gn build] Hotfix to unbreak build after 9218ff50f9308
2020-11-13 Piotr Sobczak[DivergenceAnalysis] Use addRequiredTransitive
2020-11-13 serge-sans... llvmbuildectomy - compatibility with ocaml bindings
2020-11-13 Florian HahnAdd !annotation metadata and remarks pass.
2020-11-13 Haojian Wu[clang] Fix an assertion crash in delayed access check.
2020-11-13 Hans WennborgRevert "[AsmPrinter] fix -disable-debug-info option"
2020-11-13 Jan SvobodaReland [clang][cli] Port ObjCMTAction to new option...
2020-11-13 Eugene Zhulenev[mlir] Transform scf.parallel to scf.for + async.execute
2020-11-13 Simon Atanasyan[MC][mips] Remove unused check prefixes. NFC
2020-11-13 Simon Atanasyan[mips] Add tests to check disassembling of add.ps/mul...
2020-11-13 Kirill Bobyrev[clangd] Add missing tests to rename feature
2020-11-13 Yvan Roux[UpdateTestChecks] Fix $ in function test for ARM.
2020-11-13 Kerry McLaughlin[SVE][CodeGen] Improve codegen of scalable masked scatters
2020-11-13 Max Kazantsev[NFC] Move code between functions as a preparation...
2020-11-13 Simon Pilgrim[ValueTracking] computeKnownBitsFromShiftOperator use...
2020-11-13 Max Kazantsev[NFC] Refactor lambda into static function
2020-11-13 Raphael Isemann[lldb][NFC] Fix flaky TestForwardDeclFromStdModule...
2020-11-13 Simon PilgrimFix MSVC signed/unsigned comparison warning. NFCI.
2020-11-13 Kazushi (Jam... [VE] Add vst intrinsic instructions
2020-11-13 Max Kazantsev[NFC] Move lambdae into static functions
2020-11-13 Florian Hahn[docs] Fix undefined reference in ORCv2 design doc.
2020-11-13 Jay Foad[AMDGPU] One more use of the new export target names...
2020-11-13 serge-sans... llvmbuildectomy - replace llvm-build by plain cmake
2020-11-13 serge-sans... [nfc] Fix missing include
2020-11-13 Lang Hames[ORC][examples] Fix missing includes/dependencies in...
2020-11-13 Lang Hames[ORC] Make a narrowing conversion explicit.
2020-11-13 Max Kazantsev[Test] One more IndVars test with inverted exit condition
2020-11-13 Max Kazantsev[IndVars] Fix branches exiting by true with invariant...
2020-11-13 Max Kazantsev[Test] Add test with inverted branch
2020-11-13 Stephan Herhut[mlir][bufferize] Fix buffer promotion to stack for...
2020-11-13 Stephan Herhut[mlir][gpu] Only transform mapped parallel loops to...
2020-11-13 Lang Hames[examples] Fix Kaleidoscope examples after OrcJIT break...
2020-11-13 Kai Luo[PowerPC] Add test case for negated abs. NFC.
2020-11-13 Max Kazantsev[NFC] Refactor loop-invariant getters to return Optional
2020-11-13 River Riddle[mlir][Pass] Remove the verifierPass now that verificat...
2020-11-13 Lang Hames[examples] Fix Kaleidoscope examples after OrcJIT break...
2020-11-13 River Riddle[mlir][Asm] Add support for resolving operation locatio...
2020-11-13 Jason Molendadebugserver should advance pc past builtin_debugtrap...
2020-11-13 Lang Hames[ORC][examples] Fix include and library dependence...
2020-11-13 Serge Pavlov[Driver] Add option -fproc-stat-report
2020-11-13 Lang Hames[ORC] Add dependence of OrcJIT on OrcTargetProcess.
2020-11-13 River Riddle[mlir] Remove C++17 only use of inline on constexpr...
2020-11-13 River Riddle[mlir][Interfaces] Add implicit casts from concrete...
2020-11-13 River Riddle[mlir][DenseElementsAttr] Allow for custom floating...
2020-11-13 Arthur Eubanks[NFC] Removed unused variable
2020-11-13 Akira Hatanaka[ObjC][ARC] Clear the lists of basic blocks and instruc...
2020-11-13 Lang Hames[ORC] Make WrapperFunctionResult::zeroInit static
next