| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-28 | update to LLVM 15 | Andrew Kelley | |
| release/15.x 37007475ca1b345b4c5d340e228bcd7a62732d81 | |||
| 2022-02-03 | apply zig patches to clang and llvm tools | Andrew Kelley | |
| 2022-02-03 | update llvm and clang tools to release/14.x | Andrew Kelley | |
| upstream commit 91632c8ac97fa3daffe4ff8f1391735b5d6805e6 | |||
| 2021-08-15 | update clang tools to 13 rc1 | Andrew Kelley | |
| 2021-07-10 | Fix argument forwarding to LLVM on Windows | Martin Wickham | |
| 2021-05-24 | clang driver: fix lost argv[0] | Michael Dusan | |
| 2020-12-16 | Update clang drivers | Jakub Konka | |
| llvm commit b2851aea80e5a8f0cfd6c3c5a56a6b00fb28c6b6 | |||
| 2020-07-24 | update clang drivers from llvm 10 to 11 | Andrew Kelley | |
| 2020-01-29 | update clang driver to release/10.x branch | Andrew Kelley | |
| upstream commit 967658150edb2cbb860c19ce54ac1e216bdc8461 | |||
| 2020-01-16 | update clang drivers to llvm 10.x (ac446302c) | Andrew Kelley | |
| 2019-10-12 | Replace usage of createDriverOptTable | LemonBoy | |
| 2019-09-22 | stage1: fix lost argv[0] | Michael Dusan | |
| - bug presented on FreeBSD when `/proc` filesystem is not mounted - bogus `cc` was used as exename, causing incorrect executable spawn - llvm::sys::fs::getMainExecutable() has platform-specific code to get exename and fallback is to use param argv0 - linux fallback is rare because `/proc` is usually mounted - *BSD fallback is not rare because `/proc` is often not mounted - macOS doesn't ever fallback: bug cannot present - windows doesn't ever fallback: bug cannot present - other Posix will always present | |||
| 2019-07-19 | update clang driver code to llvm9 | Andrew Kelley | |
| upstream commit 1931d3cb20a00da732c5210b123656632982fde0 | |||
| 2019-02-28 | update clang driver code to 8.0.0rc3 | Andrew Kelley | |
| 2019-02-24 | zig cc: work around clang calling GetCommandLine on Windows | Andrew Kelley | |
| 2019-02-24 | add `zig cc` command to act like a C compiler | Andrew Kelley | |
| closes #490 | |||
