platform/upstream/llvm.git
2022-09-10 Corentin Jabot[Clang] NFC: Remove duplicated variable def in CheckLVa...
2022-09-10 Simon Pilgrim[CostModel][X86] Update CTPOP costs
2022-09-10 Simon Pilgrim[X86] Fix bdver2 128-bit shuffles throughputs
2022-09-10 Simon Pilgrim[X86] Fix bdver2 128-bit ALU/logic/shift throughputs
2022-09-10 Manuel BritoUse PoisonValue instead of UndefValue when RAUWing...
2022-09-10 Yi Kong[Object] Improve ArchiveWriter diagnostics
2022-09-10 Nikolas Klauser[libc++] Bump _LIBCPP_STD_VER to the next expected...
2022-09-10 Rainer Orth[Linux] Hack around Linux/sparc <bits/stdio-ldbl.h>
2022-09-10 sunho[ORC] Remove moves.
2022-09-10 sunho[ORC][ORC_RT][COFF] Remove public bootstrap method.
2022-09-10 sunho[ORC][ORC_RT][COFF] Support dynamic VC runtime.
2022-09-10 sunho[JITLink][COFF] Use DLLImportDefinitionGenerator for...
2022-09-10 Craig Topper[DAGCombiner] Use HandleSDNode to keep node alive acros...
2022-09-10 Adrian PrantlDocument some of the clang-specific DWARF extensions...
2022-09-10 Jason Molendadependency cycle fix in DynamicLoaderDarwinKernel
2022-09-10 Mohammed Keyvanzadeh[clang][cmake] Remove extra brace
2022-09-10 Aart Bik[mlir][sparse] fix some asan detected leaks in integrat...
2022-09-09 Joe Loser[llvm][lit] Respect GTEST_TOTAL_SHARDS and GTEST_SHARD_...
2022-09-09 Joe Loser[llvm] Remove includes of `llvm/Support/STLArrayExtras.h`
2022-09-09 Bruno Cardoso... [Clang][ScanDeps] Change multiple-commands.c test to...
2022-09-09 Nico Weber[gn build] port 1a608cfb5ca8
2022-09-09 Nico Weber[gn build] port 48506fbbbf2732d (Mach-O-Fileset)
2022-09-09 Greg ClaytonAdd the ability to show when variables fails to be...
2022-09-09 Stanley Winata[mlir][linalg] Add decomposition from conv_2d_nchw
2022-09-09 Adrian PrantlAdapt LLDB dataformatters for libcxx change D129386
2022-09-09 Fangrui Song[ADT] Move LLVM_DEPRECATED before type after D133502
2022-09-09 Zequan Wu[LLDB][NativePDB] Replace blocks.cpp with blocks.s...
2022-09-09 Fangrui Song[Bazel] Port eb65327fe9d8b1a6824937e2b76f759101cd6416
2022-09-09 River Riddle[mlir] Fix asan leak in BlockAndValueMapping test
2022-09-09 River Riddle[mlir:SymbolTable] Add "remove" method that drops a...
2022-09-09 Xiang Li[NFC] Cleanup test for D132913 Preserve vec3 for HLSL
2022-09-09 Jason MolendaRecognize a platform binary in ProcessGDBRemote which...
2022-09-09 Fangrui Song[ELF] Merge Symbol::needs* into uint16_t flags. NFC
2022-09-09 Joe Loser[ADT] Mark `llvm::array_lengthof` as deprecated
2022-09-09 Joe Loser[lld] Use std::size instead of llvm::array_lengthof
2022-09-09 Jakub Kuderski[mlir][arith] Fix unused variable warning. NFC.
2022-09-09 Jordan Rupprecht[test] Use either `127.0.0.1` or `[::1]` to run in...
2022-09-09 Peiming Liu[mlir][sparse] Add new option (enable-runtime-library...
2022-09-09 Jakub Kuderski[mlir][arith] Support wide integer addition emulation
2022-09-09 Lei Zhang[mlir][spirv] Add support for fast math mode
2022-09-09 Joseph Huber[Libomptarget][NFC] Remove unused variable
2022-09-09 Joseph Huber[Libomptarget] Fix compiling with asserts using the...
2022-09-09 Lei Zhang[mlir][spirv] NFC: move conversion options out of the...
2022-09-09 Florian Hahn[LV] Remove now dead variable after 2a78890b7b7f08...
2022-09-09 Nico Weber[gn build] port 4d50a392401c (llvm-exegesis multi-target)
2022-09-09 Emilio Cota[mlir] NFC: ConvertAsyncToLLVM: sort deps alphabetically
2022-09-09 Hanhan Wang[mlir] Improve bitEnumContains methods.
2022-09-09 Nico Weber[gn build] port 5e0464e38bcb (lld test zstd)
2022-09-09 Markus Böck[mlir][CallGraph] Add special call graph node for repre...
2022-09-09 Florian Hahn[VPlan] Move SCEV expansion for pointer induction to...
2022-09-09 Philip ReamesSpeculative bot fix after 4d50a392
2022-09-09 Augie FacklerOpenMP: mark allocptr attribute on __kmpc_free_shared
2022-09-09 Peiming Liu[mlir][sparse] Avoid generating DimOp in conversion...
2022-09-09 Xiang Li[HLSL] Preserve vec3 for HLSL.
2022-09-09 Jamie SchmeiserLoop names used in reporting can grow very large
2022-09-09 Adrian PrantlTemporarily XFAIL libcxx tests.
2022-09-09 Fangrui Song[ELF] Add --compress-debug-sections=zstd
2022-09-09 Dylan Fleming[Flang][OpenMP] Add support for logical and reduction...
2022-09-09 Fangrui Song[ELF] Support ELFCOMPRESS_ZSTD input
2022-09-09 Fangrui Song[ELF] Rename InputSectionBase::uncompress to decompress...
2022-09-09 Yitzhak Mandelbaum[NFC] Remove a FIXME fixed by an earlier patch.
2022-09-09 Mingming Liu[AArch64][CostModel] Detects that {extract,insert}...
2022-09-09 Philip Reames[llvm-exegesis] Cross compile all enabled targets
2022-09-09 Thomas Raoux[mlir][vector] Fix bug in transfer op flattening
2022-09-09 Steven WuFrontend: Respect -working-directory when checking...
2022-09-09 Tyker[MLIR] Improve interaction of TypedValue with BlockAndV...
2022-09-09 Blue Gaston[ASAN][DARWIN] Remove getpwnam(NULL) test for undefined...
2022-09-09 zhongyunde[AArch64][CodeGen]Fold the mov and lsl into ubfiz
2022-09-09 Sanjay Patel[InstCombine] move/adjust comments about demanded bits...
2022-09-09 Slava Zakharin[flang] Compute type allocation size based on the actua...
2022-09-09 Joseph Huber[Libomptarget] Add proper LLVM libraries now that the...
2022-09-09 Guray Ozen[mlir][linalg] Fix tiling interface implementation...
2022-09-09 Philip Reames[LV] Autogen a test for ease of update
2022-09-09 Michał Górny[gdb-remote] Move broadcasting logic down to GDBRemoteC...
2022-09-09 mydeveloperday[clang-format] NFC remove incorrect whitespace causing...
2022-09-09 Jay Foad[AMDGPU] Fix crash legalizing G_EXTRACT_VECTOR_ELT...
2022-09-09 Guray Ozen[mlir][linalg] Relax tiling constraint when there are...
2022-09-09 Philip Reames[LV] Pull out common expression [nfc]
2022-09-09 Philip Reames[VPlan] Only generate single instr for stores uniform...
2022-09-09 Nikita Popov[AST] Fix unit test to use BatchAA (NFC)
2022-09-09 Chris Bieneman[HLSL] Call global constructors inside entry
2022-09-09 Tue Ly[libc][math] Implement acosf function correctly rounded...
2022-09-09 Nikita Popov[AST] Use BatchAA in aliasesUnknownInst() (NFCI)
2022-09-09 Nicolas Vasilache[mlir][vector] Extend WarpExecutionOnLane0 pattern...
2022-09-09 Peter Steinfeld[Flang] Update build documentation
2022-09-09 Sebastian NeubauerAdd helper func to get first non-alloca position
2022-09-09 Carlos Alberto... Add command line argument parsing to the Windows packag...
2022-09-09 Nikita Popov[LICM] Regenerate test checks (NFC)
2022-09-09 Guray Ozen[mlir][linalg] Retire LinalgStrategyEnablePass
2022-09-09 Pavel Labath[lldb-server] Report launch error in vRun packets
2022-09-09 Pavel Labath[lldb] Fix ThreadedCommunication races
2022-09-09 Simon Pilgrim[X86] Fix VPPERM load folding latency
2022-09-09 Thomas Symalla[NFC][AMDGPU] Pre-commit test for D132837.
2022-09-09 Aaron BallmanFix LLVM sphinx build
2022-09-09 Namhyung Kim[llvm-objdump] Create name for fake sections
2022-09-09 Serge Pavlov[Clang] Use virtual FS in processing config files
2022-09-09 Nikita Popov[LICM] Allow promotion with non-load/store users
2022-09-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update disassembler tests...
2022-09-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Update disassembler tests...
2022-09-09 Dmitry Preobrazhensky[AMDGPU][MC][GFX11][NFC] Correct VOPD parsing
next