aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew Kelley
2022-05-01cmake: default install prefix to ./stage1Andrew Kelley
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-15treap: initial implementationkprotty
2022-04-12compiler_rt: Implement floatXiYf/fixXfYi, incl f80Cody Tapscott
2022-04-07std.math: generalise `inf`, even simpler `isFinite`viri
2022-03-21Merge pull request #11224 from koachan/sparc64-codegenAndrew Kelley
2022-03-20cmake: add missing DWARF files to ZIG_STAGE2_SOURCESWilliam Sengir
2022-03-19translate-c: add missing builtins used by CRubyfn ⌃ ⌥
2022-03-19stage2 sparcv9: Add placeholder files and generate() functionKoakuma
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-13macos: add Mach task abstractionJakub Konka
2022-03-11stage2 regalloc: replace Register.allocIndex with generic indexOfRegjoachimschmidt557
2022-02-16ci: azure: split build-and-test step (#10853)Hadrien Dorio
2022-02-14add missing source file to CMakeLists.txtAndrew Kelley
2022-02-12stage1: fix softfloat not getting correct endiannessAndrew Kelley
2022-02-09Revert "ci: azure: split build-and-test step"Andrew Kelley
2022-02-08ci: azure: split build-and-test stepHadrien Dorio
2022-02-08cmake: fix -DZIG_SINGLE_THREADED optionAndrew Kelley
2022-01-28stage1: add f80 typeVeikka Tuominen
2022-01-15stage2: rename Isel to Emit for x86_64Jakub Konka
2021-12-31stage2: rename Emit to Isel for x86_64Jakub Konka
2021-12-27compiler_rt: add __negvsi2, __negvdi2, __negvti2Jan Philipp Hafer
2021-12-26compiler_rt: add __absvsi2, __absvdi2, __absvti2Jan Philipp Hafer
2021-12-23add missing files to CMakeListsAndrew Kelley
2021-12-20start the 0.10.0 release cycleAndrew Kelley
2021-12-14compiler_rt: add __cmpXi2 and __ucmpXi2Jan Philipp Hafer
2021-12-14compiler_rt: refactor __mulodi2 and __muloti2 to get __mulosi2Jan Philipp Hafer
2021-12-14compiler_rt: add __negsi2, __negdi2, __negti2Jan Philipp Hafer
2021-12-11compiler_rt: add __bswapsi2, __bswapdi2 and __bswapti2Jan Philipp Hafer
2021-12-10macho: move all helpers from commands.zig into std.machoJakub Konka
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-01compiler_rt: add __paritysi2, __paritydi2, __parityti2Jan Philipp Hafer
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-29compiler_rt: add __popcountsi2, __popcountdi2 and __popcountti2Jan Philipp Hafer
2021-11-29compiler_rt: implement __isPlatformVersionAtLeast (Objective-C @available exp...Stephen Gutekanst
2021-11-28Force static libncurses in CMakeLists when static zig on macosJakub Konka
2021-11-15Stage2: wasm - Implement the MIR pass (#10153)Luuk de Gram
2021-11-09Cmake: Specify LLVM versionsMartin Hafskjold Thoresen
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