aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.sancov-apply-branch-weights-when-checking-countersVitaly Buka14-48/+131
2024-04-19[𝘀𝗽𝗿] changes to main this commit is based onVitaly Buka2-31/+90
2024-04-19Apply modernize-use-starts-ends-with on llvm-project (#89140)Nicolas van Kempen1-1/+1
2024-04-19[SLP]Fix PR89438: Check for same vectorized node in MinBWs, not user.Alexey Bataev2-3/+108
2024-04-19[X86][TableGen] Remove unnecessary use of formatted_raw_ostream. NFC (#89343)Craig Topper1-6/+3
2024-04-19[RISCV] Rename FeatureRVE to FeatureStdExtE. NFC (#89174)Craig Topper6-15/+15
2024-04-19[SelectionDAG] Require UADDO_CARRY carryin and carryout to have the same type...Craig Topper4-23/+4
2024-04-19[test] Fix test. NFCMichael Liao1-1/+1
2024-04-19[X86] LowerFunnelShift - improve handling of vXi8 constant splat funnel shiftsSimon Pilgrim5-29/+48
2024-04-19GlobalsModRef, ValueTracking: Look through threadlocal.address intrinsic (#88...Matthias Braun8-62/+135
2024-04-19[LLVM][TextAPI] Refactor Redundant Condition (#86542)Troy Butler1-2/+2
2024-04-19[llvm-readelf] Print more information for RELRFangrui Song2-60/+211
2024-04-19[TableGen] MacroFusionPredicatorEmitter - pass constant std::vector arguments...Simon Pilgrim1-8/+9
2024-04-19[InstCombine] Regard zext nneg as sext when folding add(zext neg(add)) (#88887)ZelinMa5572-3/+40
2024-04-19Add IIT_V10 to support 10-element vectors in intrinsics (#89383)Jay Foad2-0/+5
2024-04-19AMDGPU: Use common check prefix in atomic expand testMatt Arsenault1-2403/+393
2024-04-19AMDGPU: Refactor unsafe atomicrmw remark emission (#89379)Matt Arsenault1-15/+18
2024-04-19[DAG] visitADDLike - update "(x - y) + -1 -> add (xor y, -1), x" fold to ac...Simon Pilgrim3-15/+13
2024-04-19[AArch64][X86] xor.ll - fix vec_add_of_not_with_undef_decrement copy+pasta typoSimon Pilgrim2-15/+13
2024-04-19[SystemZ] Add TPEI instruction and Associated Facility (#89372)Dominik Steenken8-4/+31
2024-04-19[KnownBits] Simplify optimality checking in unit tests. NFC. (#89368)Jay Foad1-43/+29
2024-04-19[SystemZ] Fix Operand Retrieval for Vector Reduction Intrinsic in `shouldExpa...Dominik Steenken1-14/+11
2024-04-19[SystemZ][z/OS] Implement llvm.frameaddr for XPLINK (#89284)Kai Nacke4-14/+105
2024-04-19[SLP]Fix final analysis for unsigned nodes.Alexey Bataev2-10/+20
2024-04-19[AArch64][SVE2] Generate SVE2 BSL instruction in LLVM for add/sub. (#88413)Dinar Temirbulatov2-2/+17
2024-04-19Revert "[SLP]Fix final analysis for unsigned nodes."Mikhail Goncharov2-18/+9
2024-04-19[IR] Add support for trunc's nuw/nsw flags in `copyIRFlags` (#89353)Yingwei Zheng2-4/+25
2024-04-19MachineInstrBundle: modernize a couple of loops (NFC) (#89229)Ramkumar Ramachandra1-5/+2
2024-04-19[AMDGPU] Allow any linkage for dynlds (#84742)Pierre van Houtryve2-7/+40
2024-04-19[VPlan] Introduce recipes for VP loads and stores. (#87816)Florian Hahn8-181/+283
2024-04-19[AArch64] Remove invalid uabdl patterns. (#89272)David Green2-10/+48
2024-04-19[SPIR-V] SPIR-V Backend must generate a valid OCL version if working in OpenC...Vyacheslav Levytskyy2-10/+27
2024-04-19[test][AArch64][CodeGen] Delete redundant check lines in tiny-model-pic.ll (#...Daniil Kovalev1-162/+0
2024-04-19[FunctionAttrs] Add tests for incorrect noundef inference (#88026)Nikita Popov1-0/+51
2024-04-19[InstCombine] Fix incorrect fshr to fshl transformNikita Popov2-3/+5
2024-04-19[InstCombine] Add test for incorrect fshr transform (#89338)Nikita Popov1-0/+10
2024-04-18[memprof] Introduce IndexedMemProfReader (NFC) (#89331)Kazu Hirata2-99/+120
2024-04-19[X86][APX] Remove KEYLOCKER and SHA promotions from EVEX MAP4. (#89173)Freddy Ye15-1015/+36
2024-04-19[InstCombine] Add test to track BPI when condition was inverted (#86469)Haohai Wen1-0/+36
2024-04-19[PatternMatch] Allow poison in api_pred_ty matchers (#89188)Nikita Popov3-31/+56
2024-04-19[AsmParser] Support calling intrinsics without mangling suffix (#89172)Nikita Popov7-55/+107
2024-04-19[InstCombine] Remove some uses with replaceUndefsWith() (#89190)Nikita Popov11-58/+26
2024-04-18[hwasan] Add testcase for check-memaccess when using a fixed shadow (#89328)Thurston Dang1-0/+165
2024-04-18adds conversion functions for EI_OSABI in elf (#89280)Fred Grim2-0/+86
2024-04-18[GlobalOpt] Precommit tests for PR84694 (#87443)Anshil Gandhi1-0/+88
2024-04-18[DXIL] Add DXIL SubArch to correspond to version number (#89125)S. Bharadwaj Yadavalli3-1/+110
2024-04-18[memprof] Use std::optional (NFC) (#89317)Kazu Hirata1-6/+4
2024-04-18[memprof] Use structured binding (NFC) (#89315)Kazu Hirata1-9/+9
2024-04-18[memprof] Add Version2 of the indexed MemProf format (#89100)Kazu Hirata9-18/+362
2024-04-18[RISCV] Remove unused HasStdExtZama16b Predicate. NFCCraig Topper1-3/+0