platform/upstream/llvm.git
2022-04-20 Jean Perier[flang] Do not pass derived type by descriptor when...
2022-04-20 Konrad Kleine[clang-format] SortIncludes should support "@import...
2022-04-20 Max Kazantsev[Test] Add one more test for patch [SLP]Improve reducti...
2022-04-20 Douglas YungMake tests slightly more flexible for platforms which...
2022-04-20 Fangrui Song[AMDGPU] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTI...
2022-04-20 Fangrui Song[PowerPC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERT...
2022-04-20 Fangrui SongRevert D123198 "[BuildLibCalls] Introduce getOrInsertLi...
2022-04-20 LLVM GN Syncbot[gn build] Port 6c69427e880b
2022-04-20 Nico Weber[gn build] port clang-linker-wrapper build file
2022-04-20 Richard[clang-tidy] Improve macro handling in modernize-macro...
2022-04-20 jacquesguan[mlir][Vector] Add check of supported reduction kind...
2022-04-20 Matt ArsenaultTargetRegistry: Don't add "error" to error messages
2022-04-20 Matt ArsenaultAMDGPU: Add assert for GDS globals
2022-04-20 Petr Hosek[CMake][Fuchsia] Include find-all-symbols in the distri...
2022-04-20 Matt ArsenaultAMDGPU: Serialize VGPRForAGPRCopy
2022-04-20 Matt ArsenaultAMDGPU: Fix allocating GDS globals to LDS offsets
2022-04-20 Matt ArsenaultAMDGPU: Serialize a few more MachineFunctionInfo fields...
2022-04-20 Matt ArsenaultAMDGPU: Serialize gds size in MIR
2022-04-20 jacquesguan[mlir][LLVMIR] Add vector predication type cast intrins...
2022-04-20 Matt ArsenaultAMDGPU: Serialize WWM registers
2022-04-20 Matt ArsenaultMachineModuleInfo: Don't allow dynamically setting...
2022-04-20 Matt ArsenaultValueMap: Fix typo
2022-04-20 Matt ArsenaultX86: Do not use ValueMap for PreallocatedIds
2022-04-20 Matt ArsenaultAMDGPU: Defer creation of WWM VGPR spill slots
2022-04-20 Matt ArsenaultAArch64: Use Register
2022-04-20 Matt ArsenaultAMDGPU: Remove some unreachable code in WWM pass
2022-04-20 Matt ArsenaultAMDGPU: Remove unused MachineFunctionInfo fields
2022-04-20 Matt ArsenaultIntrinsics: Mark llvm.eh.sjlj.callsite argument as...
2022-04-20 Matt ArsenaultAArch64/GlobalISel: Add -global-isel-abort=1 to select...
2022-04-20 Matt ArsenaultGlobalISel: Add LegalizeMutations to help use More...
2022-04-20 Matt ArsenaultAArch64/GlobalISel: Reduce use of getMinClassForRegBank
2022-04-20 Matt ArsenaultGlobalISel: Add LLT helper to multiply vector sizes
2022-04-20 Matt ArsenaultAArch64/GlobalISel: Remove some null checks for getVRegDef
2022-04-20 Matt ArsenaultAArch64/GlobalISel: Remove asserts on copy instructions
2022-04-20 Fangrui Song[lldb/gdb-remote] Fix -Wswitch after D116462
2022-04-20 Mehdi AminiApply clang-tidy fixes for llvm-twine-local in OpenMPTo...
2022-04-20 Fangrui Song[CodeGen] Fix -Wswitch after D116462
2022-04-20 Fangrui Song[CodeGen] Fix -Wswitch after D116462
2022-04-20 Andrew Browne[DFSan] Print an error before calling null extern_weak...
2022-04-19 Vitaly Buka[msan] Destroy ConstantTokenNone before types above
2022-04-19 Vitaly Buka[msan] Disable assert with msan
2022-04-19 Vitaly Buka[msan] Advance before destroying entry
2022-04-19 Ilia Diachkov[SPIR-V](6/6) Add the module analysis pass and the...
2022-04-19 Ilia Diachkov[SPIR-V](5/6) Add LegalizerInfo, InstructionSelector...
2022-04-19 Ilia Diachkov[SPIR-V](4/6) Add target lowering, TargetMachine and...
2022-04-19 Ilia Diachkov[SPIR-V](3/6) Add MC layer, object file support, and...
2022-04-19 Ilia Diachkov[SPIR-V](2/6) Add SPIRV target description files
2022-04-19 Ilia Diachkov[SPIR-V](1/6) Add stub for SPIRV backend
2022-04-19 Nicolai HähnleAMDGPU: More mad_64_32 test cases for multiple uses
2022-04-19 Paul Robinson[PS5] Avoid a driver crash
2022-04-19 Joseph Huber[OpenMP] Add necessary registered targets for linker...
2022-04-19 Joseph Huber[OpenMP] Fix deleted move constructor failing on some...
2022-04-19 Joseph Huber[OpenMP] Add better testing for the linker wrapper
2022-04-19 Peter Klausler[BPF] Fix a bug in BPFMISimplifyPatchable pass
2022-04-19 John Demme[MLIR] [Python] Add a method to clear live operations map
2022-04-19 Craig Topper[RISCV] Fold (xor (sllw 1, x), -1) -> (rolw ~1, x).
2022-04-19 Fangrui Song[Driver][test] Remove unneeded clang from -cc1 CHECK...
2022-04-19 Richard Smith[modules] Merge variable template specializations.
2022-04-19 Yonghong Song[BPF] Emit fatal error if out of range for FK_PCRel_2...
2022-04-19 LLVM GN Syncbot[gn build] Port bac6cd5bf856
2022-04-19 Paul Kirth[misexpect] Re-implement MisExpect Diagnostics
2022-04-19 Yitzhak Mandelbaum[clang][dataflow] Do not crash on missing `Value` for...
2022-04-19 Atmn Patel[Libomptarget][remote] Fix compile-time error
2022-04-19 LLVM GN Syncbot[gn build] Port c57f03415f96
2022-04-19 Alex Langford[clang][Sema] Add flag to LookupName to force C/ObjC...
2022-04-19 Krzysztof Drewniak[mlir] Adds getUpperBound() to LoopLikeInterface.
2022-04-19 Alex Zinenko[mlir][transform] Introduce transform.sequence op
2022-04-19 Denys Petrov[analyzer] Implemented RangeSet::Factory::castTo functi...
2022-04-19 Ashay Rane[MLIR] Add function to create BFloat16 array attribute
2022-04-19 Jonas Paulsson[BuildLibCalls] Introduce getOrInsertLibFunc() for...
2022-04-19 Sanjay Patel[InstCombine] C0 shift (X add nuw C) --> (C0 shift...
2022-04-19 Sanjay Patel[InstCombine] add tests for shift-of-add with constants...
2022-04-19 Kirill Stoimenov[ASan] Removed checks if the tested functions were...
2022-04-19 Vasileios Porpodas[NFC][SLP] Improved description of getShallowScore...
2022-04-19 Yaxun (Sam... [CUDA][HIP] Fix delete operator for -fopenmp
2022-04-19 Andrew Litteken[IRSim] Ignore debug instructions when creating canonic...
2022-04-19 Fangrui Song[Go] Remove PopulateLTOPassManager binding after D123882
2022-04-19 Nico Weber[compiler-rt] Use ld64 flag -lto_library instead of...
2022-04-19 Mehdi AminiPrint custom assembly on pass failure by default
2022-04-19 Kadir Cetinkaya[clangd] Dont include version string in update tasks
2022-04-19 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in OpenM...
2022-04-19 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-04-19 Sanjay Patel[InstCombine] add tests for freeze of partial undef...
2022-04-19 Nikita Popov[OCaml] Fix pass builder test
2022-04-19 Dmitry Makogon[Test] Add more tests showing duplicate PHIs generated...
2022-04-19 Nikita Popov[PPCGCodeGeneration] Look for function instead of funct...
2022-04-19 Nikita Popov[PPCGCodeGeneration] Avoid another pointer element...
2022-04-19 David Green[PerfectShuffle] Remove unused variables from D123386...
2022-04-19 Florian Hahn[VPlan] Remove unused SCEV forward declaration (NFC).
2022-04-19 Nikita Popov[PPCGCodeGeneration] Avoid pointer element type access
2022-04-19 Kirill Stoimenov[ASan] Fixed a reporting bug in (load|store)N functions...
2022-04-19 Jonas Paulsson[SystemZ] Handle SystemZ specific inline assembly addre...
2022-04-19 Tom Ritter[analyzer] Expose Taint.h to plugins
2022-04-19 gbreynoo[llvm-ar][test] Rename two tests and use correct thin...
2022-04-19 Qiongsi Wu[clang] Adding Platform/Architecture Specific Resource...
2022-04-19 David Spickett[clang][AArch64] Remove BTI after setjmp from release...
2022-04-19 David Green[AArch64] Add lane moves to PerfectShuffle tables
2022-04-19 Alexey Bataev[SLP][NFC]Add a test for reducing same values, NFC.
2022-04-19 Alexey BataevRevert "[SLP]Improve reductions analysis and emission...
2022-04-19 Kirill Bobyrev[clangd] IncludeCleaner: Add filtering mechanism
next