aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-07-28std: rename std.Target.systemz to .s390xMeghan Denny
2022-07-27move zig.h to become an installation fileAndrew Kelley
2022-07-26Merge pull request #12136 from topolarity/llvm-config-reworkAndrew Kelley
2022-07-23CMake: Improve usage of `llvm-config`, esp. for consistent linkingCody Tapscott
2022-07-23Merge pull request #12140 from ziglang/macho-gc-sectionsJakub Konka
2022-07-22macho: move GC code into dead_strip.zig moduleJakub Konka
2022-07-19delete the stage1 implementation of autodocAndrew Kelley
2022-07-14CMake: Use NAMES_PER_DIR in all lookupsCody Tapscott
2022-07-10CMakeLists.txt: set LLVM minimal version to 14BratishkaErik
2022-07-01CMake: disable deprecated function warningsAndrew Kelley
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-17stage2: rip out multi-compilation-unit compiler-rtAndrew Kelley
2022-06-17update CMakeLists.txt source filesAndrew Kelley
2022-06-17update CMakeLists.txt source file listAndrew Kelley
2022-06-17compiler-rt: move SPARC functions into appropriate compilation unitsAndrew Kelley
2022-06-17compiler-rt: break up functions even moreAndrew Kelley
2022-06-17compiler_rt: use single cache for libcompiler_rt.a static libJakub Konka
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