summaryrefslogtreecommitdiff
path: root/orc-rt
AgeCommit message (Expand)Author
2025-11-21[orc-rt] Rename 'Session' variables to avoid ambiguity with type. NFCI. (#168...Lang Hames
2025-11-19[orc-rt] Initial ORC Runtime design documentation. (#168681)Lang Hames
2025-11-19[orc-rt] Simplify Session shutdown. (#168664)Lang Hames
2025-11-19[orc-rt] Fix typos in file comments.Lang Hames
2025-11-19[orc-rt] Introduce Task and TaskDispatcher APIs and implementations. (#168514)Lang Hames
2025-11-17[orc-rt] Add missing headers to Session.h (#168330)Lang Hames
2025-11-12[orc-rt] Make Session explicitly immovable. (#167640)Lang Hames
2025-11-12Orc rt session wrap unwrap (#167635)Lang Hames
2025-11-11[orc-rt] Replace wrapper fn `void *CallCtx` arg with `uint64_t CallId`. (#167...Lang Hames
2025-11-07[orc-rt] Add endian_read/write operations. (#166892)Lang Hames
2025-10-15[orc-rt] Add ExecutorAddrRange::contains overload for ranges. (#163458)Lang Hames
2025-10-13[orc-rt] Rename InitializeRequest variables after 7381558ef8b. NFCI.Lang Hames
2025-10-13[orc-rt] Rename SimpleNativeMemoryMap finalize & deallocate. NFCI. (#163114)Lang Hames
2025-10-12[orc-rt] Add multi-addr dealloc/release to SimpleNativeMemoryMap. (#163025)Lang Hames
2025-10-11[orc-rt] Add SPSExecutorAddr <-> T* serialization. (#162992)Lang Hames
2025-10-11[orc-rt] Align SimpleNativeMemoryMap Segment with LLVM type. (#162823)Lang Hames
2025-10-10[orc-rt] Enable span<const char> use in SPSWrapperFunctions. (#162792)Lang Hames
2025-10-09[orc-rt] Remove (effectively) unused header orc-rt-c/orc-rt.h. NFCI.Lang Hames
2025-10-09[orc-rt] Add Session class. (#162590)Lang Hames
2025-10-09[orc-rt] Add SimpleNativeMemoryMap. (#162584)Lang Hames
2025-10-09[orc-rt] Add ResourceManager interface.Lang Hames
2025-10-09[orc-rt] Enable SPS transparent conversion for reference arguments. (#162563)Lang Hames
2025-10-08[orc-rt] Rename unit tests for consistency. NFCI.Lang Hames
2025-10-08[orc-rt] Hoist DirectCaller test utility into header to enable re-use. (#162405)Lang Hames
2025-10-07[orc-rt] Add unit test utility: MakeAllocAction. (#162229)Lang Hames
2025-10-07[orc-rt] Fix header ordering. NFCI.Lang Hames
2025-10-07[orc-rt] Add SPS serialization support for size_t. (#162214)Lang Hames
2025-10-07[orc-rt] Enable transparent SPS conversion for Expected<T*>. (#162073)Lang Hames
2025-10-06[orc-rt] Clean up SPSWrapperFunction unittest names.Lang Hames
2025-10-06[orc-rt] Enable transparent SPS conversion for ptrs via ExecutorAddr. (#162069)Lang Hames
2025-10-06[orc-rt] Remove incorrect noexcept specifiers.Lang Hames
2025-10-06[orc-rt] Add method-wrapper utils for use with WrapperFunction::handle. (#162...Lang Hames
2025-10-05[orc-rt] WrapperFunction::handle: add by-ref args, minimize temporaries. (#16...Lang Hames
2025-10-05[orc-rt] Support multiple copies of OpCounter unittest utility. (#161985)Lang Hames
2025-10-03[orc-rt] Add transparent SPS conversion for error/expected types. (#161768)Lang Hames
2025-10-03[orc-rt] Refactor WrapperFunction to simplify Serializer classes. (#161763)Lang Hames
2025-10-03[orc-rt] Add CallableTraitsHelper, refactor WrapperFunction to use it. (#161761)Lang Hames
2025-10-03[orc-rt] Add testcase for Expected<Expected<T>> support. (#161660)Lang Hames
2025-10-02[orc-rt] Fix typo in comment. NFC.Lang Hames
2025-10-02[orc-rt] Add support for constructing Expected<Error> values. (#161656)Lang Hames
2025-10-02[orc-rt] Tidy up some type_traits uses. NFC.Lang Hames
2025-09-10[orc-rt] Simplify construction of SPSSerializableExpected from values. (#157796)Lang Hames
2025-09-10[orc-rt] Add WrapperFunction::handle support for fns, fn-ptrs. (#157787)Lang Hames
2025-09-10[orc-rt] Use perfect forwarding for scope-exit initialization. (#157786)Lang Hames
2025-09-10[orc-rt] Host std::decay_t out of helper for orc_rt::bind_front. NFC. (#157785)Lang Hames
2025-09-10[orc-rt] Restore perfect forwarding to move_only_function init (#157784)Lang Hames
2025-09-10[orc-rt] Add const support to move_only_function. (#157781)Lang Hames
2025-09-10[orc-rt] Rename helper class. NFC.Lang Hames
2025-09-10[orc-rt] Hoist std::decay_t out of helper class.Lang Hames
2025-09-09[orc-rt] Add SPS serialization for AllocAction and AllocActionPair. (#157620)Lang Hames