aboutsummaryrefslogtreecommitdiff
path: root/src/stage2.h
AgeCommit message (Expand)Author
2020-04-06Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-04detect an endless loop when trying to detect native libc installationAndrew Kelley
2020-04-04zig cc looks for native include directories unless -nostdincAndrew Kelley
2020-04-02Fix compile errors in stage2LeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-02zig cc: support -F and -frameworkAndrew Kelley
2020-04-02zig cc: respect -MF -MV -MD optionsAndrew Kelley
2020-04-01zig cc: detect -mcpu, -march, -mtuneAndrew Kelley
2020-04-01zig cc: add support for -L linker argumentsRejean Loyer
2020-04-01zig cc properly handles -S flag and .ll, .bc extensionsAndrew Kelley
2020-03-30revert detection of rtti and exceptionsAndrew Kelley
2020-03-28Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-28zig cc: Add support for -zRyan Liptak
2020-03-27zig cc: Add support for -Xlinker, --for-linker, --for-linker=Ryan Liptak
2020-03-27initial support of response filesAndrew Kelley
2020-03-27Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-27zig c++: get it working with musl and mingw-w64Andrew Kelley
2020-03-26ability to compile c++ hello world with `zig c++`Andrew Kelley
2020-03-25improved handling of native system directoriesAndrew Kelley
2020-03-25zig cc: add detection for `-###`Andrew Kelley
2020-03-25zig cc: support -T linker script optionAndrew Kelley
2020-03-23Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-22riscv: add -mrelax arg for C to work around upstream issueAndrew Kelley
2020-03-21zig cc: detect optimization and debug flagsAndrew Kelley
2020-03-21zig cc: better support for the preprocessor option (-E)Andrew Kelley
2020-03-21rename "passthrough" → "driver_punt"Michael Dusan
2020-03-21zig cc improvementsAndrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-20glibc: include ld symbols and proper soname for ldAndrew Kelley
2020-03-12Remove unused static_crt_dir field from libc configdaurnimator
2020-03-12fix `zig targets` not reporting native infoAndrew Kelley
2020-03-11fix zig-cache to treat cpu-features as raw-bytesMichael Dusan
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-21remove sub-arch from stage1Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-17support the concept of a target not having a dynamic linkerAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley