aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-04-08zig cc: handle the -r flagAndrew Kelley
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-30Update GDB pretty printersSilver
2023-03-24x86_64: canonicalize each br of a blockJacob Young
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-15tools: fix typo in lldb commandJacob Young
2023-03-06tools: add lldb pretty printer for std.MultiArrayList.SliceJacob Young
2023-03-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-27tools: revert sharing of stage2 pretty printer infoJacob Young
2023-02-27tools: implement more lldb pretty printersJacob Young
2023-02-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-12compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2Jan Philipp Hafer
2023-02-11compiler_rt: __divmodti4 for libgcc symbol compatibilitymatu3ba
2023-02-11compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibilitymatu3ba
2023-02-05Update Linux syscall list for 6.1, support Mips64Stephen Gregoratto
2023-02-04langref, tools: rename --single-threaded to -fsingle-threadedee7
2023-01-26update clang options data to LLVM 16Andrew Kelley
2023-01-26update CPU features to LLVM 16Andrew Kelley
2023-01-22Rewrite update_crc_catalog in zig and move tests to separate filefn ⌃ ⌥
2023-01-21std.hash.crc: implement algorithms listed in CRC RevEng catalogfn ⌃ ⌥
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