aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-13[𝘀𝗽𝗿] changes to main this commit is based onusers/aengelke/spr/main.support-use-block-numbers-for-loopinfo-bbmapAlexis Engelke3-24/+1
2024-08-13[SelectionDAG] Replace EVTToAPFloatSemantics with MVT/EVT::getFltSemantics. (...Craig Topper11-78/+62
2024-08-13[SelectionDAG] Add getFltSemantics to MVT and EVT. NFCCraig Topper4-12/+29
2024-08-13[OpenMP][AArch64] Fix branch protection in microtasks (#102317)Tulio Magno Quites Machado Filho1-0/+53
2024-08-13[HLSL] Mark exported functions with "hlsl.export" attribute (#102275)Helena Kotas4-8/+22
2024-08-13[clang] Add frontend flag to enable support for broken external resugarers (#...Yitzhak Mandelbaum4-3/+34
2024-08-13AMDGPU: Stop handling legacy amdgpu-unsafe-fp-atomics attribute (#101699)Matt Arsenault9-253/+169
2024-08-13[nfc][ctx_prof] Use one flag for the "use" scenario (#103377)Mircea Trofin2-8/+6
2024-08-13[lldb][NFCI] Simplify ProcessElfCore::GetAuxvData() (#102263)Igor Kudrin1-4/+4
2024-08-13[SandboxIR] Implement AtomicCmpXchgInst (#102710)vporpo5-0/+468
2024-08-13[SelectionDAG] Move SelectionDAG::getAllOnesConstant out of line. NFC (#102995)Craig Topper2-4/+7
2024-08-13[TypePromotion] Use return value from SmallPtrSet::insert to avoid a call to ...Craig Topper1-2/+1
2024-08-13[DataLayout] Remove `clear` and `reset` methods (NFC) (#102993)Sergei Barannikov4-61/+54
2024-08-13[CompilerRT][Darwin] Silence the warnings for deprecated APIs (#102977)Steven Wu2-0/+16
2024-08-13[CMake] Fix DynamicLibraryTests exports symbol when plugins are enabled (#102...Steven Wu3-1/+6
2024-08-13AtomicExpand: Regenerate baseline checks (#103063)Matt Arsenault11-1689/+1674
2024-08-13[lldb] Skip libcxx tests with older versions of clangAdrian Prantl3-0/+3
2024-08-13[libc][math] Fix missing LIBC_INLINE on exp_range_reduction() function (#103305)OverMighty2-1/+3
2024-08-13[LinkerWrapper] Always pass `-flto` if the linker supports it (#102972)Joseph Huber6-18/+21
2024-08-13[AMDGPU][True16][CodeGen] Support AND/OR/XOR and LDEXP True16 format (#102620)Brox Chen14-818/+1837
2024-08-13[compiler-rt] Define `__STDC_FORMAT_MACROS` to ensure `PRId64` is available (...Mosè Giordano1-0/+4
2024-08-13[AArch64] Additional saddlv store tests. NFCDavid Green3-149/+100
2024-08-13[AArch64][NEON] Add famax/famin codegen patterns (#103027)SpencerAbson2-2/+221
2024-08-13[Interp] Mark the test unsupported with Asan (#102859)Vitaly Buka1-0/+3
2024-08-13[SLP][REVEC] Make CastInst support vector instructions. (#103216)Han-Kuan Chen2-7/+49
2024-08-13AtomicExpand: Refactor atomic instruction handling (#102914)Matt Arsenault1-125/+143
2024-08-13[clang][deps] Only bypass scanning VFS for the module cache (#88800)Jan Svoboda4-21/+72
2024-08-13[clang] Stop adjusting the module cache path (#102540)Jan Svoboda2-4/+2
2024-08-13AMDGPU: Do not create phi user for atomicrmw with no uses (#103061)Matt Arsenault3-9/+13
2024-08-13Add REQUIRES: shell to Tests Requiring Full Shell Functionality with lit Inte...Harini09244-1/+4
2024-08-13[libc] Reapply ELF/LINK header changes (#102765)Schrodinger ZHU Yifan10-2/+104
2024-08-13[LLVM] Fix whitespace issues in VPBlendRecipe::execute.Paul Walker1-18/+19
2024-08-13[CSSPGO] Return error_code for missing probe profile (#102085)Lei Wang3-14/+263
2024-08-13[SCEV] Autogenerate a test for ease of upcoming updatePhilip Reames1-194/+462
2024-08-13[compiler-rt][SME] Correct .variant_pcs directives. (#103047)Daniel Kiss1-2/+2
2024-08-13[mlir][AMDGPU] Relax restrictions on raw_buffer_load (#102229)Krzysztof Drewniak1-10/+2
2024-08-13[libc][math][c23] Add expm1f16 C23 math function (#102387)OverMighty14-75/+469
2024-08-13[LLVM] Don't peek through bitcast on pointers and gep with zero indices. NFC....Yingwei Zheng12-116/+37
2024-08-13[DebugInfo] Add expression decoding for `DW_OP_implicit_pointer` (#102923)J. Ryan Stinnett3-5/+93
2024-08-13[lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremot...xusheng4-6/+23
2024-08-13[GlobalMerge] Update the GlobalMerge pass to merge private global variables. ...Amy Kwan2-1/+37
2024-08-13[libc++] Add a script to synchronize status-tracking CSVs with Github issues ...Louis Dionne1-0/+236
2024-08-13[flang][test] Restrict Evaluate/fold-out_of_range.f90 to x86_64 (#102890)Rainer Orth1-2/+3
2024-08-13[SLP][REVEC] Make MinBWs support vector instructions. (#103049)Han-Kuan Chen2-7/+43
2024-08-13[GlobalISel] IRTranslator: Use RAIIMFObsDelInstaller (#102379)Tobias Stadler1-3/+2
2024-08-13[InstCombine] Use getAllOnesValue()Nikita Popov1-1/+1
2024-08-13[IndVars] Use getSigned() in FP transformNikita Popov1-7/+7
2024-08-13[InstCombine] Use APInt::getSplat()Nikita Popov1-4/+2
2024-08-13[MemoryBuiltins] Use getAllOnesValue()Nikita Popov1-1/+2
2024-08-13[mlir][vector] Add more tests for ConvertVectorToLLVM (3/n) (#102854)Andrzej Warzyński1-6/+85