aboutsummaryrefslogtreecommitdiff
path: root/src/libcxx.zig
AgeCommit message (Expand)Author
2022-01-30remove __muloti4 from libc++Jonathan Marler
2022-01-10Build fs/filesystem libcxx module when targeting GNU WinJakub Konka
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-11-16libcxx: disable redundant new/delete definitionsAndrew Kelley
2021-11-04Replace ArrayList.init/ensureTotalCapacity pairs with initCapacityRyan Liptak
2021-10-16Add build.zig and command line flagsLee Cannon
2021-10-01libcxx: pass -faligned-allocation flag when neededAndrew Kelley
2021-10-01libcxx: update to compile with -std=c++20Andrew Kelley
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-09-01stage2: libcxx: logic for skipping OS-specific filesAndrew Kelley
2021-08-16update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1Andrew Kelley
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-06-15fix comments.Takeshi Yoneda
2021-06-15Add a missing comment.Takeshi Yoneda
2021-06-15cleanup, and disable threading completely.Takeshi Yoneda
2021-06-15add various flags/options, and link libcxxabi.Takeshi Yoneda
2021-06-14c++,wasi: enable libcxx build.Takeshi Yoneda
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-05-25remove reduntant new/delete implementationxavier
2021-05-23keep statically linked libc++ symbols hidden.xavier
2021-05-23apply -flto and -ffunction-sections when compiling libc++xavier
2021-03-01zig c++: fix compilation that includes any c++ std library fileTimon Kruiper
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
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
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-16Update libcxxJakub Konka
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-09-30Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-22stage2: implement using the global cache dirAndrew Kelley
2020-09-21stage2: implement building & linking against libcxx and libcxxabiAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley