platform/upstream/llvm.git
2021-02-24 Raphael Isemann[lldb] Prevent double new lines behind errors/warning...
2021-02-24 Jay Foad[AMDGPU] Add more PAL metadata register names
2021-02-24 Christian Sigg[mlir] Specify cuda-runner pass pipeline as command...
2021-02-24 Jay Foad[AMDGPU] Update s_sendmsg messages
2021-02-24 Raphael Isemann[lldb][NFC] Move trivial ValueObject getters/setters...
2021-02-24 Raphael Isemann[lldb][NFC] Rename the second ValueObjectManager to...
2021-02-24 Anastasia Stulova[OpenCL] Allow taking address of functions as an extension.
2021-02-24 Raphael Isemann[lldb] Add asserts that prevent construction of cycles...
2021-02-24 Simon Pilgrim[ValueTracking] ComputeKnownBits - minimum leading...
2021-02-24 Pierre Gousseau[asan] Avoid putting globals in a comdat section when...
2021-02-24 Simon Pilgrim[Utils] collectBitParts - add truncate() handling
2021-02-24 Lang Hames[docs][JITLink] Remove the JITLink doc for now.
2021-02-24 Lang Hames[docs][JITLink] Yet more experiments to try to understa...
2021-02-24 Lang Hames[docs][JITLink] More experiments to try to understand...
2021-02-24 OCHyams[dexter] Force dexter tests to use the host triple
2021-02-24 Kadir Cetinkaya[clangd] Fix a race
2021-02-24 Simon Pilgrim[DAG] Add basic mul-with-overflow constant folding...
2021-02-24 Lang Hames[docs][JITLink] Make ``ObjectLinkingLayer`` not a parag...
2021-02-24 Lang Hames[docs][JITLink] Return to `` for inline literals.
2021-02-24 Lang Hames[docs][JITLink] Try explicit literal blocks for monospa...
2021-02-24 Lang Hames[docs][JITLink] More attempted fixes for formatting...
2021-02-24 Florian HahnRecommit "[LV] Allow tryToCreateWidenRecipe to return...
2021-02-24 Alexander Belyaev[mlir][linalg] Fix Linalg roundtrip test.
2021-02-24 Douglas YungUpdate REQUIRES line in 4 tests that attempt to use...
2021-02-24 Lang Hames[docs][JITLink] Sphinx does not like '::' in monotype...
2021-02-24 Lang Hames[docs][JITLink] Add a JITLink design and API document.
2021-02-24 Lang Hames[JITLink] Add assertions, fix a comment.
2021-02-24 Lang Hames[JITLink] Fix comments about JITLink's generic link...
2021-02-24 Florian Hahn[AArch64] Use CMTST for != 0 vector compares (vnot...
2021-02-24 Sven van Haastregt[OpenCL] Add ndrange builtin functions to TableGen
2021-02-24 Sven van Haastregt[OpenCL] Add declarations with enum/typedef args
2021-02-24 Martin Storsjö[libcxx] [test] Don't pass INCLUDE to clang via -isystem
2021-02-24 Martin Storsjö[LLD] [COFF] Allow invoking lib.exe mode via -lib in...
2021-02-24 David Green[ARM] Expand the range of allowed post-incs in load...
2021-02-24 Petr HosekRevert "[InstrProfiling] Use nobits as __llvm_prf_cnts...
2021-02-24 Marek Kurdej[libc++] [docs] [C++2b] Update status page with papers...
2021-02-24 Douglas YungAdd REQUIRES aarch64 to test incompatible-arch.s since...
2021-02-24 Craig Topper[LegalizeIntegerTypes] Use GetExpandedInteger instead...
2021-02-24 Cassie Jones[Test][AArch64] Test SADDO/SSUBO narrowing legalization
2021-02-24 Vitaly Buka[asan] Increase CHECK limit in __sanitizer_annotate_con...
2021-02-24 Vitaly Buka[ThinLTO, NewPM] Run OptimizerLastEPCallbacks from...
2021-02-24 Dávid BolvanskýReduce the number of attributes attached to each function
2021-02-24 xguptaRevert "patch" it wass my mistake inusing git
2021-02-24 Siva Chandra... [libc][NFC] Merge llvmlibc and llvmlibm targets in...
2021-02-24 xgupta[Docs] Mention clone depth feature of git in LLVM getti...
2021-02-24 xguptapatch
2021-02-24 Dan Liew[ASan] Introduce a way set different ways of emitting...
2021-02-24 Yaxun (Sam... [HIP] Fix managed variable linkage
2021-02-24 Amara Emerson[AArch64][GlobalISel][PostSelectOpt] Constrain reg...
2021-02-24 Chen Zheng[XCOFF] add C_FILE symbol at index 0 of symbol table.
2021-02-24 Nico WeberRevert "Add more historic DWARF vendor extensions"
2021-02-24 Jez Ng[lld-macho] Better deduplication of personality pointers
2021-02-24 Jez Ng[lld-macho] Check for arch compatibility when loading...
2021-02-24 Jez Ng[lld-macho] Fix semantics & add tests for ARM64 GOT...
2021-02-24 Jez Ng[lld-macho] Use full input file name in invalid relocat...
2021-02-24 River Riddle[mlir][Inliner] Don't optimize callees in async mode...
2021-02-24 Chen Zheng[Debug-Info][NFC] move emitDwarfUnitLength to MCStreame...
2021-02-24 Adrian PrantlAdd more historic DWARF vendor extensions
2021-02-24 Ta-Wei Tu[LoopNest] Use `getUniqueSuccessor()` instead when...
2021-02-24 Juneyoung Lee[SimplifyCFG] Update passingValueIsAlwaysUndefined...
2021-02-24 Nico WeberRevert "[Driver][Windows] Support per-target runtimes...
2021-02-24 Kern Handa[mlir] ExecutionEngine needs special handling for COFF...
2021-02-24 River Riddle[mlir][Inliner] Keep the number of async pass managers...
2021-02-24 Erich Keane[NFC] Make TrailingObjects non-copyable/non-movable
2021-02-24 Jessica Paquette[AArch64][GlobalISel] Correct function evaluation order...
2021-02-24 Fangrui SongcollectUsedGlobalVariables: migrate SmallPtrSetImpl...
2021-02-24 Fangrui SongFix unstable SmallPtrSet iteration issues due to collec...
2021-02-24 Fangrui Song[ThinLTO] Make cloneUsedGlobalVariables deterministic
2021-02-24 Teresa Johnson[WPD] Fix handling of pure virtual base class
2021-02-23 Hsiangkai Wang[RISCV] Add vadd with mask and without mask builtin.
2021-02-23 Siva Chandra... [libc] Add a standalone flavor of an equivalent of...
2021-02-23 Tue Ly[libc] Add exhaustive test for sqrtf.
2021-02-23 Jianzhou Zhao[dfsan] Update memset and dfsan_(set|add)_label with...
2021-02-23 Matthew Voss[LTO] Fix test failures caused by 6da7d3141651
2021-02-23 Heejin Ahn[WebAssembly] Fix incorrect grouping and sorting of...
2021-02-23 Daniel Hwang[scan-build-py] Add sarif-html support in scan-build-py
2021-02-23 Amara EmersonFix a range-loop-analysis warning.
2021-02-23 Heejin Ahn[WebAssembly] Disable wasm.lsda() optimization in WasmE...
2021-02-23 River Riddle[mlir][Inliner] Use llvm::parallelForEach instead of...
2021-02-23 River Riddle[mlir] Refactor InterfaceMap to use a sorted vector...
2021-02-23 David Green[ARM] Mir test for pre/postinc ldstopt combines. NFC
2021-02-23 Matt ArsenaultAMDGPU: Use aligned vgprs/agprs in gfx90a mir tests
2021-02-23 David Crook[SEMA] Added warn_decl_shadow support for structured...
2021-02-23 zero9178[Driver][Windows] Support per-target runtimes dir layou...
2021-02-23 Jorge Gorbe... Defer the decision whether to use the CU or TU index...
2021-02-23 Aart Bik[mlir][sparse] incorporate vector index into address...
2021-02-23 Eric Schweitz[flang][fir][NFC] remove dead code
2021-02-23 Matthew Voss[llvm-profdata] Emit Error when Invalid MemOpSize Secti...
2021-02-23 David Green[AArch64] Introduce UDOT/SDOT DAG nodes
2021-02-23 Lang HamesRevert "[docs][ORC] Fix section title and reference."
2021-02-23 Craig Topper[RISCV] Use a different constant in one of the smulo...
2021-02-23 Jessica PaquetteRecommit "[AArch64][GlobalISel] Match G_SHUFFLE_VECTOR...
2021-02-23 Amara Emerson[AArch64][GlobalISel] Lower G_USUBSAT and G_UADDSAT...
2021-02-23 Florian Hahn[AArch64] Regenerate check lines for neon-compare-instr...
2021-02-23 Andrei Elovikov[NFC][VPlan] Use VPUser to store block's predicate
2021-02-23 Florian Hahn[LV] Ensure fixNonInductionPHIs uses a valid insertion...
2021-02-23 Nathan James[clang-tidy] Add cppcoreguidelines-prefer-member-initia...
2021-02-23 Simon Pilgrim[InstSimplify] Handle nsw shl -> poison patterns
2021-02-23 Stanislav Mekhanoshin[AMDGPU] Set threshold for regbanks reassign pass
2021-02-23 Andrzej Warzynski[flang][test] Share all driver test dirs between `f18...
next