aboutsummaryrefslogtreecommitdiff
path: root/src/clang_options_data.zig
AgeCommit message (Expand)Author
2022-01-19stage2: improvements to entry point handlingAndrew Kelley
2022-01-11zig cc: integration with sysroot arg (#10568)Jakub Konka
2021-11-26zig cc: honor all -m and -mno- CPU feature flagsAndrew Kelley
2021-11-21zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integrationAndrew Kelley
2021-11-21zig cc: add -ffunction-sections integrationAndrew Kelley
2021-10-16Add build.zig and command line flagsLee Cannon
2021-09-16zig cc: support -S and -emit-llvm CLI parametersAndrew Kelley
2021-09-01stage2: update for new usingnamespace semanticsAndrew Kelley
2021-06-11zig cc: recognize more pie flagsAndrew Kelley
2021-06-11better awareness of unwind tablesAndrew Kelley
2021-06-09cc,wasi: support WASI reactors via -mexec-model flag.Takeshi Yoneda
2021-03-28Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-14macho: fix various linker flagsMichael Dusan
2021-03-04Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-04zig cc: fix handling of -MM flagAndrew Kelley
2021-02-26zig cc: update clang command line options to LLVM 12 rc2Andrew Kelley
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-02-07zig cc: recognize the `-s` flag to be "strip"Andrew Kelley
2021-01-23add LTO supportAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2020-12-16Update clang optionsJakub Konka
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy
2020-10-08run update_clang_options on llvm 11 rc6Andrew Kelley
2020-10-08Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-10-07notice more kinds of optimization flags and debug flagsxavier
2020-09-30Merge remote-tracking branch 'origin/master' into llvm11Andrew Kelley
2020-09-25stage2: properly handle zig cc used as a preprocessorAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley