aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
AgeCommit message (Expand)Author
2022-11-20compute LLVMTypes in ParamTypeIterator (#13592)Guillaume Wenzek
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-16Sema+llvm: improve handling of namespace-like unionsVeikka Tuominen
2022-11-16llvm: implement arbitrary precision debug enumeratorsVeikka Tuominen
2022-11-12llvm: check that tuple fields have runtime bitsVeikka Tuominen
2022-11-12llvm: correctly lower references to generic functionsVeikka Tuominen
2022-11-11llvm: correct calculation of index of zero-bit fieldVeikka Tuominen
2022-11-11llvm: fix leaks of fully qualified namesVeikka Tuominen
2022-11-11stage2: Support modifiers in inline asmCody Tapscott
2022-11-10stage2 llvm: Elide more loadsCody Tapscott
2022-11-10stage2: Be more strict about eliding loadsCody Tapscott
2022-11-09llvm: implement packed unionsVeikka Tuominen
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-02Merge pull request #13396 from Luukdegram/fix-12880Andrew Kelley
2022-11-02stage2 llvm: Respect alignment for `.union_init`Cody Tapscott
2022-11-01llvm: mangle extern Wasm functionsLuuk de Gram
2022-10-27Merge pull request #13288 from Vexu/opt-sliceAndrew Kelley
2022-10-27Merge pull request #13257 from topolarity/ctype-fixesAndrew Kelley
2022-10-27Sema: use `runtime_value` instead of creating allocsVeikka Tuominen
2022-10-27llvm: pass optional slices like regular slicesVeikka Tuominen
2022-10-27llvm: do not return undefined pointers from array_to_sliceVeikka Tuominen
2022-10-27llvm: handle namespace like packed structsVeikka Tuominen
2022-10-27stage2: optimize size of optional slicesVeikka Tuominen
2022-10-23Merge pull request #13251 from Vexu/c-abiAndrew Kelley
2022-10-22x86_64 llvm: correct lowering of ptr sized float structVeikka Tuominen
2022-10-22stage2: implement RISCV C ABIVeikka Tuominen
2022-10-22add C ABI tests for simd vectorsVeikka Tuominen
2022-10-21std.Target: Remove `longDoubleIs`Cody Tapscott
2022-10-21stage2: Add `.save_err_return_trace_index` AIR opCody Tapscott
2022-10-21aarch64 C ABI: return union instead of array of two enumsVeikka Tuominen
2022-10-21stage2: implement ARM C ABIVeikka Tuominen
2022-10-21Merge pull request #13219 from Vexu/stage2-fixesVeikka Tuominen
2022-10-20stage2: fix handling of aarch64 C ABI float array like structsVeikka Tuominen
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-17tools: add lldb stage2 pretty printersJacob Young
2022-10-15llvm: fix lowering of non-byte-aligned field pointersJacob Young
2022-10-15llvm: fix lowering of runtime refs to comptime-only declsJacob Young
2022-10-15Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...Andrew Kelley
2022-10-15llvm: fix bug lowering aggregate_init with a byref sentinelJacob Young
2022-10-15Merge pull request #13100 from topolarity/powerpc64leAndrew Kelley
2022-10-14stage2: fix emitting asm and bin at the same timeJacob Young
2022-10-13stage2: Use softfloat for `f16` on MIPS targetsCody Tapscott
2022-10-13Disable llvm.prefetch for PowerPCCody Tapscott
2022-10-13stage2: Add softfloat support for `@reduce`Cody Tapscott
2022-10-13stage2 LLVM: Correct long double for WASMCody Tapscott
2022-10-13stage2: Fix softfloat support for PPC64(LE)Cody Tapscott
2022-10-12stage2: improve globals with address spaces a littleRobin Voetter
2022-10-12stage2: f128 improvements for targets that do not support itRobin Voetter
2022-10-12stage2: add @addrSpaceCast builtinRobin Voetter
2022-10-12stage2: improve addrspace handlingRobin Voetter