aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2024-08-13comp: actually report codegen errorsJakub Konka
2024-08-12all: Handle spirv in addition to spirv(32,64) where applicable.Alex Rønne Petersen
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-08-08Compilation: Mark .c++ files as having C++ extensionsin-ack
2024-08-07Compilation: fix -femit-docsAndrew Kelley
2024-08-07Compilation: fix not showing sub-errors for autodocsAndrew Kelley
2024-07-29compiler: Enable -Werror=date-time for C/C++ code in release builds.Alex Rønne Petersen
2024-07-28link: Accept `-Brepro` linker option and pass it to LLD.Alex Rønne Petersen
2024-07-28Merge pull request #20807 from Rexicon226/riscvJakub Konka
2024-07-26comp: enable compilation of zig_libcDavid Rubin
2024-07-26frontend: add missed cache hash on --debug-rtAndrew Kelley
2024-07-25add --debug-rt CLI arg to the compiler + bonus editsAndrew Kelley
2024-07-24add sub-compilation cache inputs to parents in whole modeAndrew Kelley
2024-07-24Compilation: build compiler_rt and fuzzer in parallelAndrew Kelley
2024-07-23default "trace pc guard" coverage offAndrew Kelley
2024-07-23LLVM: more fine-grained sancov emit optionsAndrew Kelley
2024-07-23Merge pull request #20725 from ziglang/fuzzAndrew Kelley
2024-07-22Compilation: fix regression in addCCArgsAndrew Kelley
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-22macho: redo input file parsing in prep for multithreadingJakub Konka
2024-07-20Merge pull request #20688 from ziglang/incr-testAndrew Kelley
2024-07-20dev: fix llvm backend checksJacob Young
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-15update some Module references to Zcu insteadAndrew Kelley
2024-07-15frontend: move updateZirRefs to be single-threadedAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-14Merge pull request #20593 from jacobly0/more-racesAndrew Kelley
2024-07-13frontend: report correct paths for C objectsAndrew Kelley
2024-07-13Compilation: restore `saveState`Jacob Young
2024-07-13Compilation: introduce work stages for better work distributionJacob Young
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
2024-07-12Compilation: fix rebase conflictAndrew Kelley
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-10Compilation: fix leakJacob Young
2024-07-10InternPool: make `global_error_set` thread-safeJacob Young
2024-07-10InternPool: make `tracked_insts` thread-safeJacob Young
2024-07-10InternPool: make `files` more thread-safeJacob Young
2024-07-10InternPool: add `FileIndex` to `*File` mappingJacob Young
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07InternPool: implement and use thread-safe list for itemsJacob Young
2024-07-07InternPool: implement and use thread-safe list for stringsJacob Young
2024-07-07InternPool: implement thread-safe hash mapJacob Young
2024-07-07Zcu: pass `PerThread` to intern pool string functionsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young
2024-07-04frontend: TrackedInst stores FileIndex instead of path digestAndrew Kelley
2024-07-04Zcu: extract permanent state from FileAndrew Kelley