aboutsummaryrefslogtreecommitdiff
path: root/std/special/compiler_rt
AgeCommit message (Expand)Author
2018-11-17aarch64 improvementsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-13C ABI and compiler rt improvements for ARMAndrew Kelley
2018-07-09zig fmtAndrew Kelley
2018-07-03Clean up outstanding compiler_rt todosMarc Tiehuis
2018-07-02Merge pull request #1176 from bnoordhuis/f16-stdAndrew Kelley
2018-06-30Alignment fix and allow rudimentary f128 float printingMarc Tiehuis
2018-06-30compiler_rt: Remove wrapping add/sub operators where unneededMarc Tiehuis
2018-06-30compiler_rt: Add floattitf/floattidf/floattisfMarc Tiehuis
2018-06-30compiler_rt: Add missing exportsMarc Tiehuis
2018-06-30compiler_rt: Add floatuntitfMarc Tiehuis
2018-06-30compiler_rt: Add floatunditf and floatunsitfMarc Tiehuis
2018-06-30compiler_rt: Add floatuntisfMarc Tiehuis
2018-06-30compiler_rt: Add trunc f128 narrowing functionsMarc Tiehuis
2018-06-30add std.math f16 nan supportBen Noordhuis
2018-06-27add f16 typeBen Noordhuis
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-14Add windows x86_64 i128 abi workaroundMarc Tiehuis
2018-06-13Add i128 compiler-rt div/mul supportMarc Tiehuis
2018-06-04support `zig fmt: off` and `zig fmt: on` between top level declsAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-02fix compiler-rt tests accidentally running std testsAndrew Kelley
2018-05-01behavior tests passing with new pointer deref syntaxAndrew Kelley
2018-04-28fix compiler-rt ABI for x86_64 windowsAndrew Kelley
2018-03-08Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-03-06ptrCast builtin now gives an error for removing const qualifierAndrew Kelley
2018-01-25Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2018-01-22add new kind of test: generating .h files. and moreAndrew Kelley
2018-01-16Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2018-01-12*WIP* proof of concept error return tracesAndrew Kelley
2017-12-26Merge branch 'master' into llvm6Andrew Kelley
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23Merge remote-tracking branch 'origin/master' into llvm6Andrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-19bring back code that uses export and fix testsAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-04Merge branch 'master' into llvm6Andrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-11-02update to llvm masterAndrew Kelley
2017-10-24fix missing compiler_rt in release modesAndrew Kelley