platform/upstream/llvm.git
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...
2022-04-19 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-04-19 Chuanqi Xu[NFC] Remove unused variable
2022-04-19 Matthias Springer[mlir][interfaces] Add helpers for detecting recursive...
2022-04-19 Fraser Cormack[RISCV] Fix lowering of BUILD_VECTORs as VID sequences
2022-04-19 Fraser Cormack[RISCV] Add tests showing incorrect BUILD_VECTOR lowering
2022-04-19 Austin KerbowRevert "[AMDGPU] Omit unnecessary waitcnt before barriers"
2022-04-19 Konstantin... [libc++][NFC] Reindent `take_view` in accordance with...
2022-04-19 Yaxun (Sam... [CUDA][HIP] Fix gpu.used.external
2022-04-19 Joseph Huber[Libomptarget] Fix test using old unsupported lit string
2022-04-19 Chuanqi Xu[Pipelines] Hoist CoroEarly as a module pass
2022-04-19 Michael KruseReapply "[OpenMP] Refactor OMPScheduleType enum."
2022-04-19 jacquesguan[RISCV] Add rvv codegen support for vp.fptrunc.
2022-04-19 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-04-19 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-04-18 Kirill StoimenovRevert "[ASan] Fixed a reporting bug in (load|store...
2022-04-18 Vasileios PorpodasRecommit "[SLP] Support internal users of splat loads"
2022-04-18 Kirill Stoimenov[ASan] Fixed a reporting bug in (load|store)N functions...
2022-04-18 Stanislav Mekhanoshin[AMDGPU] Fix comment type in the DSInstructions.td...
2022-04-18 John McIver[llvm-objcopy] Make llvm-strip --only-keep-debug suppre...
2022-04-18 Groverkss[MLIR][Presburger] Remove inheritence in MultiAffineFun...
2022-04-18 Stefan Pintilie[NFC][PowerPC] Move the Regsiter Operands for PowerPC...
2022-04-18 Michael KruseRevert "[OpenMP] Refactor OMPScheduleType enum."
2022-04-18 Sanjay Patel[InstCombine] reduce code for freeze of undef
2022-04-18 Sanjay Patel[InstCombine] add tests for select with frozen conditio...
2022-04-18 Vasileios PorpodasRevert "[SLP] Support internal users of splat loads"
2022-04-18 Joseph Huber[Clang][Docs] Update information on the new driver...
2022-04-18 Joseph Huber[OpenMP] Make the new offloading driver the default
2022-04-18 Michael Kruse[OpenMP] Refactor OMPScheduleType enum.
2022-04-18 River Riddle[mlir:NFC] Remove the forward declaration of FuncOp...
2022-04-18 Vasileios Porpodas[SLP] Support internal users of splat loads
2022-04-18 chenglin.bi[Arch64][SelectionDAG] Add target-specific implementati...
2022-04-18 Mehdi AminiImprove terminator doc in MLIR LangRef
2022-04-18 Stefan Pintilie[NFC][PowerPC] Style and ordering changes for PPCInstrP...
2022-04-18 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-04-18 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-04-18 Richard SmithDon't treat 'T &forward(T&&)' as builtin.
2022-04-18 Peter Klausler[flang] Fix regression with recent work on intrinsic...
2022-04-18 Joseph Huber[Libomptarget] Fix LIBOMPTARGET_INFO test
2022-04-18 Wenlei HeFix llvm-profgen breakage
2022-04-18 Arthur Eubanks[ocaml bindings] Remove LTO bindings
2022-04-18 Arthur Eubanks[LegacyPM] Remove ThinLTO/LTO pipelines
2022-04-18 Arthur Eubanks[CallPrinter] Port CallPrinter passes to new pass manager
2022-04-18 Wenlei He[llvm-profgen] Add process filter for perf reader
2022-04-18 Jacques Pienaar[mlir] Fix two AttributeParser aborts
2022-04-18 Blue GastonFormat fix in recent change. Removed whitespace. [NFC]
2022-04-18 Zarko Todorovski[llvm][IPO] Inclusive language: Rename mergefunc-sanity...
2022-04-18 Eli FriedmanForce GHashCell to be 8-byte-aligned.
2022-04-18 Corentin Jabot[Clang] Use of decltype(capture) in parameter-declarati...
2022-04-18 Aaron BallmanSilence a "not all control paths return a value" warnin...
next