aboutsummaryrefslogtreecommitdiff
path: root/std/special
AgeCommit message (Expand)Author
2019-05-03compiler-rt: Add __modsi3, __umodsi3LemonBoy
2019-05-03compiler-rt: Add __moddi3, __divdi3LemonBoy
2019-04-29compiler-rt: Add __mulodi4LemonBoy
2019-04-29compiler-rt: Add __divmodsi4, __aeabi_idivmodLemonBoy
2019-04-29compiler-rt: Add __divsi3, __aeabi_idivLemonBoy
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-26self-hosted translate-c emits a hello world ASTAndrew Kelley
2019-04-26clean up test outputAndrew Kelley
2019-04-24compiler-rt: Add missing import of test for comparesf2vegecode
2019-04-24compiler-rt: add aeabi_dcmp, comparedf2vegecode
2019-04-21compiler-rt: add aeabi_fcmp, comparesf2vegecode
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-04-15wasi: switch to "standard" wasi_unstable module fnShritesh Bhattarai
2019-04-13wasi: sigabrt at panicShritesh Bhattarai
2019-04-13wasi: use __wasi_proc_exit instead of posix.exitShritesh Bhattarai
2019-04-13WIP: hello worldShritesh Bhattarai
2019-04-10__muloti4 does not need the ABI workaround on WindowsAndrew Kelley
2019-04-10compiler-rt: better way to do the ABI required on WindowsAndrew Kelley
2019-04-10compiler_rt: `@divTrunc` rather than `@divFloor` in muloti4Andrew Kelley
2019-04-10compiler-rt: correct use_thumb_1 flagvegecode
2019-04-05build: usageAndErr clean exit (#2194)Shritesh Bhattarai
2019-04-05Add divdf3 to compiler_rtvegecode
2019-04-05Fixes to divsf3 (#2186)vegecode
2019-04-04fix `@divFloor` returning incorrect value and add `__modti3`Andrew Kelley
2019-04-04Add divsf3 to compiler rtvegecode
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-04-02more regression fixesAndrew Kelley
2019-03-31Remove inline keywords in addXf3.zig pending #2154vegecode
2019-03-31Add all __aeabi functions (C versions) who alias currently existing functions...vegecode
2019-03-31Add __aeabi_{f,d}neg and __neg{s,d,X}f2 to compiler-rtvegecode
2019-03-31Add __aeabi_{f,d}{add,sub} and __{add,sub}{s,d}f3 to compiler-rtvegecode
2019-03-31Add __aeabi_mem{cmp,clr,set,cpy,move} to compiler-rtvegecode
2019-03-31Add memcmp to builtinsvegecode
2019-03-27fix build on arm64Shawn Landden
2019-03-22add mulXf3 to compiler-rtAndrew Kelley
2019-03-18libc: separate linux headers from musl/glibcAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07multi-arch glibc headersAndrew Kelley
2019-03-05add popcountdi2 to compiler_rtAndrew Kelley
2019-03-03fix check for 64-bit arm platforms with new targetssjdh02
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02@returnAddress and @frameAddress return usize nowAndrew Kelley
2019-03-02compile error for import outside package pathAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-23fix `zig fmt` arg0 handled incorrectlyAndrew Kelley
2019-02-23introduce std.debug.captureStackTraceAndrew Kelley
2019-02-16fmt_runner: remove redundant checkAndrew Kelley
2019-02-16bring zig fmt to stage1Andrew Kelley
2019-02-15Use official llvm mirror for compiler-rt commit refMarc Tiehuis
2019-02-13compiler-rt: Add __addtf3, __subtf3 and __truncdfhf2Marc Tiehuis