4 Commits

Author SHA1 Message Date
Vasileios Porpodas
485b1ac8a2 [SandboxIR][Docs] C++ highlighting for code block 2025-01-25 08:25:15 -08:00
vporpo
e0ae889046
[SandboxIR][Doc] Add Quick start notes (#123992) 2025-01-22 14:43:22 -08:00
vporpo
5338bd3c8a
[SandboxIR] IR Tracker (#99238)
This is the first patch in a series of patches for the IR change
tracking component of SandboxIR.
The tracker collects changes in a vector of `IRChangeBase` objects and
provides a `save()`/`accept()`/`revert()` API.

Each type of IR changing event is captured by a dedicated subclass of
`IRChangeBase`. This patch implements only one of them, that for
updating a `sandboxir::Use` source value, named `UseSet`.
2024-07-17 21:57:52 -07:00
vporpo
4a23d41750
[SandboxIR][Doc] Add a Doc file for Sandbox IR (#98691)
This is under User Guides > Additional Topics > Sandbox IR.
2024-07-15 14:38:14 -07:00