aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-03-20tools: fix gdb pretty printersAndrew Kelley
2022-03-16gdb: restructure pretty printers into different filesRobin Voetter
2022-03-16gdb: add printer for selfhosted ValueRobin Voetter
2022-03-16gdb: add printer for selfhosted TypeRobin Voetter
2022-03-16gdb: add slice, multi array list, and array hash map printersRobin Voetter
2022-03-16gdb: add arraylist and hashmap printerRobin Voetter
2022-03-04zig cc: integrate with -fstack-check, -fno-stack-checkAndrew Kelley
2022-02-24spirv spec: do not align packed struct fieldsVeikka Tuominen
2022-02-08update more API usage of std.ProgressAndrew Kelley
2022-01-28spirv: improve generatorRobin Voetter
2022-01-26[linux headers] rename arm64 to aarch64Motiejus Jakštys
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-11zig cc: integration with sysroot arg (#10568)Jakub Konka
2021-12-16glibc: fix inconsistency of powerpc ABI mappingAndrew Kelley
2021-12-15glibc: fix inconsistency of mips ABI mappingAndrew Kelley
2021-12-15glibc: remove duplicate files between generic-glibc/ and glibc/include/Andrew Kelley
2021-12-15tools/update_glibc: ignore some more filesAndrew Kelley
2021-12-15update glibc start files to 2.34Andrew Kelley
2021-12-14remove tools/update_glibc.zigAndrew Kelley
2021-12-09tools/gen_stubs: add aarch64 and output preprocessor directivesAndrew Kelley
2021-12-08tools/gen_stubs: consolidate symbol properties into MultiSymAndrew Kelley
2021-12-08improve musl dynamic stubs file libc.sAndrew Kelley
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30remove linux header files that have case conflictsAndrew Kelley
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-29update libc linux headers to v5.16-rc3Andrew Kelley
2021-11-26zig cc: honor all -m and -mno- CPU feature flagsAndrew Kelley
2021-11-21zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integrationAndrew Kelley
2021-11-21zig cc: add -ffunction-sections integrationAndrew Kelley
2021-11-08tools/gen_stubs.zig: better error message on invalid inputAndrew Kelley
2021-10-16Add build.zig and command line flagsLee Cannon
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