aboutsummaryrefslogtreecommitdiff
path: root/src/libtsan.zig
AgeCommit message (Expand)Author
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