aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2023-01-06tools: build all tools in ci to prevent bitrotJan Philipp Hafer
2023-01-03add -fopt-bisect-limitGuillaume Wenzek
2022-12-30parser: ensure the documented grammar matches grammar.yManlio Perillo
2022-12-22compiler-rt: implement __udivei4 and __umodei4 (#14023)Frank Denis
2022-12-18Add missing clang opts: -install_name and -undefinedJakub Konka
2022-11-23adapt update_spriv_features to changed std patternRobin Voetter
2022-11-23spirv: assemblerRobin Voetter
2022-11-21outline atomics: ret instead of jump to retAndrew Kelley
2022-11-21simplify outline atomicsAndrew Kelley
2022-11-21compiler_rt: add outlined lse atomics for aarch64Devin Singh
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-20add m68k target CPU featuresAndrew Kelley
2022-10-18Revert "adding `static` and `dynamic` ZigEquivalentAndrew Kelley
2022-10-17tools: add lldb stage2 pretty printersJacob Young
2022-10-13adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...cod1r
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-08-08cc: add support for -M flagJakub Konka
2022-08-08update update_clang_options.zig to latest formatting changesJakub Konka
2022-08-02update clang CLI options to LLVM 15Andrew Kelley
2022-08-02update target CPU features for LLVM 15Andrew Kelley
2022-07-28std: rename std.Target.systemz to .s390xMeghan Denny
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-19delete the stage1 implementation of autodocAndrew Kelley
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2022-07-11stage2: cleanups to --compress-debug-sectionsAndrew Kelley
2022-07-05CLI: add support for -fno-builtinAndrew Kelley
2022-07-03Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-03clang: parse --verbose flag as -vJakub Konka
2022-07-01update CPU features to LLVM 14Andrew Kelley
2022-06-29clang: add Zig equivalent for -headerpad_max_install_names cli flagJakub Konka
2022-06-28clang: update cmdline options to include weak libs and frameworksJakub Konka
2022-06-06tools: fix update-linux-headers.zig and process_headers.zigBratishkaErik
2022-05-16Generate linux syscalls via. the linux source treeStephen Gregoratto
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-04tools/gen_stubs: sort output by section/symbol nameIsaac Freund
2022-05-04musl: update to 1.2.3Isaac Freund
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