aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2025-05-17x86_64: rewrite vector `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `+|`Jacob Young
2025-05-17x86_64: rewrite scalar `@shlWithOverflow`Jacob Young
2025-05-12Air: Fix mustLower() for atomic_load with inter-thread ordering.Alex Rønne Petersen
2025-05-12riscv64: Handle writes to the zero register sensibly in result bookkeeping.Alex Rønne Petersen
2025-05-12riscv64: Add missing fence for seq_cst atomic_store.Alex Rønne Petersen
2025-05-12riscv64: Get rid of some trailing whitespace.Alex Rønne Petersen
2025-05-01wasm-c-abi: llvm fix struct handling + reorganizePavel Verigo
2025-04-26compiler: add @memmove builtindweiller
2025-04-11Merge pull request #23061 from pavelverigo/stage2-wasm-miscAndrew Kelley
2025-04-11x86_64: pass exact integer bit sizes to compiler-rt routinesJacob Young
2025-04-11std.Target: Rename charSignedness() to cCharSignedness().Alex Rønne Petersen
2025-04-10x86_64: fix `error_set_has_value` of inferred error setsJacob Young
2025-04-10x86_64: add avx512 registersJacob Young
2025-04-10x86_64: support rip-relative addressing to labels in inline asmJacob Young
2025-04-10x86_64: remove broken const value trackingJacob Young
2025-04-09x86_64: fix switch on big intsJacob Young
2025-04-09x86_64: rewrite scalar `@mulWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@subWithOverflow`Jacob Young
2025-04-09x86_64: rewrite scalar `@addWithOverflow`Jacob Young
2025-04-05x86_64: fix incorrect handling of unreusable operandsJacob Young
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-03-24stage2-wasm: packed store/load 128 bitsPavel Verigo
2025-03-24stage2-wasm: behavior tests pass with ReleaseFast/SmallPavel Verigo
2025-03-24stage2-wasm: pass field_parent_ptr testsPavel Verigo
2025-03-24stage2-wasm: enable undef test + ignore undef store/memset with safety offPavel Verigo
2025-03-24stage2-wasm: fix error union handlingPavel Verigo
2025-03-24stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arrPavel Verigo
2025-03-24stage2-wasm: clz fixPavel Verigo
2025-03-24stage2-wasm: fix comparing and storing optionalsPavel Verigo
2025-03-23Merge pull request #23209 from jacobly0/x86_64-rewriteJacob Young
2025-03-22x86_64: fix rare miscomp that clobbers memoryJacob Young
2025-03-22x86_64: fix packedStore miscomp by spilling EFLAGSBingwu Zhang
2025-03-21x86_64: rewrite scalar shiftsJacob Young
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-03-10x86_64: implement select of register maskJacob Young
2025-03-10x86_64: fix symbol bugsJacob Young
2025-03-07x86_64: reuse single register code during register write splittingJacob Young
2025-03-07x86_64: implement write register splittingJacob Young
2025-03-07x86_64: rewrite aggregate initJacob Young
2025-03-02Merge pull request #22529 from xtexx/x86-64/shl-sat-intJacob Young
2025-03-02x86_64: implement integer saturating left shifting codegenxtex
2025-03-01x86_64: rewrite wrapping add/subJacob Young
2025-02-25x86_64: use ZON for encodingsmlugg
2025-02-22zig build fmtAndrew Kelley
2025-02-22arch/sparc64/CodeGen: Fix indentation in realStackOffset87flowers
2025-02-22stage2-wasm: implement switch_dispatch + handle > 32 bit integers in switchesPavel Verigo
2025-02-22x86_64: rewrite scalar `@bitReverse`Jacob Young
2025-02-18x86_64: rewrite scalar `@popCount`Jacob Young
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young