aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2024-03-06Fix incorrectly resolved merge conflictsmlugg
2024-03-06compiler: namespace type equivalence based on AST node + capturesmlugg
2024-03-06InternPool: create specialized functions for loading namespace typesmlugg
2024-03-02Merge pull request #19152 from antlilja/llvm-broken-debugAndrew Kelley
2024-03-02Air: replace `.dbg_inline_*` with `.dbg_inline_block`Jacob Young
2024-03-02LLVM: Fail to emit if LLVM encounters broken debug infoantlilja
2024-03-02LLVM: Add enableBrokenDebugInfoCheck and getBrokenDebugInfoantlilja
2024-02-29codegen: handle dbg_var scoping correctly after eliding more ZIR blocksmlugg
2024-02-29LLVM Builder: Fix emission of enum debug enumerator info bitcodeantlilja
2024-02-28LLVM: Don't create a debug lexical block when inliningantlilja
2024-02-28Builder: Implement StrtabString and use it for Global namesantlilja
2024-02-28LLVM: Implement more efficient blob writingantlilja
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-26move Zcu.LazySrcLoc to std.zig.LazySrcLocAndrew Kelley
2024-02-26compiler: decide dbg_var scoping based on AIR blocksmlugg
2024-02-26Merge pull request #19083 from antlilja/llvm-blockinfoAndrew Kelley
2024-02-25Merge pull request #19080 from jacobly0/llvm-per-mod-stripAndrew Kelley
2024-02-25Merge pull request #18906 from jacobly0/x86_64-testsAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-26Builder: Reduce size of DebugLoc abbrevantlilja
2024-02-26Builder: Use BlockInfo block to reduce size of bitcodeantlilja
2024-02-25llvm: free llvm data before running llvm optimizationsJacob Young
2024-02-25llvm: implement per-module strippingJacob Young
2024-02-25Merge pull request #19074 from antlilja/llvm-debug-locJacob Young
2024-02-25llvm: remork memory management in emitJacob Young
2024-02-25x86_64: implement optional comparisonsJacob Young
2024-02-25Sema: implement vector coercionsJacob Young
2024-02-25Builder: Fix llvm ir debug location outputantlilja
2024-02-25Builder: Improve debug location systemantlilja
2024-02-24BitcodeWriter: cleanup type widthsJacob Young
2024-02-24Builder: fix bitcode widthsJacob Young
2024-02-24Builder: Emit metadata attachment for globalsantlilja
2024-02-23llvm: revert debug file path resolution changesJacob Young
2024-02-23Builder: fix inconsequential llvm ir flag syntaxJacob Young
2024-02-23llvm: optimize i32 constantsJacob Young
2024-02-23Builder: fix llvm ir/bc difference with allocasJacob Young
2024-02-23Builder: fix aliases in bitcodeJacob Young
2024-02-23Builder: fix x86_fp80 constants in bitcodeJacob Young
2024-02-23Builder: fix minor llvm ir syntax errorsJacob Young
2024-02-23Builder: implement opaque structs in bitcodeJacob Young
2024-02-23Builder: change tuple metadata to not be inlined in llvm irJacob Young
2024-02-23llvm: revert bad cleanupJacob Young
2024-02-23Builder: fix inconsequential llvm ir metadata syntaxJacob Young
2024-02-23Builder: sync distinct bits with previous implementationJacob Young
2024-02-23LLVM Builder: Make some Metadata no longer be distinctantlilja
2024-02-23LLVM Builder: Formattingantlilja
2024-02-23Builder: fix debug location of the first instruction in a blockJacob Young
2024-02-22Builder: fix float constants in llvm irJacob Young
2024-02-22Builder: fix bitcode strtabJacob Young
2024-02-22Builder: fix llvm ir value namesJacob Young