aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/compiler_rt.zig
AgeCommit message (Expand)Author
2021-01-15Add compiler-rt stub for SPARC CPUsKoakuma
2021-01-12implement emutls in compiler_rtSébastien Marie
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2020-12-31Year++Frank Denis
2020-10-16std: Add libssp implementation for GNU/Windows targetsLemonBoy
2020-08-30compiler-rt: Add missing floatdisf routineLemonBoy
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-20disallow extern variables with initializersVexu
2020-07-29compiler_rt: add floatditfVexu
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-03compiler-rt: Add the __atomic family of builtinsLemonBoy
2020-03-31clean up the duplicate export logic for __clear_cacheAndrew Kelley
2020-03-31compiler-rt: More clear_cache implementationsLemonBoy
2020-03-30compiler-rt: don't export __clear_cache when no impl availableAndrew Kelley
2020-03-31compiler-rt: implement clear_cache for arm32-linuxTimon Kruiper
2020-03-30compiler-rt: Implement all the shift builtinsLemonBoy
2020-03-24compiler-rt: Add __divtf3LemonBoy
2020-03-24compiler-rt: aarch64 implementation of __clear_cacheAndrew Kelley
2020-02-28fix __stack_chk_guard emitted even when not linking libcAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-11compiler-rt: Export the AEABI builtins when targeting thumbLemonBoy
2020-01-22compiler-rt: Port __mulsi3 builtinLemonBoy
2020-01-19Nuke some more codeLemonBoy
2020-01-19Export MSVC builtins inconditionallyLemonBoy
2020-01-19Minor cleanupLemonBoy
2020-01-19Nuke some repeated codeLemonBoy
2020-01-17Port clzsi2 from compiler_rt, required for using std.fmt.format on some ARM a...Michaël Larouche
2020-01-16Minor changes to the ARM builtin fnsLemonBoy
2020-01-15Move definition of __aeabi_read_tpLemonBoy
2020-01-15Remove unnecessary logicLemonBoy
2020-01-15Rearrange some builtin functions placementLemonBoy
2020-01-09New @export() handlingLemonBoy
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2020-01-07Use the correct calling convention for AEABI intrinsicsLemonBoy
2020-01-06Add more compiler-rt functions for ARM platformLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-10Fix stack-probe symbol redefinitionLemonBoy
2019-10-09Remove x86/Windows name mangling hackLemonBoy
2019-10-09Shuffle around some stack-probing functionsLemonBoy
2019-10-06Initial support for i386-windows-msvc targetLemonBoy
2019-09-25mv std/ lib/Andrew Kelley