aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/SandboxIR/SandboxIRTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-09Remove GlobalObject::getAlign/setAlignment (#143188)Eli Friedman1-23/+21
2025-04-25[SandboxIR] Implement ConstantDataVector member functions (#136200)vporpo1-0/+69
2025-04-17[SandboxIR] Implement ConstantDataArray functions (#134729)vporpo1-2/+49
2025-04-07[SandboxIR] Implement ConstantDataSequential and subclasses (#133547)vporpo1-0/+101
2025-04-03[IR][NFC] Use `SwitchInst::defaultDestUnreachable` (#134199)Yingwei Zheng1-2/+3
2025-03-28[SandboxIR] Implement missing ConstantVector member functions (#131390)vporpo1-0/+12
2025-02-19[SandboxIR] OpaqueValue (#127699)vporpo1-0/+23
2025-02-14[SandboxIR] SetUse callback (#126985)vporpo1-0/+66
2025-01-27[SandboxIR] createFunction() should always create a function (#124665)vporpo1-0/+20
2025-01-22[SandboxIR] Remove sandboxir::PointerType::get(Type) (#123885)Mats Jun Larsen1-2/+2
2025-01-17[SandboxIR] Fix CmpInst::create() when it gets folded (#123408)vporpo1-7/+28
2024-10-29[SandboxIR] Use the proper gmock public header in unit tests.Jorge Gorbe Moya1-2/+1
2024-10-29[SandboxIR] Add callbacks for instruction insert/remove/move ops (#112965)Jorge Gorbe Moya1-0/+98
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111213)vporpo1-3/+3
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111208)vporpo1-24/+19
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111187)vporpo1-46/+36
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111080)vporpo1-24/+21
2024-10-03[SandboxIR] Switch more Instruction::create() functions to InsertPosition (#1...vporpo1-28/+24
2024-10-03[SandboxIR] Implement InsertPosition (#110730)vporpo1-5/+5
2024-10-02[SandboxIR][NFC] Move Utils test to proper file (#110763)Sterling-Augustine1-42/+0
2024-10-02[SandboxIR][NFC] Move isMemDepCandidate() and isStackSaveOrRestoreIntrinsic()...Vasileios Porpodas1-70/+0
2024-10-01[SandboxIR] Implement getNumBits for Instructions (#110748)Sterling-Augustine1-20/+0
2024-09-30[SandboxIR][NFC] Rename SandboxIRValues.def to Values.def (#110538)vporpo1-1/+1
2024-09-30[SandboxIR][NFC] Move Function class to a separate file (#110526)vporpo1-0/+1
2024-09-27Reapply "[SandboxIR][NFC] Delete SandboxIR.h (#110309)"Vasileios Porpodas1-1/+5
2024-09-27Revert "[SandboxIR][NFC] Delete SandboxIR.h (#110309)"Vasileios Porpodas1-5/+1
2024-09-27[SandboxIR][NFC] Delete SandboxIR.h (#110309)vporpo1-1/+5
2024-09-25[SandboxIR] Fix failing unittest introduced by 51039101cf32Vasileios Porpodas1-6/+6
2024-09-25[SandboxIR] Add more functions to sandboxir:Instruction class. (#110050)Sriraman Tallam1-2/+27
2024-09-25[SandboxIR] Implement Module (#109716)vporpo1-0/+58
2024-09-24[SandboxIR] Implement a few Instruction member functions (#109820)vporpo1-0/+13
2024-09-23[SandboxIR] Implement a few Instruction member functions (#109709)vporpo1-2/+52
2024-09-23[SandboxIR] Implement ConstantExpr (#109491)vporpo1-0/+18
2024-09-23[SandboxIR] Functions to find vectorizor-relevant properties (#109221)Sterling-Augustine1-1/+65
2024-09-20[SandboxIR] Implement ConstantPtrAuth (#109315)vporpo1-0/+37
2024-09-19[SandboxIR] Implement NoCFIValue (#109046)vporpo1-0/+25
2024-09-18[SandboxIR] Fix unused variable build errorVasileios Porpodas1-1/+0
2024-09-18[SandboxIR] Add Instruction::isStackSaveRestoreIntrinsic() and isMemDepCandid...vporpo1-0/+71
2024-09-17[SanbdoxIR] Implement BBIterator::getNodeParent() (#109039)vporpo1-0/+4
2024-09-17[SandboxIR] Implement GlobalAlias (#109019)vporpo1-0/+66
2024-09-17[SandboxIR] Implement GlobalVariable (#108642)vporpo1-0/+114
2024-09-13[SandboxIR] Implement missng Instruction::comesBefore() (#108635)vporpo1-0/+4
2024-09-13[SandboxIR] Implement GlobalIFunc (#108622)vporpo1-15/+122
2024-09-13[SandboxIR] Implement GlobalObject (#108604)vporpo1-0/+64
2024-09-13[SandboxIR] Implement DSOLocalEquivalent (#108473)vporpo1-0/+24
2024-09-12[SandboxIR] Implement GlobalValue (#108317)vporpo1-0/+66
2024-09-11[SandboxIR] Implement ConstantTokenNone (#108106)vporpo1-0/+24
2024-09-11[SandboxIR] Add remaining SelectInst methods and track swapValues() (#108114)Jorge Gorbe Moya1-0/+11
2024-09-10[SandboxIR] Implement BlockAddress (#107940)vporpo1-0/+48
2024-09-09[SandboxIR] Implement UndefValue (#107628)vporpo1-0/+59