aboutsummaryrefslogtreecommitdiff
path: root/src/clang_options_data.zig
AgeCommit message (Expand)Author
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2022-12-18Add missing clang opts: -install_name and -undefinedJakub Konka
2022-10-18Revert "adding `static` and `dynamic` ZigEquivalentAndrew Kelley
2022-10-13adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...cod1r
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-19stage2: implement stack protectorsAndrew Kelley
2022-08-08cc: add support for -M flagJakub Konka
2022-08-02update clang CLI options to LLVM 15Andrew Kelley
2022-07-11stage2: cleanups to --compress-debug-sectionsAndrew Kelley
2022-07-05CLI: add support for -fno-builtinAndrew Kelley
2022-07-03Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-03clang: parse --verbose flag as -vJakub Konka
2022-07-01update clang command line options to LLVM 14Andrew Kelley
2022-06-29clang: add Zig equivalent for -headerpad_max_install_names cli flagJakub Konka
2022-06-28clang: update cmdline options to include weak libs and frameworksJakub Konka
2022-03-04zig cc: integrate with -fstack-check, -fno-stack-checkAndrew Kelley
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