aboutsummaryrefslogtreecommitdiff
path: root/src/userland.cpp
AgeCommit message (Expand)Author
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-21properly forward baseline target cpu features to llvmAndrew 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-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2020-01-19figure out zig0/stage1 and scanning for native CPUAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2020-01-19Add defaut feature supportLayne Gustafson
2020-01-19Add builtin.zig supportLayne Gustafson
2020-01-19Add TargetDetails abstractionLayne Gustafson
2020-01-19Add cpu/feature specification to cmndlineLayne Gustafson
2020-01-19Make targets cmd able to list CPUs and featuresLayne Gustafson
2019-12-12remove concept of translate modeVexu
2019-10-22integrate stage1 progress display with semantic analysisAndrew Kelley
2019-10-17improve progress reportingAndrew Kelley
2019-10-17rework the progress module and integrate with stage1Andrew Kelley
2019-07-02enable segfault stack traces in stage1 compilerAndrew Kelley
2019-05-27new .d file parser for C compilationMichael Dusan
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-25translate-c: unify API for self-hosted and C++ translate-cAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-17stage1 assertions always on, and have stack tracesAndrew Kelley
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley