aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2021-07-29stage2: garbage collect unused anon declsAndrew Kelley
2021-07-27stage2: move call to populateTestFunctions() outside performAllTheWork()Andrew Kelley
2021-07-27stage2: `zig test` now works with the LLVM backendAndrew Kelley
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-23Merge remote-tracking branch 'origin/master' into zld-incremental-2Jakub Konka
2021-07-23Merge pull request #9440 from ziglang/emit-bcAndrew Kelley
2021-07-22zig: -rdynamic now implies -fdll-export-fns unless the latter is explicitly set.Alex Rønne Petersen
2021-07-22fix double linking of compiler-rt symbols on wasmAndrew Kelley
2021-07-22support -fcompiler-rt in conjunction with build-objAndrew Kelley
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-07-22Merge remote-tracking branch 'origin/master' into zld-incremental-2Jakub Konka
2021-07-21remove 'pe' object formatAndrew Kelley
2021-07-20codegen: fix lowering of AIR return instructionAndrew Kelley
2021-07-20stage2: separate work queue item for functions than declsAndrew Kelley
2021-07-20stage2: first pass at printing AIR/Liveness to textAndrew Kelley
2021-07-20Sema: add a strategy for handling costly source locationsAndrew Kelley
2021-07-20stage2: compile error fixes for AIR memory layout branchAndrew Kelley
2021-07-20stage2: Air and Liveness are passed ephemerallyAndrew Kelley
2021-07-20stage2: update Liveness, SPIR-V for new AIR memory layoutAndrew Kelley
2021-07-19Fixed wrong "unable to load" error for non-existing import filesLoris Cro
2021-07-15zld: invoke traditional linker if has LLVM as a temp measureJakub Konka
2021-07-15zld: error out if LTO is requested targeting DarwinJakub Konka
2021-07-15zld: decommision use_lld for MachOJakub Konka
2021-07-10Fix libc include directories for the MSVC targetMartin Wickham
2021-07-08plan9 linker: produce an object file that can actually work!!!Jacob G-W
2021-07-03WASI: include exec-model in cache state.Takeshi Yoneda
2021-07-02stage2: improve AstGen FileNotFound error messageAndrew Kelley
2021-07-02stage2: tokenizer: require null terminated sourceAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-07-02stage2: print valid filename in error messagesJ.C. Moyer
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-30Merge pull request #9266 from ziglang/zld-dylibsJakub Konka
2021-06-29stage2: remove c_object_cache_digest_setAndrew Kelley
2021-06-29zld: remove system linker hack and lld hooksJakub Konka
2021-06-27Revert "Include package root dir in stage2 error messages"Andrew Kelley
2021-06-27Include package root dir in stage2 error messagesJ.C. Moyer
2021-06-25stage2: add --sysroot link optionIsaac Freund
2021-06-24Classify .m as ObjC, compile using clang and link with zldJakub Konka
2021-06-23stage2: fix crash when using stage1 backendAndrew Kelley
2021-06-23stage2: glue code to AstGen root source file when using stage1Andrew Kelley
2021-06-23stage2: slightly improve error reporting for missing importsAndrew Kelley
2021-06-23progress bar: call it "AST Lowering" instead of "AstGen"Andrew Kelley
2021-06-23run AstGen even when using the stage1 backendAndrew Kelley
2021-06-21stage2: remove unused parameter from importPkgAndrew Kelley
2021-06-21stage2: wire up AstGen to the progress barAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-17fix oob during riscv64 feature processingMichael Dusan
2021-06-15fix RISC-V assembly CPU featuresAndrew Kelley
2021-06-11better awareness of unwind tablesAndrew Kelley