aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-builtins.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-21gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed...Arthur Cohen1-1/+1
2023-02-21gccrs: builtins: Move implementation into source fileArthur Cohen1-108/+12
2023-01-31gccrs: builtins: Add add_overflow builtin and refactor classArthur Cohen1-15/+36
2022-12-13gccrs: Add base for HIR to GCC GENERIC loweringPhilip Herron1-0/+189