aboutsummaryrefslogtreecommitdiff
path: root/tools/update_clang_options.zig
AgeCommit message (Expand)Author
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-09tools/update_clang_options: add zig run usage example. fix src-self-hosted pa...redj
2020-10-07notice more kinds of optimization flags and debug flagsxavier
2020-09-25stage2: properly handle zig cc used as a preprocessorAndrew Kelley
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-04-04zig cc looks for native include directories unless -nostdincAndrew Kelley
2020-04-02zig cc: fix ambiguity with -MTAndrew Kelley
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-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
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-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-25zig cc: add detection for `-###`Andrew Kelley
2020-03-25zig cc: support -T linker script optionAndrew 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