aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[VPlan] Model branch cond to enter scalar epilogue in VPlan. (#92651)Florian Hahn2-9/+21
2024-07-04[AArch64] remove pointless AEK_NONE (#97569)Tomas Matheson1-11/+4
2024-07-03[SandboxIR] More boilerplate: Function, Argument, Constant, Instruction, Opaq...vporpo1-0/+50
2024-07-03[llvm][AArch64] Drop unused&redundant field in the TargetParserTest. NFC (#97...Jon Roelofs1-828/+690
2024-07-03[IR] Add overflow check in AllocaInst::getAllocationSize (#97170)Tsz Chan1-0/+3
2024-07-03ConstantRange: add query for isAllPositive (#97420)Ramkumar Ramachandra1-2/+10
2024-07-03[Support] Move raw_ostream::tie to raw_fd_ostream (#97396)Alexis Engelke1-29/+53
2024-07-02[RISCV] Remove IgnoreUnknown from RISCVISAInfo::parseArchString. (#97372)Craig Topper1-48/+0
2024-07-02Fix MSVC discarded return value warnings. NFC.Simon Pilgrim1-2/+2
2024-07-01Reapply "[SandboxIR] Boilerplate code (#95814)"Vasileios Porpodas3-0/+52
2024-07-01Revert "[SandboxIR] Boilerplate code (#95814)"Vasileios Porpodas3-53/+0
2024-07-01[SandboxIR] Boilerplate code (#95814)vporpo3-0/+53
2024-07-01[AsmPrinter] Remove timers (#97046)Alexis Engelke1-12/+4
2024-07-01[AsmPrinter] Reduce AsmPrinterHandlers virt. fn calls (#96785)Alexis Engelke1-5/+58
2024-06-29Rename f8E4M3 to f8E4M3FN in mlir.extras.types py package (#97102)Alexander Pivovarov1-6/+6
2024-06-29[llvm] Use std::make_unique (NFC) (#97165)Kazu Hirata1-3/+1
2024-06-29[IRBuilder] Don't include Module.h (NFC) (#97159)Nikita Popov17-0/+17
2024-06-29MathExtras: avoid unnecessarily widening types (#95426)Ramkumar Ramachandra1-2/+16
2024-06-29[ProfileData] Migrate to a new version of getValueProfDataFromInst (#96381)Kazu Hirata1-16/+10
2024-06-29[DomTreeUpdater] Fix use after free in unittests (#97133)paperchalice1-2/+1
2024-06-28[Hashing] Use a non-deterministic seed if LLVM_ENABLE_ABI_BREAKING_CHECKSFangrui Song1-72/+0
2024-06-28Add ConstantRangeList::subtract(ConstantRange) (#97093)Haopeng Liu1-0/+52
2024-06-28[llvm-exegesis] Fix -Wdangling-else gcc warning. NFC.Simon Pilgrim1-1/+2
2024-06-28[MCA] Parameterize variant scheduling classes by hash (#92849)Aiden Grossman1-0/+49
2024-06-28[unittest] Include Module.h after #97023Fangrui Song2-0/+2
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov23-3/+26
2024-06-28Re-land: "[AArch64] Add ability to list extensions enabled for a target" (#95...Lucas Duarte Prates1-37/+76
2024-06-28Reapply "[CodeGen] Introduce `MachineDomTreeUpdater`" (#96846) (#96851)paperchalice2-0/+277
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov1-1/+1
2024-06-27[GlobalISel] Add unit tests for call lowering on byref supportdarkbuck2-0/+59
2024-06-27[RISCV] Bump Pointer Masking extension version (#96715)Michael Maitland1-5/+5
2024-06-27[SmallPtrSet] Don't leave tombstones in small mode (#96762)Nikita Popov1-39/+0
2024-06-27[Flang][OpenMP] Lowering Order clause to MLIR (#96730)harishch41-2/+1
2024-06-27Revert "[CodeGen] Introduce `MachineDomTreeUpdater`" (#96846)paperchalice2-277/+0
2024-06-27[CodeGen] Introduce `MachineDomTreeUpdater` (#95369)paperchalice2-0/+277
2024-06-26[mlgo] drop the prefix `_` in `_model_selector`Mircea Trofin1-4/+4
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee1-4/+15
2024-06-26[AMDGPU] MCExpr-ify AMDGPU HSAMetadata (#94788)Janek van Oirschot2-86/+0
2024-06-26[Memprof] Adds the option to collect AccessCountHistograms for memprof. (#94264)Matthew Weingarten1-3/+3
2024-06-26Revert "[AArch64] Add ability to list extensions enabled for a target" (#96768)Lucas Duarte Prates1-76/+37
2024-06-26[AArch64] Add ability to list extensions enabled for a target (#95805)Lucas Duarte Prates1-37/+76
2024-06-26[ADT] Return bool from SmallPtrSet::remove_if()Nikita Popov1-2/+7
2024-06-26[SlotIndexes] Use simple_ilist instead of ilist. NFC. (#96747)Jay Foad1-8/+8
2024-06-26[SetOperations] Support set containers with remove_if (#96613)Nikita Popov1-0/+11
2024-06-25Add ConstantRangeList::unionWith() and ::intersectWith() (#96547)Haopeng Liu1-0/+112
2024-06-26APFloat: Add minimumnum and maximumnum (#96304)YunQiang Su1-0/+94
2024-06-25[VectorBuilderTest] Use poison instead of undef for dummy values (NFC)Nikita Popov1-6/+6
2024-06-25[VPlanTest] Use poison instead of undef for dummy values (NFC)Nikita Popov1-22/+23
2024-06-25[GlobalISel] Add build methods for FP environment intrinsics (#96607)Serge Pavlov1-0/+31
2024-06-25[SmallPtrSet] Add remove_if() method (#96468)Nikita Popov1-0/+33