aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-30Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-16zig cc: support -S and -emit-llvm CLI parametersAndrew Kelley
2021-09-15Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-01stage2: update for new usingnamespace semanticsAndrew Kelley
2021-08-28Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-16add m68k musl (1.2.2) headersAndrew Kelley
2021-08-15update target CPU features with LLVM 13 rc1 dataAndrew Kelley
2021-08-12update_cpu_features tool: work around stage1 bugAndrew Kelley
2021-08-12compiler-rt: do not depend on `usingnamespace`Andrew Kelley
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-06-30zig fmtkprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-21fix code broken from previous commitJacob G-W
2021-06-17Fix `lakemont` CpuModel (#9099)d18g
2021-06-13tools: Unbreak many toolsLemonBoy
2021-06-11zig cc: recognize more pie flagsAndrew Kelley
2021-06-11better awareness of unwind tablesAndrew Kelley
2021-06-10zig fmtAndrew Kelley
2021-06-09cc,wasi: support WASI reactors via -mexec-model flag.Takeshi Yoneda
2021-06-08tools: fix update_clang_options.zig for ArrayHashMap's Separated Key/Value St...Rejean Loyer
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-14SPIR-V: Don't parse/render in gen_spirv_spec.zig, just emit in the right formatRobin Voetter
2021-05-14SPIR-V: SPIR-V feature generation toolRobin Voetter
2021-05-14SPIR-V: Split out registry from gen_spirv_spec.zigRobin Voetter
2021-05-14SPIR-V: Adapt spec generator to new render apiRobin Voetter
2021-05-14SPIR-V: Begin generating typesRobin Voetter
2021-05-03std: Add two more ARM CPUs to the known CPU listLemonBoy
2021-04-20target: drop `ppc32` and prefer `ppc`Michael Dusan
2021-04-04glibc: add support for csky architectureAndrew Kelley
2021-03-28Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-14macho: fix various linker flagsMichael Dusan
2021-03-12Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-07std: Deprecate the B and Bi format specifiersLemonBoy
2021-03-04Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-04zig cc: fix handling of -MM flagAndrew Kelley
2021-03-02update to latest std Thread APIAndrew Kelley
2021-03-01Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-28tools/update_cpu_features: fix usage()Michael Dusan
2021-02-27update ARM target CPU featuresAndrew Kelley
2021-02-27tools/update_cpu_features: add a "flatten" featureAndrew Kelley
2021-02-27tools/update_cpu_features: better patching APIAndrew Kelley
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2021-02-27tools/update_cpu_features: consistent naming of neoverse cpusAndrew Kelley
2021-02-27update amdgpu target CPU featuresAndrew Kelley
2021-02-27update RISC-V target CPU featuresAndrew Kelley
2021-02-27tools/update_cpu_features: prune redundant featuresAndrew Kelley
2021-02-26tools/update_cpu_features: handle ISAs with no featuresAndrew Kelley