aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/zig0.cpp
AgeCommit message (Expand)Author
2022-07-31update Target, CPU, OS, ABI, etc. to LLVM 15Andrew Kelley
2022-06-28zig0: handle baseline cpu features for rv64Shupei Fan
2022-05-26stage0: fix -fsingle-threaded CLI arg parsingAndrew Kelley
2022-02-16ci: use zig-bootstrap for windowsAndrew Kelley
2022-02-06CLI: remove remainders of --verbose-ast and --verbose-tokenizeJohannes Löthberg
2022-01-07Pass `--allow-unknown-exports` to wasmtimeLuuk de Gram
2022-01-06wasm-linker: Only export symbols notated as suchLuuk de Gram
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-22support -fcompiler-rt in conjunction with build-objAndrew Kelley
2021-07-05stage1: resolve lazy values before comptime fn callAndrew Kelley
2021-06-17stage1: fix zig0 help messageAndrew Kelley
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2020-12-20add an option to compile zig in single-threaded modeAndrew Kelley
2020-12-16Update zig_llvm.cpp and other bitsJakub Konka
2020-12-07restore the option to build with cmakeAndrew Kelley
2020-12-07ability to build stage1 using only a zig tarballAndrew Kelley
2020-10-03stage0: check for some more required parametersTadeo Kondrak
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-26stage0: update CLI to match stage2Andrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-24stage2: implement @cImportAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley