aboutsummaryrefslogtreecommitdiff
path: root/src/libtsan.zig
AgeCommit message (Expand)Author
2024-07-04Compilation: rename tsan_static_lib to tsan_libJakub Konka
2024-07-04tsan: fix wording in commentsJakub Konka
2024-07-04tsan: add workaround for TSAN Apple bugJakub Konka
2024-07-04tsan: build dynamic library on Apple platformsJakub Konka
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08libcxx, libtsan, libunwind: fix error reportingAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-06Package.Module: deduplicate identical builtin modulesmlugg
2024-01-10tsan: use explicit error setAndrew Kelley
2024-01-10tsan: update build logic for tsan from llvm 17.0.6Andrew Kelley
2024-01-01Compilation: make create() take an arena allocatorAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2024-01-01fix more compilation errors introduced by this branchAndrew Kelley
2024-01-01glibc: update to new Compilation APIAndrew Kelley
2024-01-01tsan: update to new Compilation APIAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2023-10-22libtsan: do not set PIEMichael Dusan
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-01-02stage2: fix path to cache artifacts in libcxx,Andrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-09-30Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-16update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1Andrew Kelley
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2020-12-24stage2: re-use compiler runtime libs across opt modes and strip flagAndrew Kelley
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-24WIP start adding support for TSANAndrew Kelley