aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2022-03-19stage2: add dbg_block_{begin,end} instructionVeikka Tuominen
2022-03-18CBE: add support for tuplesDaniele Cocca
2022-03-17Implement `@byteSwap` for vectorsJohn Schmidt
2022-03-17stage2: implement `@reduce`Andrew Kelley
2022-03-17stage2: prevent UB in the LLVM backendAndrew Kelley
2022-03-16Implement `@mulAdd` for vectorsJohn Schmidt
2022-03-16CBE: better handling of sentineled slices/arraysDaniele Cocca
2022-03-16LLVM: fix slice debug info and functionsAndrew Kelley
2022-03-16LLVM: make the load function copy isByRef=true typesAndrew Kelley
2022-03-16stage2 llvm: keep track of inlined functionsVeikka Tuominen
2022-03-16Sema: emit dbg_func around inline callsVeikka Tuominen
2022-03-16LLVM: fix LLVM assertion when slicingAndrew Kelley
2022-03-16LLVM: implement debug info for structsAndrew Kelley
2022-03-16stage2 llvm: fix `@extern`Veikka Tuominen
2022-03-15stage2: Fix panic on initializing comptime fields in tupleCody Tapscott
2022-03-15CBE: fix output of airMinMax()Daniele Cocca
2022-03-14LLVM: clean up airUnaryOp to call callFloatUnaryAndrew Kelley
2022-03-14stage2: fixups for topolarity-comptime-memory-reinterp branchAndrew Kelley
2022-03-14stage2 llvm: Respect container type when lowering parent pointersCody Tapscott
2022-03-14stage2: Add container_ty/elem_ty to elem_ptr, field_ptr, *_payload_ptr ValuesCody Tapscott
2022-03-15Merge pull request #11167 from mitchellh/codegen-arraysAndrew Kelley
2022-03-15stage2: add debug info for globals in the LLVM backendWilliam Sengir
2022-03-14stage2: LLVM codegen of arrays should use type length, not value lengthMitchell Hashimoto
2022-03-14Merge pull request #11143 from jmc-88/cbeAndrew Kelley
2022-03-14CBE: split {clz,ctz,mod,popCount,byteSwap,bitReverse} by typeDaniele Cocca
2022-03-14stage2: rework Value storage of structs and arraysAndrew Kelley
2022-03-14LLVM: fix int_to_float signedness detectionAndrew Kelley
2022-03-14LLVM: fix debug info for local varsAndrew Kelley
2022-03-14Remove signed_type from zig_{clz,ctz,popcount}Daniele Cocca
2022-03-14Review suggestion: use hasRuntimeBitsIgnoreComptime()Daniele Cocca
2022-03-13CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bitsDaniele Cocca
2022-03-13CBE: skip 0 bit integers from function signaturesDaniele Cocca
2022-03-13stage2: add debug info for locals in the LLVM backendAndrew Kelley
2022-03-12stage2 llvm: do not use getIntrinsic for airFrameAddressVeikka Tuominen
2022-03-11LLVM: use hasRuntimeBitsIgnoreComptime instead of hasRuntimeBitsAndrew Kelley
2022-03-11LLVM: fix debug info for pointers to voidAndrew Kelley
2022-03-11CBE: implement clz, ctz for ints <= 128 bitsDaniele Cocca
2022-03-11stage2: implement `@shuffle` at runtimeVeikka Tuominen
2022-03-11stage2: passing threadlocal tests for x86_64-linuxAndrew Kelley
2022-03-10stage2 llvm: implement lowerParentPtr for int_{u,i}64Veikka Tuominen
2022-03-09Sema: implement pointer to tuple to pointer to array coercionAndrew Kelley
2022-03-08LLVM: fix memory leak of debug type namesAndrew Kelley
2022-03-08LLVM: add debug info for opaque, vector, and tuplesAndrew Kelley
2022-03-08LLVM: no longer store args into alloca instructionsAndrew Kelley
2022-03-08LLVM: add debug info for parametersAndrew Kelley
2022-03-08LLVM: fix not handling dbg_stmt relative lineAndrew Kelley
2022-03-08LLVM: add debug type lowering for ptr, slice, opaque, optionalAndrew Kelley
2022-03-08LLVM: memoize debug types and add enum debug typesAndrew Kelley
2022-03-08LLVM: add DISubprogram and DIType lowering; handle dbg_stmtAndrew Kelley
2022-03-08LLVM: add compile unit to debug infoAndrew Kelley