summaryrefslogtreecommitdiff
path: root/llvm/lib/SandboxIR
AgeCommit message (Expand)Author
2025-11-09[SandboxIR] Remove tight-coupling with LLVM's SwitchInst::CaseHandle (#167093)vporpo
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-08-08[IR] Introduce the `ptrtoaddr` instructionAlexander Richardson
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata
2025-06-11[llvm] annotate interfaces in llvm/SandboxIR for DLL export (#142863)Andrew Rogers
2025-06-09Remove GlobalObject::getAlign/setAlignment (#143188)Eli Friedman
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-05-27[SandboxIR][Region] Auxiliary vector metadata now requires a region (#137443)vporpo
2025-05-26[llvm] Value-initialize values with *Map::try_emplace (NFC) (#141522)Kazu Hirata
2025-04-17[SandboxIR] Implement ConstantDataArray functions (#134729)vporpo
2025-04-08[SandboxIR] Fix warning when building on Windows with clang-cl. NFC.Alexandre Ganea
2025-04-07[SandboxIR] Implement ConstantDataSequential and subclasses (#133547)vporpo
2025-03-28[SandboxIR] Implement missing ConstantVector member functions (#131390)vporpo
2025-02-27[SandboxIR][Region][NFC] Fix windows build issue (#129082)vporpo
2025-02-19[SandboxIR][NFC] Change order of ifs in Context::getOrCreateValueInternal() (...vporpo
2025-02-19[SandboxIR] OpaqueValue (#127699)vporpo
2025-02-18[SandboxVec] Move seed collection into its own separate pass (#127132)vporpo
2025-02-14[SandboxIR] SetUse callback (#126985)vporpo
2025-02-13[SandboxIR][Region] Implement an auxiliary vector in Region (#126376)vporpo
2025-02-08[SandboxVec][BottomUpVec] Add cost estimation and tr-accept-or-revert pass (#...vporpo
2025-02-01[SandboxIR] Avoid repeated hash lookups (NFC) (#125337)Kazu Hirata
2025-01-28[SandboxVec] Clear Context's state within runOnFunction() (#124842)vporpo
2025-01-27[SandboxIR] createFunction() should always create a function (#124665)vporpo
2025-01-27[NFC][DebugInfo] Mop up final instruction-insertion call sites (#124289)Jeremy Morse
2025-01-24[SandboxIR][Region] Add cost modeling to the region (#124354)vporpo
2025-01-22[SandboxIR] Remove sandboxir::PointerType::get(Type) (#123885)Mats Jun Larsen
2025-01-21[IR] Replace of PointerType::get(Type) with opaque version (NFC) (#123617)Mats Jun Larsen
2025-01-17[SandboxIR] Fix CmpInst::create() when it gets folded (#123408)vporpo
2025-01-09[SandboxVectorizer][NFCI] Fix use of possibly-uninitialized scalar. (#122201)Tyler Lanphear
2024-12-11[clang][Modules] Fixing Build Breaks When -DLLVM_ENABLE_MODULES=ON (#119473)Qiongsi Wu
2024-11-21Register callbacks in Region for instruction creation/deletion. (#117088)Jorge Gorbe Moya
2024-11-18Re-land "[SandboxIR] Add debug checker to compare IR before/after a revert (#...Jorge Gorbe Moya
2024-11-18Revert "[SandboxIR] Add debug checker to compare IR before/after a revert" (#...Jorge Gorbe Moya
2024-11-18[SandboxIR] Add debug checker to compare IR before/after a revert (#115968)Jorge Gorbe Moya
2024-11-12[SandboxIR] Preserve the order of switch cases after revert. (#115577)Jorge Gorbe Moya
2024-11-10[llvm] Migrate away from PointerUnion::{is,get,dyn_cast} (NFC) (#115626)Kazu Hirata
2024-11-08[SandboxIR] Remove incorrect assertion. (#115553)Jorge Gorbe Moya
2024-10-29[SandboxIR] Fix a warningKazu Hirata
2024-10-29[SandboxIR] Add callbacks for instruction insert/remove/move ops (#112965)Jorge Gorbe Moya
2024-10-28[SandboxIR][Pass] Implement Analyses class (#113962)vporpo
2024-10-24[SandboxIR] Add extern templates for GlobalWithNodeAPI (#111940)Thomas Fransham
2024-10-09[SandboxVec] Re-land "Use sbvec-passes flag to create a pipeline of Region pa...Jorge Gorbe Moya
2024-10-09Revert "[SandboxVectorizer] Use sbvec-passes flag to create a pipeline of Reg...Jorge Gorbe Moya
2024-10-09[SandboxVectorizer] Use sbvec-passes flag to create a pipeline of Region pass...Jorge Gorbe Moya
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111213)vporpo
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111208)vporpo
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111187)vporpo
2024-10-04[SandboxIR] Switch more Instruction::create() to InsertPosition (#111080)vporpo
2024-10-03[SandboxIR] Switch more Instruction::create() functions to InsertPosition (#1...vporpo