aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-09builtin: Add zig_versionJay Petacat
2021-01-07remove z/Z format specifiersJonathan Marler
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06stage2: update to new ArrayListHashMap APIAndrew Kelley
2021-01-06Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvementsAndrew Kelley
2021-01-06Merge pull request #7700 from FireFox317/more-stage2-stuff-llvmAndrew Kelley
2021-01-06stage2: C backend: support unused DeclsAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-05stage2: add compile log statementg-w1
2021-01-05minor fixups from moving identifiers and files aroundAndrew Kelley
2021-01-05stage2: C backend: re-implement emit-hAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-04ci: omit stage2 backend from stage1 on WindowsAndrew Kelley
2021-01-03stage2: add some missing deallocations in Compilation.zigTimon Kruiper
2021-01-02stage2: re-use ZIR for comptime and inline callsAndrew Kelley
2021-01-02stage2: implement function call inlining in the frontendAndrew Kelley
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02stage2: Use {z} instead of {s} in generated Zig codeLemonBoy
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2021-01-02Duplicate OSAtomic.h between aarch64 and x86_64Jakub Konka
2021-01-02Detect native iframework dirs on macOSJakub Konka
2020-12-30stage2: rework Value Payload layoutAndrew Kelley
2020-12-30stage2: rework Type Payload layoutAndrew Kelley
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