aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-24[𝘀𝗽𝗿] changes to main this commit is based onusers/minglotus-6/sprmain.thinltomingmingl38-213/+1718
2024-01-23[ConstantHoisting] Cache OptForSize. (#79170)Alina Sbirlea2-3/+5
2024-01-23[gn] port 5176df55d3aNico Weber1-1/+1
2024-01-23[RISCV] Add regalloc hints for Zcb instructions. (#78949)Craig Topper2-6/+120
2024-01-23[RISCV] Continue with early return for shuffle lowering [nfc]Philip Reames1-14/+13
2024-01-23[MachineCopyPropagation] Make a SmallVector larger (NFC) (#79106)Kazu Hirata1-1/+1
2024-01-23[RISCV] Use early return for select shuffle lowering [nfc]Philip Reames1-26/+38
2024-01-23[LangRef] adjust IR atomics specification following C++20 model tweaks. (#77263)James Y Knight3-59/+63
2024-01-23[DebugInfo][RemoveDIs] Disable a run-line while investigating a problemJeremy Morse1-1/+2
2024-01-23[JITLink][AArch32] Implement Armv5 ldr-pc stubs and use them for all pre-v7 t...Stefan Gränitz12-227/+439
2024-01-23[RemoveDIs][DebugInfo] Enable creation of DPVAssigns, update outstanding AT t...Stephen Tozer21-54/+104
2024-01-23[AMDGPU] Enable architected SGPRs for GFX12 (#79160)Jay Foad4-85/+176
2024-01-23[DAG] visitSCALAR_TO_VECTOR - don't fold scalar_to_vector(bin(extract(x),extr...Simon Pilgrim2-51/+34
2024-01-23[DebugInfo][RemoveDIs] Use splice in Outliner rather than moveBefore (#79124)Jeremy Morse2-2/+2
2024-01-23[AMDGPU] Properly check op_sel in GCNDPPCombine (#79122)Mirko Brkušanin2-12/+100
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssign in most transforms (#78986)Stephen Tozer42-89/+227
2024-01-23[VecLib] Fix: Restore DebugFlag state in ReplaceWithVecLibTest (#78989)Paschalis Mpeis1-0/+2
2024-01-23[LAA] Add test for #79137 (NFC)Nikita Popov1-0/+94
2024-01-23[AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas1-1/+2
2024-01-23[X86] Add test case for Issue #78897Simon Pilgrim1-0/+313
2024-01-23[DebugInfo][RemoveDIs] Handle non-instr debug-info in GlobalISel (#75228)Jeremy Morse8-106/+170
2024-01-23[gn build] Port 40bdfd39e394LLVM GN Syncbot1-0/+1
2024-01-23[ARM] Introduce the v9.5-A architecture version to Arm targets (#78994)Lucas Duarte Prates7-1/+34
2024-01-23[llvm-reduce][DebugInfo] Support reducing non-instruction debug-info (#78995)Jeremy Morse6-2/+140
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssigns in Assignment Tracking excluding low...Stephen Tozer38-127/+338
2024-01-23[AMDGPU] Remove getWorkGroupIDSGPR, unused since aa6fb4c45e01Jay Foad1-16/+0
2024-01-23[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)Anatoly Trosinenko6-80/+69
2024-01-23[test] Update stack_guard_remat.ll (#79139)Danial Klimkin1-1/+1
2024-01-23ValueTracking: Recognize fcmp ole/ugt with inf as a class test (#79095)Matt Arsenault4-24/+35
2024-01-23[gn] port 3ab8d2aac7bcNico Weber1-0/+1
2024-01-23[AArch64] Add vec3 tests with add between load and store.Florian Hahn1-0/+106
2024-01-23[MC][X86] Merge lane/element broadcast comment printers. (#79020)Simon Pilgrim112-3946/+3896
2024-01-23[RemoveDIs][DebugInfo] Handle DPVAssigns in AssignmentTrackingLowering (#78980)Stephen Tozer1-138/+290
2024-01-23[AMDGPU] Handle V_PERMLANE64_B32 in fixVcmpxPermlaneHazards (#79125)Pierre van Houtryve2-0/+24
2024-01-23ProfileSummary.h - remove unnecessary std::move.Simon Pilgrim1-4/+4
2024-01-23[Support] Avoid a VirtualBox shared folders mmap bug (#78597)Martin Storsjö1-2/+23
2024-01-23[AMDGPU] Update llvm-objdump lit tests for COV5 (#79039)Saiyedul Islam7-0/+20
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam3-9/+10
2024-01-23[PhaseOrder] Add test where indvars dropping NSW prevents vectorization.Florian Hahn1-0/+68
2024-01-23[X86] canonicalizeShuffleWithOp - recognise constant vectors with getTargetCo...Simon Pilgrim13-2313/+2260
2024-01-23Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim1-1/+1
2024-01-23Reapply [hwasan] Update dbg.assign intrinsics in HWAsan pass #78606OCHyams7-8/+214
2024-01-23[SCEVExp] Add additional tests for hoisting IVs with NSW flags.Florian Hahn1-0/+88
2024-01-23[InstCombine] Remove one-use check if other logic operand is constant (#77973)AtariDreams2-8/+38
2024-01-23[RemoveDIs][NFC] Disable RemoveDIs tests that are not yet enabledStephen Tozer3-6/+0
2024-01-23[OrcJITTests] Fix warning: suggest explicit braces to avoid ambiguous 'else' ...Stefan Gränitz2-7/+14
2024-01-23[llvm-jitlink-executor] Fix unused function warning with LLVM_ENABLE_THREADS=...Stefan Gränitz1-0/+4
2024-01-23[AMDGPU][NFC] Refine determining the vdata operand in MUBUF_Load_Pseudo<>.Ivan Kosarev1-2/+2
2024-01-23test/llvm-cov: Regenerate mcdc-maxbs.o w/o zlib (#78963)NAKAMURA Takumi2-0/+1
2024-01-23[TLI] Remove leftover assert in TargetLibraryInfoImpl initialize (#79056)tltao1-6/+0