platform/upstream/llvm.git
2021-10-05 Utkarsh Saxena[clangd] Include refs of base method in refs for derive...
2021-10-05 Kazu Hirata[llvm] Migrate from getNumArgOperands to arg_size ...
2021-10-05 Amara EmersonRevert "Revert "Revert "[GlobalISel][IRTranslator]...
2021-10-05 Jonas Paulsson[SystemZ] Implement memcpy of variable length with...
2021-10-05 Peter Waller[AArch64][SVE] Remove redundant PTEST following PNEXT...
2021-10-05 Matthew Devereau[AArch64][SVE] Propagate math flags from intrinsics...
2021-10-05 David Zarzycki[lldb testing] Avoid subtle terminfo behavioral differences
2021-10-05 Joe Loser[libc++][test] Remove unused macro in is_constructible...
2021-10-05 TN KhanhAdd .cmt and .cmti files for OCaml bindings
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i64/f64 Stride=6 VF=8 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i64/f64 Stride=6 VF=4 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i64/f64 Stride=6 VF=2 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=6 VF=16...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=6 VF=8 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=6 VF=4 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=6 VF=2 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i64/f64 Stride=4 VF=8 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i64/f64 Stride=4 VF=4 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i64/f64 Stride=4 VF=2 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=4 VF=16...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=4 VF=8 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=4 VF=4 inter...
2021-10-05 Roman Lebedev[X86][Costmodel] Load/store i32/f32 Stride=4 VF=2 inter...
2021-10-05 kpyzhov[AMDGPU] Use "hostcall" module flag instead of searchin...
2021-10-05 Hsiangkai Wang[RISCV] Update to vlm.v and vsm.v according to v1.0...
2021-10-05 Lei Zhang[mlir] Add an 'cppNamespace' field to availability
2021-10-05 Dmitry Vyukovtsan: improve detection of stack/tls races
2021-10-05 Lei Zhang[mlir][spirv] Fix path in define_enum.sh script
2021-10-05 Jay Foad[PHIElimination] Update LiveVariables after handling...
2021-10-05 Dmitry Vyukovtsan: make cur_thread_init return cur_thread
2021-10-05 Vassil VassilevReland "[clang-repl] Allow loading of plugins in clang...
2021-10-05 Jeremy Morse[DebugInfo][InstrRef] Track all of DBG_PHIs operands
2021-10-05 Kamau Bridgeman[PowerPC][MMA] Allow MMA builtin types in pre-P10 compi...
2021-10-05 Tobias Gysi[mlir][linalg] Move generalization pattern to Transform...
2021-10-05 Raphael Isemann[lldb][NFC] Remove unnecessary include in cpp/const_thi...
2021-10-05 Aaron Ballmanconsteval if is now fully supported
2021-10-05 Corentin JabotImplement if consteval (P1938)
2021-10-05 Valentin Clement[fir] Split FIROptimizer lib into several smaller libraries
2021-10-05 Sjoerd Meijer[SCCPSolver] Fix use-after-free in markArgInFuncSpecial...
2021-10-05 Mirko Brkusanin[GlobalISel] Combine fabs(fneg(x)) to fabs(x)
2021-10-05 Nicolas Vasilache[mlir][Linalg] Allow operand-less scf::ExecuteRegionOp...
2021-10-05 Aaron BallmanSilence an implicit conversion warning on the bit shift...
2021-10-05 gbhyamso[llvm-cxxfilt][NFC] Fix test for running in Windows cmd
2021-10-05 Balázs Kéri[clang][ASTImporter] Add import of thread safety attrib...
2021-10-05 Max Kazantsev[Test] Add test showing profitable peeling opportunity
2021-10-05 LLVM GN Syncbot[gn build] Port 214054f78a4e
2021-10-05 Michał Górny[lldb] Move DynamicRegisterInfo to public Target library
2021-10-05 Andrew Ng[ELF][test] Enhance relative dynamic relocation tests
2021-10-05 Bjorn Pettersson[SelectionDAG] Replace error prone index check in BaseI...
2021-10-05 Bjorn Pettersson[SelectionDAG] Assume that a GlobalAlias may alias...
2021-10-05 Adrian Kuegel[mlir] Convert ConstShapeOp to a static tensor type.
2021-10-05 Jay Foad[AMDGPU][GlobalISel] Fix legalization of G_UMULH
2021-10-05 Simon Pilgrim[Support] Change fatal_error_handler_t to take a const...
2021-10-05 Jay Foad[GlobalISel] Simplify narrowScalarMul. NFC.
2021-10-05 David Green[ARM] Reset speculation-hardening-sls.ll test checks.
2021-10-05 Frederik Gossen[MLIR] Add an option to disable `maxIterations` in...
2021-10-05 David Green[AArch64] Make speculation-hardening-sls.ll x16 test...
2021-10-05 Tim NorthoverAArch64+GISel: legalize vector remainder operations.
2021-10-05 Valentin ClementRevert "[fir] Split FIROptimizer lib into several small...
2021-10-05 Carl Ritson[AMDGPU] Pre-commit test for D111126 (NFC)
2021-10-05 Valentin Clement[fir] Split FIROptimizer lib into several smaller libraries
2021-10-05 Pavel LabathRevert "[lldb] Refactor variable parsing"
2021-10-05 Nicolas Vasilache[mlir][Linalg] NFC - Add support to specify that a...
2021-10-05 Valentin ClementRevert "[fir] Split FIROptimizer lib into several small...
2021-10-05 Sam McCall[Support] Trim #include after b06df22
2021-10-05 Martin Storsjö[libcxx] [test] Move a missed test to ctime.timespec...
2021-10-05 Martin Storsjö[libcxx] Don't autodetect pthreads on MinGW
2021-10-05 Martin Storsjö[runtimes] Set a default value for LLVM_LIT_ARGS
2021-10-05 Valentin Clement[fir] Split FIROptimizer lib into several smaller libraries
2021-10-05 Amara Emerson[AArch64][GlobalISel] Legalize G_VECREDUCE_AND.
2021-10-05 Jay Foad[LiveIntervals] Fix verification of early-clobbered...
2021-10-05 Pavel Labath[lldb] Remove some anonymous namespaces
2021-10-05 Vassil VassilevRevert "[clang-repl] Allow loading of plugins in clang...
2021-10-05 Vassil Vassilev[clang-repl] Allow loading of plugins in clang-repl.
2021-10-05 Igor Kudrin[ELF][test][NFC] Make a test standard compliant
2021-10-05 LLVM GN Syncbot[gn build] Port cfef1803dd83
2021-10-05 Amara Emerson[GlobalISel] Port over the SelectionDAG stack protector...
2021-10-05 wlei[llvm-profgen] Filter out invalid debug line
2021-10-05 wlei[llvm-profgen] Add duplication factor for line-number...
2021-10-05 wlei[CSSPGO] Rename the field of SampleContextFrame
2021-10-05 Craig Rasmussen[flang] Remove incorrect unit test
2021-10-05 Amara EmersonRevert "Revert "[GlobalISel][IRTranslator] Emit trap...
2021-10-05 Sam Clegg[Object][WebAssemlby] Report function types (signatures...
2021-10-05 Craig Topper[RISCV] Add riscv64 command line to hoist-global-addr...
2021-10-04 peter klausler[flang] runtime: fix formatted real input regression...
2021-10-04 Leonard ChanRevert "[clang][Fuchsia] Re-enable compiler-rt tests...
2021-10-04 Arthur Eubanks[NFC] Add more comments about not using make_unique...
2021-10-04 Amara EmersonRevert "[GlobalISel][IRTranslator] Emit trap intrinsic...
2021-10-04 Louis Dionne[libc++] Rename the 'libc++' Lit feature to 'llvm-libc++'
2021-10-04 Jeremy Morse[DebugInfo][InstrRef] Accept landingpad block arguments
2021-10-04 Arthur Eubanks[clang] Don't use the AST to display backend diagnostics
2021-10-04 Arthur Eubanks[LICM] Bail if checking a global/constant for invariant...
2021-10-04 Leonard Chan[clang][Fuchsia] Re-enable compiler-rt tests in runtime...
2021-10-04 Michael Jones[libc][NFC] Add supporting class for atof implementation
2021-10-04 Arthur Eubanks[test] Precommit test about hoisting invariant loads...
2021-10-04 serge-sans... Update inline builtin handling to honor gnu inline...
2021-10-04 Jian Cai[mlir][doc] fix typos.
2021-10-04 Leonard Chan[compiler-rt][scudo] Check for failing prctl call
2021-10-04 Nikita Popov[BasicAA] Ignore CanBeFreed in minimal extent reasoning
2021-10-04 Kamau Bridgeman[PowerPC] Fix to guard fetch and cas 64-bit builtin...
next