aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2020-03-06cleanup CPU model & feature detectionAndrew Kelley
2020-03-04zig is now aware of DragonflyBSD versionsAndrew Kelley
2020-02-29add CrossTarget.getObjectFormatAndrew Kelley
2020-02-29std.Target.standardDynamicLinkerPath: delete bad doc commentAndrew Kelley
2020-02-28std.Target.Os.WindowsVersion: non-exhaustive enumAndrew Kelley
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28stage1: make get_native_target go through self-hostedAndrew Kelley
2020-02-28std.zig.system.NativeTargetInfo.detect: almost no AllocatorAndrew Kelley
2020-02-28getStandardDynamicLinkerPath renamed and no allocatorAndrew Kelley
2020-02-28WASI has no dynamic linkerAndrew Kelley
2020-02-28mips: implement Target.getStandardDynamicLinkerPathAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-28restructuring std.Target for OS version ranges, pass 1Andrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-21std.Target.parse gives parsing diagnosticsAndrew Kelley
2020-02-21fix std.Target unit testsAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-20arm: clarify which CPU features are sub-architecturesAndrew Kelley
2020-02-19fix unit test for Target.parseAndrew Kelley
2020-02-19this is not the proper way to support this featureAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-17fix dynamic linker detection on windows (where there isn't one)Andrew Kelley
2020-02-17support the concept of a target not having a dynamic linkerAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-06debug: Improve the frame-walking strategyLemonBoy
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2020-01-23fix incorrect list of sub-arches for aarch64Andrew Kelley
2020-01-23use an older arm64 sub-arch for test suiteAndrew Kelley
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