platform/upstream/llvm.git
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
2022-04-19 Joseph Huber[OpenMP][Docs] Remove old 14.0 release information
2022-04-19 Joseph Huber[OpenMP] Make Xopenmp-target args compile-only to silen...
2022-04-19 Arnab Dutta[MLIR][GPU] Add canonicalizer for gpu.memcpy
2022-04-19 David Green[AArch64] Only mark cost 1 perfect shuffles as legal
2022-04-19 Roy JacobsonRevert "[Concepts] Fix overload resolution bug with...
2022-04-19 Florian Hahn[VPlan] Expand induction step in VPlan pre-header.
2022-04-19 David Green[AArch64] Cost all perfect shuffles entries as cost 1
2022-04-19 Alban BridonneauFix SLP score for out of order contiguous loads
2022-04-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected error message "image data size...
2022-04-19 Balazs Benics[analyzer] Remove HasAlphaDocumentation tablegen enum...
2022-04-19 Balazs Benics[analyzer] ClangSA should tablegen doc urls refering...
2022-04-19 Balazs Benics[analyzer] Turn missing tablegen doc entry of a checker...
2022-04-19 Balazs Benics[analyzer][NFC] Introduce the checker package separator...
2022-04-19 David Spickett[lldb] Handle empty search string in "memory find"
2022-04-19 Sven van Haastregt[OpenCL] opencl-c.h: Add const to get_image_num_samples
2022-04-19 Marius Brehler[mlir][emitc] Add test for invalid type
2022-04-19 Roy Jacobson[Concepts] Fix overload resolution bug with constrained...
2022-04-19 Jay Foad[AMDGPU] Select d16 stores even when sramecc is enabled
2022-04-19 Timm Bäder[clang][lexer] Allow u8 character literal prefixes...
2022-04-19 Nikita Popov[Support] Optimize (.*) regex matches
2022-04-19 Matthias Springer[mlir][interfaces] Fix infinite loop in insideMutuallyE...
2022-04-19 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
next