aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-04[RISCV][CostModel] Add getRISCVInstructionCost() to TTI for CostKind (#76793)Shih-Po Hung13-16/+723
2024-01-04[ConstraintElim] Use SCEV to check for multiples (#76925)Nikita Popov2-27/+9
2024-01-04[SEH] Add test to track EHa register liveness verification (#76921)HaohaiWen1-0/+66
2024-01-04[DAG] SimplifyDemandedBits - call demanded elts variant directly for SELECT/S...Simon Pilgrim1-8/+8
2024-01-04[DAG] BaseIndexOffset::equalBaseIndex - early out on failed matches. NFCI.Simon Pilgrim1-3/+9
2024-01-04[DAG] BaseIndexOffset::computeAliasing - early out on failed matches. NFCI.Simon Pilgrim1-2/+5
2024-01-04[X86] combineLoad - pull out repeated cast<MemSDNode> calls. NFC.Simon Pilgrim1-7/+6
2024-01-04[DAG] Fix typo in VSELECT SimplifyDemandedVectorElts handling. NFC.Simon Pilgrim1-3/+3
2024-01-04[CodeGen] Remove unused variables in TargetLoweringBase.cpp (NFC)Jie Fu1-1/+0
2024-01-04Add out-of-line-atomics support to GlobalISel (#74588)Thomas Preud'homme12-2859/+5508
2024-01-04[NFC][AMDGPU] Move image-atomic-attributes test to test/Assembler. (#76917)sstipanovic2-356/+191
2024-01-04[IR] Fix GEP offset computations for vector GEPs (#75448)Jannik Silvanus27-52/+107
2024-01-04[ConstraintElim] Add tests for int phi with non-one step (NFC)Nikita Popov1-0/+290
2024-01-04nfc add cases for pr47156 and pr47155Chen Zheng1-0/+39
2024-01-04[NFC][llvm-exegesis] Fix comment textAiden Grossman1-1/+1
2024-01-04[X86][BF16] Add 32-bit tests to show ABI problem, NFCPhoebe Wang1-0/+500
2024-01-04[GlobalISel][AArch64] Add libcall lowering for fpowi. (#67114)David Green4-2/+1455
2024-01-04[AMDGPU] Remove `nosync` from image atomic intrinsics. (#76814)sstipanovic2-3/+360
2024-01-04[LV] Change loops' interleave count computation (#73766)Nilanjana Basu8-540/+465
2024-01-04[InstCombine] Refactor folding of commutative binops over select/phi/minmax (...Yingwei Zheng6-106/+58
2024-01-03[RISCV] Remove RISCVISD::VSELECT_VL. (#76866)Craig Topper3-114/+58
2024-01-03[mlgo] Fix test post PR #76697Mircea Trofin1-1/+1
2024-01-04[NFC][X86] Reorg MC tests for APX promoted instrs (#76697)XinWang1087-777/+1911
2024-01-04[X86][MC] Support encoding/decoding for APX variant INC/DEC/ADCX/ADOX instruc...Shengchen Kan13-34/+1003
2024-01-03[SHT_LLVM_BB_ADDR_MAP][AsmPrinter] Implements PGOAnalysisMap emitting in AsmP...Micah Weston4-5/+292
2024-01-03Reland "[WebAssembly][Object]Use file offset as function symbol address for l...Derek Schuff3-4/+162
2024-01-03[NFC][llvm-exegesis] Remove redundant register initial values argumentAiden Grossman4-20/+14
2024-01-04AMDGPU: Fix packed 16-bit inline constants (#76522)Nicolai Hähnle39-1729/+1522
2024-01-03[AArch64] Avoid jump tables in swiftasync clobber-live-reg test. NFC.Ahmed Bougacha1-347/+139
2024-01-03[DAGCombiner][RISCV] Preserve disjoint flag in folding (shl (or x, c1), c2) -...Craig Topper2-3/+6
2024-01-04Revert "[mlir] Consider mlir-linalg-ods-gen as a tablegen tool in build (#750...Muhammad Omair Javaid1-8/+4
2024-01-03[VPlan] Use createSelect in adjustRecipesForReductions (NFCI).Florian Hahn2-18/+22
2024-01-03[BasicAA] Enable separate storage hints by default (#76864)David Goldblatt1-1/+1
2024-01-03[RISCV] Add test cases for folding disjoint Or into a scalar load address. NFCCraig Topper1-0/+26
2024-01-03[SelectionDAG][X86] Use disjoint flag in SelectionDAG::isADDLike. (#76847)Craig Topper4-2/+59
2024-01-03[SLP]Use revectorized value for extracts from buildvector, beeingAlexey Bataev2-0/+29
2024-01-03[LLVM][AArch64][tblgen]: Make operand suffix case-insinsitive (#76808)Hassnaa Hamdi2-0/+7
2024-01-03Revert "Reapply "RegisterCoalescer: Add implicit-def of super register when c...Arthur Eubanks6-670/+57
2024-01-03Revert "[PowerPC] Add test after #75271 on PPC. NFC. (#75616)"Arthur Eubanks1-28/+0
2024-01-03[coroutines][DPValue] Update DILocation in DPValue for hoisted dbg.declare (#...Wei Wang1-2/+10
2024-01-03[AssumptionCache] Add affected values for separate_storage (#76806)Nikita Popov2-23/+27
2024-01-03[ConstraintElim] Use SmallDenseMap (NFC)Nikita Popov1-2/+2
2024-01-03[AMDGPU] Add VDSDIR instructions for GFX12 (#75197)Mirko Brkušanin12-150/+679
2024-01-03[LTO][NFC] Free the GlobalResolutions map after final use (#76780)Teresa Johnson2-14/+26
2024-01-03[TLI] Use the VFABI demangling when declaring vector variants. (#76753)Alexandros Lamprineas2-23/+49
2024-01-03[llvm-jitlink-executor] Drop else block after noreturn-if (NFC) (#76689)Stefan Gränitz1-36/+33
2024-01-03[ConstraintSystem] Drop left-over parentheses. (NFC)Florian Hahn1-2/+2
2024-01-03Fixed a signed integer overflow in BitstreamWriter.h which is found by UBSAN.Ying Yi1-2/+4
2024-01-03[BasicAA] Add tests for #76789 (NFC)Nikita Popov1-0/+49
2024-01-03[LoopInfo][NewPM] Print function name in LoopPrinterPass (#76527)Björn Pettersson2-3/+5