aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2020-01-22aarch64: less feature-full baseline CPUAndrew Kelley
2020-01-22fix std.Target.Arch.parseCpuFeatureSet unit testAndrew Kelley
2020-01-22fix not respecting sub-arch featureAndrew Kelley
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21don't trust llvm's GetHostCPUNameAndrew Kelley
2020-01-21lazily compute the full cpu features dependenciesAndrew Kelley
2020-01-21hit a comptime limitation with computing dense setsAndrew Kelley
2020-01-21make zig targets show native cpu name and featuresAndrew Kelley
2020-01-21fixups to arch data, support any number of cpu featuresAndrew Kelley
2020-01-20uncomment all the archs in target.zigAndrew Kelley
2020-01-20improve `zig targets`Andrew Kelley
2020-01-20fix std.Target.Arch.parseCpuFeatureSetAndrew Kelley
2020-01-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2020-01-19do the x86 archAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2020-01-19Allow target details with no LLVM supportLayne Gustafson
2020-01-19Add TargetDetails abstractionLayne Gustafson
2020-01-19Rename subfeatures -> dependenciesLayne Gustafson
2020-01-19Remove llvm_name from featuresLayne Gustafson
2020-01-19Switch CPU/features to simple formatLayne Gustafson
2020-01-19Add parseArchTag and fix parseArchSubLayne Gustafson
2020-01-19Create initial target details infrastructureLayne Gustafson
2020-01-19Small cleanupsLemonBoy
2019-12-31std.os.memfd_create: add error.SystemOutdatedAndrew Kelley
2019-12-30array literal address of fixHaze Booth
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-04add `other` OS and fix regression in build-exe for freestandingAndrew Kelley
2019-12-02remove upstream support for Zen hobby OSAndrew Kelley
2019-11-26std.elf: breaking improvements to the APIAndrew Kelley
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-20Add .enable_wasmtime build flagBenjamin Feng
2019-11-09build: initial support for using vcpkg librariesSahnvour
2019-11-08missed cast in std/target.zigdimenus
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-29std lib networking improvements, especially non-blocking I/OAndrew Kelley
2019-10-27std.target: use mem instead of std.memAndrew Kelley
2019-10-27lib/std/target.zig: Added missing 'mem' constantBenoit Giannangeli
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley