aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-09-24stage2 codegen: move bit definitions to src/archjoachimschmidt557
2021-09-20stage2: extract ZIR printing code into print_zir.zigAndrew Kelley
2021-09-13Merge remote-tracking branch 'origin/master' into zld-incrJakub Konka
2021-09-09macho: init process of renaming TextBlock to AtomJakub Konka
2021-09-01rename std.zig.ast to std.zig.Ast; use top-level fieldsAndrew Kelley
2021-09-01move syntax tests out of behavior testsAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-09-01compiler_rt: add __clzdi2 and __clzti2Jan Philipp Hafer
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-07-23Merge remote-tracking branch 'origin/master' into zld-incremental-2Jakub Konka
2021-07-22support -fcompiler-rt in conjunction with build-objAndrew Kelley
2021-07-22Merge remote-tracking branch 'origin/master' into zld-incremental-2Jakub Konka
2021-07-20cmake: fix Liveness.zig file pathAndrew Kelley
2021-07-20stage2: rework AIR memory layoutAndrew Kelley
2021-07-18zld: move contents of Zld into MachO moduleJakub Konka
2021-07-17zld: simplify and move Relocations into TextBlockJakub Konka
2021-07-16zld: replace parsed reloc with a simple wrapper around macho.relocation_infoJakub Konka
2021-07-15zld: move TextBlock into standalone fileJakub Konka
2021-07-15zld: remove StringTable abstractionJakub Konka
2021-07-15zld: simplify relocation parsingJakub Konka
2021-07-15zld: abstract away string table with fewer allocsJakub Konka
2021-07-08plan9 cleanupsAndrew Kelley
2021-07-08initial plan9 boilerplatejacob gw
2021-06-24zld: merge Stub with Dylib structJakub Konka
2021-06-24zld: introduce Stub.zig which represents parsed stub fileJakub Konka
2021-06-24link: add basic TAPI parser for linkersJakub Konka
2021-06-23cmake: debug builds of zig enable logging by defaultAndrew Kelley
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-06-12std.Thread.Futex addition (#9070)protty
2021-06-04start the 0.9.0 release cycleAndrew Kelley
2021-06-03Merge pull request #8932 from ziglang/llvm-needs-zlibAndrew Kelley
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2021-05-29cmake: LLVM needs to link against zlibAndrew Kelley
2021-05-28stage2: add `zig ar` subcommandAndrew Kelley
2021-05-28stage1: rework tokenizer to match stage2Andrew Kelley
2021-05-22stage2: rename ir.zig to air.zigAndrew Kelley
2021-05-20wasi,cc: fix naming and add stubs for buildingJakub Konka
2021-05-18Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-18zld: add prelim way of linking dylibsJakub Konka
2021-05-15cmake: remove deleted fileAndrew Kelley
2021-04-15stage2: fix zir.zig => Zir.zig in CMakeLists.txtAndrew Kelley
2021-04-13zld: add x86_64 relocsJakub Konka
2021-04-13zld: preprocess relocs on arm64Jakub Konka
2021-04-13zld: redo symbol resolution in objectsJakub Konka
2021-03-28Merge remote-tracking branch 'origin/master' into zir-memory-layoutAndrew Kelley
2021-03-28stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zigIsaac Freund
2021-03-21stage1: add cmake flag for enabling loggingJakub Konka
2021-03-20azure: produce macos arm64 binariesMichael Dusan
2021-03-18Merge remote-tracking branch 'origin/master' into zir-memory-layoutAndrew Kelley