Commits
User selector
Commit History
Commits on Feb 15, 2022
LLVM backend: refactor LLVM bitcount ops (#10882)
Show description for 807edd2authored
Commits on Feb 13, 2022
Commits on Feb 12, 2022
LLVM backend: handle unnamed structs when lowering array values
Show description for 91508e1authored andcommittedLLVM backend: avoid creating invalid LLVM types
Show description for 3823653authored andcommittedLLVM backend: call constPtrToInt instead of constBitCast
Show description for d72f832authored andcommitted- authored andcommitted
make f80 less hacky; lower as u80 on non-x86
Show description for a024affauthored andcommittedstage1: fix f80 size and alignment on x86 and arm
Show description for 166db1aauthored andcommittedstage2: LLVM backend: adjust replaceAllUsesWith usage
Show description for f293fbbauthored andcommitted
Commits on Feb 10, 2022
stage2: LLVM backend: make unnamed struct globals
Show description for c10fddecommittedstage2: implement all builtin floatops for f{16,32,64}
Show description for 7f0cf39authored andcommitted
Commits on Feb 7, 2022
stage2: implement @sqrt for f{16,32,64}
Show description for 722d4a1authored andcommittedMerge pull request #10803 from ziglang/decl-has-lib-name
Show description for 9acf06dauthored
Commits on Feb 6, 2022
stage2: add new Decl subtype, ExternFn
Show description for 556f0cecommitted
Commits on Feb 5, 2022
stage2: add support for Nvptx target
Show description for 0e1afb4authored
Commits on Feb 1, 2022
Merge pull request #10742 from ziglang/ArrayHashMapEql
Show description for 3e99495authored- committed
Commits on Jan 30, 2022
stage2: implement shl_exact and shr_exact
Show description for fb7060dcommitted
Commits on Jan 28, 2022
- committed
spirv: new module
Show description for 1b6ebcecommittedspirv: model spir-v section as separate type
Show description for 72e67aacommitted- committed
spirv: regenerate spec
Show description for 94dd763committed
Commits on Jan 26, 2022
c backend: use an explicit map of reserved idents
Show description for 618055dcommitted
Commits on Jan 25, 2022
stage2: rework a lot of stuff
Show description for a2abbeecommittedllvm backend: fix not updating map after deleting global
Show description for 65576eacommittedstage2: type system treats fn ptr and body separately
Show description for b34f994committed
Commits on Jan 24, 2022
- committed
Cody Tapscott - committed
Cody Tapscott Add `union` support to the C backend.
Show description for 587a443committed
Cody Tapscott- committed
Cody Tapscott - committed
Cody Tapscott - committed
Cody Tapscott - committed
Cody Tapscott
Commits on Jan 23, 2022
c backend: Implement aligning fields and local/global variables
Show description for f1b91bbauthored andcommitted