aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/clear_cache.zig
AgeCommit message (Expand)Author
2025-08-25start adding big endian RISC-V supportAlex Rønne Petersen
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-16canonicalize loongarch clobbersAndrew Kelley
2025-07-16fix mips inline asmAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-07compiler-rt: Implement __clear_cache() for mips-netbsdAlex Rønne Petersen
2025-06-04compiler-rt: Issue VALGRIND_DISCARD_TRANSLATIONS request in __clear_cache().Alex Rønne Petersen
2025-05-19compiler-rt: Fix some exports to respect the common linkage and visibility.Alex Rønne Petersen
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2024-10-16compiler-rt: Use loongarch clear_cache() implementation for loongarch32 too.Alex Rønne Petersen
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-10loongarch: add __clear_cache builtin implementation (#21008)YANG Xudong
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2023-09-19compiler_rt: fight off `@as` invasionJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2022-11-04all: rename i386 to x86Ali Chraghi
2022-07-07compiler_rt: enable __clear_cache for stage2Andrew Kelley
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley