| Age | Commit message (Expand) | Author |
| 2022-02-19 | x64: add unsigned div and move logic into a helper fn | Jakub Konka |
| 2022-02-19 | x64: implement div_exact for ints (signed+unsigned) | Jakub Konka |
| 2022-02-19 | Merge pull request #10924 from ziglang/air-independence-day | Andrew Kelley |
| 2022-02-18 | stage2: make AIR not reference ZIR for inline assembly | Andrew Kelley |
| 2022-02-18 | stage2: Implement `@bitReverse` and `@byteSwap` | Cody Tapscott |
| 2022-02-18 | x64: ensure 16byte stack alignment across calls | Jakub Konka |
| 2022-02-18 | x64: rename copyToNewRegister to copyToRegisterWithInstTracking for impr clarity | Jakub Konka |
| 2022-02-18 | x64: fix wrong regalloc with inst tracking in airCmp | Jakub Konka |
| 2022-02-18 | x64: implement array_elem_val when array is stored in memory | Jakub Konka |
| 2022-02-18 | x64: implement array_elem_val when array fits in register | Jakub Konka |
| 2022-02-18 | x64: implement slice_elem_ptr | Jakub Konka |
| 2022-02-18 | x64: pass all args on stack in debug and if not extern fn | Jakub Konka |
| 2022-02-17 | x64: fix ptr_add and ptr_sub | Jakub Konka |
| 2022-02-17 | x64: handle storing non-pow2 values to stack from register | Jakub Konka |
| 2022-02-16 | x64: refactor use of inline memcpy | Jakub Konka |
| 2022-02-16 | x64: overhaul stack handling mechanics | Jakub Konka |
| 2022-02-16 | x64: fix signed truncate | Jakub Konka |
| 2022-02-16 | x64: separate ptr_add and ptr_sub from normal bin ops | Jakub Konka |
| 2022-02-16 | x64: implement airSlice | Jakub Konka |
| 2022-02-16 | x64: fix ptr_add | Jakub Konka |
| 2022-02-16 | x64: impl genBinMathOpMir for ptr_stack_off and PIE memory | Jakub Konka |
| 2022-02-11 | macho: correctly lower slices incl reloc and rebase tracking | Jakub Konka |
| 2022-02-11 | codegen: handle lowering of const slice pointers | Jakub Konka |
| 2022-02-10 | stage2: handle truncate to signed non-pow-two integers | Jakub Konka |
| 2022-02-09 | stage2: implement all builtin floatops for f{16,32,64} | John Schmidt |
| 2022-02-08 | stage2: handle direct and got load for stack args | Jakub Konka |
| 2022-02-08 | stage2: tiny improvements all over the place | Jakub Konka |
| 2022-02-08 | Merge pull request #10832 from ziglang/x64-more-structs | Jakub Konka |
| 2022-02-07 | stage2: implement @sqrt for f{16,32,64} | John Schmidt |
| 2022-02-07 | stage2,x64: impl lowering of shift ops in Emit | Jakub Konka |
| 2022-02-07 | stage2,x64: impl masking reg for struct_field_val | Jakub Konka |
| 2022-02-07 | stage2,x64: fix registerAlias helper function | Jakub Konka |
| 2022-02-07 | stage2,x64: implement genSetStack for memory operand | Jakub Konka |
| 2022-02-07 | Merge pull request #10803 from ziglang/decl-has-lib-name | Andrew Kelley |
| 2022-02-07 | stage2: lower unnamed constants in Elf and MachO | Jakub Konka |
| 2022-02-06 | stage2: add new Decl subtype, ExternFn | Jakub Konka |
| 2022-02-06 | x86_64: add distinct MCValue representing symbol index in the linker | Jakub Konka |
| 2022-02-06 | stage2 regalloc: Introduce error.OutOfRegisters | joachimschmidt557 |
| 2022-02-04 | x64: implement storing to MCValue.memory for PIE targets | Jakub Konka |
| 2022-02-03 | stage2: remove the concept of register exceptions | Jakub Konka |
| 2022-02-03 | x64: swap out register exceptions for freeze/unfreeze api | Jakub Konka |
| 2022-02-03 | x64: use freeze/unfreeze api; TODO for PIE | Jakub Konka |
| 2022-02-03 | Merge branch 'test-1486' of git://github.com/mparadinha/zig into mparadinha-t... | Jakub Konka |
| 2022-02-02 | stage2: pad out (non-packed) struct fields when lowering to bytes | Jakub Konka |
| 2022-02-02 | x86_64: handle struct_field_ptr for stack_offset mcv | Jakub Konka |
| 2022-02-02 | x86_64: handle struct_field_ptr for register mcv | Jakub Konka |
| 2022-02-02 | x86_64: start moving to new regalloc freeze API | Jakub Konka |
| 2022-02-02 | need to go through the GOT, and use a temporary register | mparadinha |
| 2022-02-02 | implement store for 8 byte immediates | mparadinha |
| 2022-02-02 | implement storing to MCValue.memory | mparadinha |