AgeAuthorCommit message
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Make some Metadata no longer be distinct
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Formatting
2 years agogravatar for jacobly@ziglang.orgJacob YoungBuilder: fix debug location of the first instruction in a block
2 years agogravatar for jacobly@ziglang.orgJacob YoungBuilder: fix float constants in llvm ir
2 years agogravatar for jacobly@ziglang.orgJacob YoungBuilder: fix bitcode strtab
2 years agogravatar for liljaanton2001@gmail.comantliljaRevert build.zig to old 7GB value
2 years agogravatar for jacobly@ziglang.orgJacob YoungBuilder: fix llvm ir value names
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Set new debug location after inlining
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Emit metadata kinds and function metadata attachments
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Emit type for debug subprogram
2 years agogravatar for jacobly@ziglang.orgJacob YoungBuilder: support printing metadata in llvm ir
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Fix on 32-bit systems
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Emit debug vector types with DIVector flag
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Correctly emit debug subranges
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Rework MetadataString to not rely on String
2 years agogravatar for jacobly@ziglang.orgJacob Youngllvm: fix builds that don't link with libllvm
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Remove unused from llvm/bindings.zig and zig_llvm.h/.cpp
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Remove use of LLVM in Builder
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Emit debug info and metadata
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Add Metadata/Debug bitcode IR
2 years agogravatar for liljaanton2001@gmail.comantliljacodegen/llvm: Remove use of DIBuilder and output bin by parsing bitcode
2 years agogravatar for liljaanton2001@gmail.comantliljaAdd LLVM bindings for parsing LLVM bitcode
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Emit bitcode even if libllvm is not present
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Add debug locations to instructions
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Add debug/metadata system
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Add toBitcode to Builder
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM IR specific bitcode
2 years agogravatar for liljaanton2001@gmail.comantliljaAdd LLVM bitcode writer
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Add dbg.declare and dbg.value intrinsics
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Add integer values to more enums fields
2 years agogravatar for liljaanton2001@gmail.comantliljaFix FastMath packed struct
2 years agogravatar for liljaanton2001@gmail.comantliljaAdded value_indices and valueIndex to Function
2 years agogravatar for liljaanton2001@gmail.comantliljaMade .block = false in WipFunction.hasResultWip
2 years agogravatar for liljaanton2001@gmail.comantliljaBuilder: Add function_attributes_set
2 years agogravatar for liljaanton2001@gmail.comantliljaAdded opcode functions to Instruction/Constant.Tag
2 years agogravatar for liljaanton2001@gmail.comantliljaAdded values to AtomicRmw.Operation enum fields
2 years agogravatar for liljaanton2001@gmail.comantliljaFixed values in AtomicOrdering enum
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Add toLlvm helper to Alignment
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Add strtab helper to String
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM Builder: Make Type.Simple reflect LLVM codes
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Make sure child types get added first
2 years agogravatar for liljaanton2001@gmail.comantliljaLLVM: Assign correct values to enum/union tags
2 years agogravatar for garrisonhh@pm.mearrisonhhbadge-checkSema: fix peer type resolution for arrays of coercible elements
2 years agogravatar for jacobly@ziglang.orgJacob Youngllvm: fix c abi for structs not passed in registers
2 years agogravatar for jacobly@ziglang.orgJacob Youngc_import: extract behavior tests that use `@cImport`
2 years agogravatar for techatrix@mailbox.orgTechatrixbadge-checkjson: make std.json.stringifyAlloc return a mutable slice (#19013)
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggLiveness: do not elide safety-checked instructions
2 years agogravatar for jacobly@ziglang.orgJacob Youngcbe: make more use of `InternPool.Index.Slice`
2 years agogravatar for mlugg@mlugg.co.ukMatthew LuggSema: validate that runtime-known inferred alloc does not have comptime-only type
2 years agogravatar for ian@ianjohnson.devIan JohnsonPackage.Fetch: fix Git package fetching
Loading...