aboutsummaryrefslogtreecommitdiff
path: root/lib/std/target.zig
AgeCommit message (Expand)Author
2020-04-07fix compile errors in some std.Target functionsAndrew Kelley
2020-04-05std: Delete a hack in the feature set codeLemonBoy
2020-04-01std: don't return sentinel slices from cross_target functionsdaurnimator
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06cleanup CPU model & feature detectionAndrew Kelley
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-04zig is now aware of DragonflyBSD versionsAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew 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-25Merge remote-tracking branch 'origin/master' into llvm10Andrew 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-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-06debug: Improve the frame-walking strategyLemonBoy
2020-02-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2020-01-30update target CPUs and features with llvm10's dataAndrew Kelley
2020-01-29std.Target: add ve archAndrew Kelley
2020-01-29Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-23update target info to llvm 10Andrew Kelley
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-22update zig_llvm.h and zig_llvm.cpp to llvm 10Andrew 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