summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13[𝘀𝗽𝗿] changes to main this commit is based onusers/aengelke/spr/main.support-use-block-numbers-for-loopinfo-bbmapAlexis Engelke
2024-08-13[SelectionDAG] Replace EVTToAPFloatSemantics with MVT/EVT::getFltSemantics. (...Craig Topper
2024-08-13[SelectionDAG] Add getFltSemantics to MVT and EVT. NFCCraig Topper
2024-08-13[OpenMP][AArch64] Fix branch protection in microtasks (#102317)Tulio Magno Quites Machado Filho
2024-08-13[HLSL] Mark exported functions with "hlsl.export" attribute (#102275)Helena Kotas
2024-08-13[clang] Add frontend flag to enable support for broken external resugarers (#...Yitzhak Mandelbaum
2024-08-13AMDGPU: Stop handling legacy amdgpu-unsafe-fp-atomics attribute (#101699)Matt Arsenault
2024-08-13[nfc][ctx_prof] Use one flag for the "use" scenario (#103377)Mircea Trofin
2024-08-13[lldb][NFCI] Simplify ProcessElfCore::GetAuxvData() (#102263)Igor Kudrin
2024-08-13[SandboxIR] Implement AtomicCmpXchgInst (#102710)vporpo
2024-08-13[SelectionDAG] Move SelectionDAG::getAllOnesConstant out of line. NFC (#102995)Craig Topper
2024-08-13[TypePromotion] Use return value from SmallPtrSet::insert to avoid a call to ...Craig Topper
2024-08-13[DataLayout] Remove `clear` and `reset` methods (NFC) (#102993)Sergei Barannikov
2024-08-13[CompilerRT][Darwin] Silence the warnings for deprecated APIs (#102977)Steven Wu
2024-08-13[CMake] Fix DynamicLibraryTests exports symbol when plugins are enabled (#102...Steven Wu
2024-08-13AtomicExpand: Regenerate baseline checks (#103063)Matt Arsenault
2024-08-13[lldb] Skip libcxx tests with older versions of clangAdrian Prantl
2024-08-13[libc][math] Fix missing LIBC_INLINE on exp_range_reduction() function (#103305)OverMighty
2024-08-13[LinkerWrapper] Always pass `-flto` if the linker supports it (#102972)Joseph Huber
2024-08-13[AMDGPU][True16][CodeGen] Support AND/OR/XOR and LDEXP True16 format (#102620)Brox Chen
2024-08-13[compiler-rt] Define `__STDC_FORMAT_MACROS` to ensure `PRId64` is available (...Mosè Giordano
2024-08-13[AArch64] Additional saddlv store tests. NFCDavid Green
2024-08-13[AArch64][NEON] Add famax/famin codegen patterns (#103027)SpencerAbson
2024-08-13[Interp] Mark the test unsupported with Asan (#102859)Vitaly Buka
2024-08-13[SLP][REVEC] Make CastInst support vector instructions. (#103216)Han-Kuan Chen
2024-08-13AtomicExpand: Refactor atomic instruction handling (#102914)Matt Arsenault
2024-08-13[clang][deps] Only bypass scanning VFS for the module cache (#88800)Jan Svoboda
2024-08-13[clang] Stop adjusting the module cache path (#102540)Jan Svoboda
2024-08-13AMDGPU: Do not create phi user for atomicrmw with no uses (#103061)Matt Arsenault
2024-08-13Add REQUIRES: shell to Tests Requiring Full Shell Functionality with lit Inte...Harini0924
2024-08-13[libc] Reapply ELF/LINK header changes (#102765)Schrodinger ZHU Yifan
2024-08-13[LLVM] Fix whitespace issues in VPBlendRecipe::execute.Paul Walker
2024-08-13[CSSPGO] Return error_code for missing probe profile (#102085)Lei Wang
2024-08-13[SCEV] Autogenerate a test for ease of upcoming updatePhilip Reames
2024-08-13[compiler-rt][SME] Correct .variant_pcs directives. (#103047)Daniel Kiss
2024-08-13[mlir][AMDGPU] Relax restrictions on raw_buffer_load (#102229)Krzysztof Drewniak
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty
2024-08-13[LLVM] Don't peek through bitcast on pointers and gep with zero indices. NFC....Yingwei Zheng
2024-08-13[DebugInfo] Add expression decoding for `DW_OP_implicit_pointer` (#102923)J. Ryan Stinnett
2024-08-13[lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremot...xusheng
2024-08-13[GlobalMerge] Update the GlobalMerge pass to merge private global variables. ...Amy Kwan
2024-08-13[libc++] Add a script to synchronize status-tracking CSVs with Github issues ...Louis Dionne
2024-08-13[flang][test] Restrict Evaluate/fold-out_of_range.f90 to x86_64 (#102890)Rainer Orth
2024-08-13[SLP][REVEC] Make MinBWs support vector instructions. (#103049)Han-Kuan Chen
2024-08-13[GlobalISel] IRTranslator: Use RAIIMFObsDelInstaller (#102379)Tobias Stadler
2024-08-13[InstCombine] Use getAllOnesValue()Nikita Popov
2024-08-13[IndVars] Use getSigned() in FP transformNikita Popov
2024-08-13[InstCombine] Use APInt::getSplat()Nikita Popov
2024-08-13[MemoryBuiltins] Use getAllOnesValue()Nikita Popov
2024-08-13[mlir][vector] Add more tests for ConvertVectorToLLVM (3/n) (#102854)Andrzej Warzyński