platform/upstream/llvm.git
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-10 Ian Anderson[libc++][PSTL] Add missing includes to PSTL headers
2023-05-10 Jordan Rupprecht[libc++] Consistently enable __CORRECT_ISO_CPP_WCHAR_H_...
2023-05-10 Jim InghamWhen the Debugger runs HandleProcessEvent it should...
2023-05-10 Hongtao Yu[FS-AFDO] Fix a pseudo probe test issue.
2023-05-10 Philip ReamesRevert "[RISCV] Fix extract_vector_elt on i1 at idx...
2023-05-10 Teresa Johnson[MemProf] Update hot/cold information after importing
2023-05-10 Krzysztof Parzyszek[Hexagon] Add patterns for bspap/bitreverse for scalar...
2023-05-10 Krzysztof Parzyszek[TableGen] Print message about dropped patterns with...
2023-05-10 Chia-hung Duan[scudo] Lock FallbackTSD before draining it
2023-05-10 Louis Dionne[libc++][NFC] Remove duplicate declaration of __iter_va...
2023-05-10 Chia-hung Duan[scudo] Drain caches when release with M_PURGE_ALL
2023-05-10 Chia-hung Duan[scudo] Skip releaseToOSMaybe if there's no byte in...
2023-05-10 Paul Robinson[Headers][doc] Add "shift" intrinsic descriptions to...
2023-05-10 Ethan Luis... [Flang] Syntax support for OMP Allocators Construct
2023-05-10 Louis Dionne[libc++][NFC] Fix slightly incorrect instructions for...
2023-05-10 Alex Langford[lldb] Mark most SBAPI methods involving private types...
2023-05-10 Joseph Huber[Libomptarget] Fix AMDGPU Note handling after D150022
2023-05-10 Felipe de Azevedo... [LangRef] Fix sphinx label syntax
2023-05-10 Philip ReamesReapply "[RISCV][InsertVSETVLI] Avoid VL toggles for...
2023-05-10 Felipe de Azevedo... [Corosplit] Prepend entry_value in swift async dbg...
2023-05-10 Felipe de Azevedo... [Verifier] Allow DW_OP_LLVM_entry_value in IR
2023-05-10 Hongtao Yu[FS-AFDO] Load pseudo probe profile on MIR
2023-05-10 Hongtao Yu[FS-AFDO] Generate pseudo-probe-based profiles with...
2023-05-10 Hongtao Yu[PseudoProbe] Encode/Decode FS discriminator
2023-05-10 Hongtao Yu[PseudoProbe] Clean up dwarf discriminator and avoid...
2023-05-10 Zequan Wu[CodeGen] Fix nomerge attribute not working in tail...
2023-05-10 Alex Langford[lldb][NFCI] Replace dw_form_t with llvm::dwarf::Form
2023-05-10 Philip ReamesRevert "[RISCV][InsertVSETVLI] Avoid VL toggles for...
2023-05-10 Arthur EubanksReland [clang] Make predefined expressions string liter...
2023-05-10 Nico Weberfix typos to cycle bots
2023-05-10 Jan Svoboda[clang][modules] Avoid unnecessary writes of .timestamp...
2023-05-10 Michael Maitland[RISCV] Add support for V extenstion in SiFive7
2023-05-10 Saleem Abdulrasoollibclang: add missing `struct` in the declaration
2023-05-10 Aaron Siddhartha... [libcxx] Fix pstl __init_ identifier after 9c4717a
2023-05-10 Craig Topper[RISCV] Remove redundant F and D extension implication...
2023-05-10 Saleem Abdulrasoollibclang: declare blocks interfaces always
2023-05-10 Manoj GuptaRevert "[SCEV] Replace IsAvailableOnEntry with block...
2023-05-10 Vasileios Porpodas[SLP][NFC] Rename a couple of variables and replace...
2023-05-10 Fangrui Song[Object] Fix handling of Elf_Nhdr with sh_addralign=8
2023-05-10 LLVM GN Syncbot[gn build] Port f041b3472a87
2023-05-10 Nikolas Klauser[libc++][PSTL] Move the remaining configuration into...
2023-05-10 Nico WeberRevert "[lli] Honor -mtriple option in -jit-kind=orc...
2023-05-10 Konstantin... AMDGPU: Factor out GFX9.4 common features into a featur...
2023-05-10 Konstantin... AMDGPU: Add basic gfx942 target
2023-05-10 Konstantin... AMDGPU: Add basic gfx941 target
2023-05-10 Valentin Clement[mlir][openacc] Cleanup acc.kernels from old data claus...
2023-05-10 Valentin Clement[mlir][openacc] Cleanup acc.serial from old data clause...
2023-05-10 Valentin Clement[flang][openacc] Preserve user order for entry data...
2023-05-10 Valentin Clement[mlir][openacc][NFC] Add missing check lines for acc...
2023-05-10 Valentin Clement[flang][openacc] Preserve user order for entry data...
2023-05-10 Yingwei Zheng[RISCV] Enable signed truncation check transforms for i8
2023-05-10 Nico WeberRevert "[clang] [test] Narrow down MSVC specific behavi...
2023-05-10 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 23.10 - Mantic...
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
2023-05-10 Jan Kuhleclang-format: [JS] support import/export type
2023-05-10 Benjamin KramerRevert "[SimpleLoopUnswitch] unswitch selects"
2023-05-10 Matt Devereau[AArch64] Emit FNMADD instead of FNEG(FMADD)
2023-05-10 Benjamin KramerAdd -no-canonical-prefixes to test that matches the...
2023-05-10 Johannes de... [MLIR][LLVM] Support inlining of LLVM atomic operations.
2023-05-10 Kadir Cetinkaya[tidy] Expose getID to tidy checks
2023-05-10 Jonas PaulssonReapply "[SystemZ] Bugfix in expansion of memmem operat...
2023-05-10 LLVM GN Syncbot[gn build] Port 62a090f958ce
2023-05-10 Kadir Cetinkaya[clangd] Initialize clang-tidy modules only once
2023-05-10 Felipe de Azevedo... [lldb][NFCI] Remove n^2 loops and simplify iterator...
2023-05-10 Chuanqi Xu[NFC] [C++20] [Modules] Code cleanups when checking...
2023-05-10 Chuanqi Xu[C++20] [Modules] Don't generate unused variables in...
2023-05-10 Diana Picus[AMDGPU][MC] Clean up DPP bound_ctrl handling
2023-05-10 Jonas PaulssonRevert "[SystemZ] Bugfix in expansion of memmem operati...
2023-05-10 Jonas Paulsson[SystemZ] Bugfix in expansion of memmem operations.
2023-05-10 Guillaume Chatelet[libc] Add optimized memcpy for RISCV
2023-05-10 Chuanqi Xu[NFC] [C++20] [Modules] Refactor Sema::isModuleUnitOfCu...
2023-05-10 Qiu ChaofanReland "[PowerPC] Add target feature requirement to...
2023-05-10 Joshua Cao[SimpleLoopUnswitch] unswitch selects
2023-05-10 Fangrui Song[test] Clean up Driver/check-time-trace*
2023-05-10 Mikael Holmen[CombinerHelper] Fix gcc warning [NFC]
2023-05-10 Matt ArsenaultAMDGPU: Add baseline tests for fmed3 shrinking combine
2023-05-10 Matt ArsenaultGlobalISel: Fold out G_FPTRUNC(G_FPEXT)
2023-05-10 Matt ArsenaultTableGen: Fix missing C++ mode comments
2023-05-10 luxufanRevert "Revert "[ValutTracking] Use isGuaranteedNotToBe...
2023-05-10 Lang Hames[lli] Honor -mtriple option in -jit-kind=orc mode.
2023-05-10 Craig Topper[LegalizeTypes] Simplify code for UndefinedBooleanConte...
2023-05-10 Lang Hames[lli] Improve support for MinGW by implementing __main...
2023-05-10 Craig Topper[LegalizeTypes] Use ISD::isTrueWhenEqual to simplify...
2023-05-10 Mahesh Ravishankar[mlir][Linalg] Avoid collapsing dimensions of linalg...
2023-05-10 Serguei Katkov[X86] Add test cases for fminimum/fmaximum with vector...
2023-05-10 Daniel Garvey[spirv][math] Fix sign propagation for math.powf conversion
2023-05-10 Chen Zhengfix bot failure https://lab.llvm.org/buildbot/#/builder...
2023-05-10 Chuanqi Xu[docs] [C++20] [Modules] Remove the section 'Source...
2023-05-10 Jianjian GUAN[RISCV] Make Zvfh depend on Zfhmin.
2023-05-10 Enna1[NFC][HWASAN] replace redundant calls to IRBuilder...
2023-05-10 Chen Zheng[DebugLine] save one debug line entry for empty prologue
2023-05-10 Chen Zheng[DebugInfo] add test case for D147506, NFC
2023-05-10 Alexey Vishnyakov[TableGen] Fix null pointer dereferences in TreePattern...
2023-05-10 Douglas YungRevert "[test] [llvm-config] Assume unix style lib...
2023-05-10 Mehdi AminiAdopt Properties to store operations inherent Attribute...
next