aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
AgeCommit message (Expand)Author
2023-07-20llvm: cleanup LLVM IR dumpingJacob Young
2023-07-19llvm: fix various crashesJacob Young
2023-07-19llvm: minor fixesJacob Young
2023-07-19llvm: convert most instructionsJacob Young
2023-07-19llvm: convert cursor positioningJacob Young
2023-07-19llvm: convert basic block creationJacob Young
2023-07-19llvm: finish converting constantsJacob Young
2023-07-19llvm: cleanup management and implement more const functionsJacob Young
2023-07-19llvm: cleanup initJacob Young
2023-07-19llvm: finish converting `lowerValue`Jacob Young
2023-07-19llvm: convert all calls to `constInt`Jacob Young
2023-07-19llvm: remove more usages of `llvm.Type`Jacob Young
2023-07-19llvm: finish converting `lowerType`Jacob Young
2023-07-19llvm: compute data layout without help like a grownup compilerJacob Young
2023-07-19llvm: start tracking more things without relying on the llvm apiJacob Young
2023-07-18compiler: rework inferred error setsAndrew Kelley
2023-07-18rework generic function callsAndrew Kelley
2023-07-10add stand alone test to verify bulk-memory featuresLuuk de Gram
2023-07-08llvm: add safety-check for Wasm memsetLuuk de Gram
2023-07-08llvm: add safety-check for Wasm memcpyLuuk de Gram
2023-07-01llvm: cast optional null ptr representation to generic address spaceRobin Voetter
2023-06-27Air: store interned values in Air.Inst.Refmlugg
2023-06-25compiler: start moving safety-checks into backendsAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24LLVM: move many DeclGen methods to ObjectAndrew Kelley
2023-06-23llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64kcbanner
2023-06-20Type: delete legacy allocation functionsJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite themEric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-11InternPool: avoid as many slices pointing to `string_bytes` as possibleJacob Young
2023-06-11llvm: fix more name lifetimesJacob Young
2023-06-10llvm: fix name lifetimeJacob Young
2023-06-10llvm: fix undefined pointer typeJacob Young
2023-06-10compiler: eliminate Decl.value_arena and Sema.perm_arenaAndrew Kelley
2023-06-10InternPool: fix more key lifetime issuesJacob Young
2023-06-10llvm: fix lowering of lazy valuesJacob Young
2023-06-10InternPool: fix element pointer type computationsJacob Young
2023-06-10InternPool: remove memoized_declAndrew Kelley
2023-06-10InternPool: add representation for value of empty enums and unionsmlugg
2023-06-10InternPool: improve hashing performanceAndrew Kelley
2023-06-10InternPool: pass by const pointerAndrew Kelley
2023-06-10behavior: fix more compiler crashesJacob Young
2023-06-10behavior: additional llvm fixesJacob Young
2023-06-10Module: move memoized data to the intern poolJacob Young
2023-06-10behavior: pass more tests on llvm againJacob Young
2023-06-10behavior: get more test cases passing with llvmJacob Young
2023-06-10Module: rename functions to make ownership checks explicitJacob Young
2023-06-10llvm: simplify control flow lowering structsAndrew Kelley
2023-06-10TypedValue: implement more printsJacob Young