aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/compiler_rt
AgeCommit message (Expand)Author
2021-01-15Fix _Qp_cmp definitionKoakuma
2021-01-15Add compiler-rt stub for SPARC CPUsKoakuma
2021-01-12implement emutls in compiler_rtSébastien Marie
2020-12-31Year++Frank Denis
2020-12-09compiler-rt: Fix compilation of clzsi for armv6 targetsLemonBoy
2020-12-09compiler-rt: Avoid exposing atomic builtins when not supportedLemonBoy
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-09-03update uses of deprecated type field accessVexu
2020-08-30compiler-rt: Add missing floatdisf routineLemonBoy
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-07-29compiler_rt: add floatditfVexu
2020-07-05compiler-rt: fix bugs uncovered by previous commitxackus
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-06compiler-rt: Separate max size allowed for load/store and CASLemonBoy
2020-04-05compiler_rt/atomics: be consistent with `const value`daurnimator
2020-04-05Tidy up compiler_rt/atomicsdaurnimator
2020-04-03compiler-rt: don't forget to export these functionsAndrew Kelley
2020-04-03compiler-rt: Add the __atomic family of builtinsLemonBoy
2020-03-31remove unnecessary `inline`Andrew Kelley
2020-03-31clean up the duplicate export logic for __clear_cacheAndrew Kelley
2020-03-31compiler-rt: More clear_cache implementationsLemonBoy
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
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-27compiler-rt: Fix __floatunditfLemonBoy
2020-03-24compiler-rt: Add __divtf3LemonBoy
2020-03-24compiler-rt: fix __clear_cache on aarch64 darwinAndrew Kelley
2020-03-24compiler-rt: aarch64 implementation of __clear_cacheAndrew Kelley
2020-03-24Merge remote-tracking branch 'origin/llvm10'Andrew Kelley
2020-03-15allow `_` separators in number literals (stage 1)momumi
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28compiler-rt: inline at call site to workaround a bugAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-09compiler_rt: Fix clzsi2 implementation for Thumb1LemonBoy
2020-02-07remove workarounds for Windows native CPU featuresAndrew Kelley
2020-01-25Merge remote-tracking branch 'origin/master' into layneson-cpus_and_featuresAndrew Kelley
2020-01-23disable f128 compiler_rt tests failing on windowsAndrew Kelley
2020-01-22compiler_rt: fix mulsi3 test typoMichael Dusan
2020-01-22compiler-rt: Port __mulsi3 builtinLemonBoy
2020-01-19Fix some tests broken by the renamed filesLemonBoy
2020-01-19Nuke some more codeLemonBoy