aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
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