aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2020-12-28stage2: better error message for root zig source file not foundAndrew Kelley
2020-12-28stage2: add extern functionsAndrew Kelley
2020-12-28stage2: add initial impl of LLVM backend in self-hosted compilerTimon Kruiper
2020-12-28Revert "stage2: add compile log statement (#7191)"Andrew Kelley
2020-12-26stage2: add compile log statement (#7191)g-w1
2020-12-24stage2: re-use compiler runtime libs across opt modes and strip flagAndrew Kelley
2020-12-24stage2: tsan forces linking libcAndrew Kelley
2020-12-24zig cc: support both ubsan and tsan at the same timeAndrew Kelley
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23Add emit_h path to compilation hash.Alex Cameron
2020-12-23Fix memory leakNoam Preil
2020-12-23Remove redundant emit_h member in Compilation struct.Alex Cameron
2020-12-23Implement emit-hAlex Cameron
2020-12-20add an option to compile zig in single-threaded modeAndrew Kelley
2020-12-20std.Progress: make the API thread-safeAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-20stage2: protect mutable state from data races in updateCObjectAndrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-16stage2: add test_evented_io to cache hashAndrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-13stage2: support dynamically linking musl libcIsaac Freund
2020-12-11stage2: proper file extension strippingAndrew Kelley
2020-12-11fix deadlock with build-exe on an object for windowsAndrew Kelley
2020-12-11stage2: detect redundant C/C++ source filesAndrew Kelley
2020-12-08stage2: link: properly implement passthrough mode for LLD child procAndrew Kelley
2020-12-08always use codeview (pdb) when object_format is PE/COFFAndrew Kelley
2020-12-04stage2: introduce Module.failed_root_source_fileAndrew Kelley
2020-12-04Version-gate appending -syslibroot flag to lldJakub Konka
2020-12-03add `@cImport` files to Compilation cache manifestAndrew Kelley
2020-12-01stage2: Create cache manifest before calling finalLemonBoy
2020-12-01stage2: add -femit-foo=bar args to the cache hashAndrew Kelley
2020-12-01Add package names and paths to the zig root module cache hash.Alexandros Naskos
2020-12-01Make sure to include the root_name in the cache.Timon Kruiper
2020-11-30restore -target wasm32-freestanding-musl for C headersAndrew Kelley
2020-11-30stage2: fix not detecting all dynamic librariesAndrew Kelley
2020-11-30fix regression on wasm targetsAndrew Kelley
2020-11-30rework the bundle compiler-rt featureAndrew Kelley
2020-11-30Added bundle-compiler-rt flagAlexandros Naskos
2020-11-27stage2 elf: refactor override_soname to sonameJakub Konka
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-10add missing -m<os>-version-min CLI args to clangAndrew Kelley
2020-11-08macOS: depend on bundled headers even for nativeAndrew Kelley
2020-11-06Address review commentsJakub Konka
2020-11-06Rely on ZIG_SYSTEM_LINKER_HACK instead of input flagsJakub Konka
2020-11-05Re-enable system linker hackJakub Konka
2020-11-02Add std.Target.current.isDarwin() to exclude non-macs in comptimeJakub Konka
2020-11-02Update src/Compilation.zigJakub Konka
2020-11-02Refactor the code according to Andrew's suggestionsJakub Konka