index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
mixins
/
clang.py
Age
Commit message (
Expand
)
Author
2025-12-01
compilers: pass target to get_lto_*_args
Paolo Bonzini
2025-11-23
compilers: forward gen_vs_module_defs_args to linker
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from Compiler.has_function
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2025-11-12
compilers: generalize -fembed-bitcode
Paolo Bonzini
2025-11-11
compilers: support prelinking with Clang
Alois Wohlschlager
2025-11-11
compilers: clang: allow ThinLTO with bfd
Sam James
2025-10-14
compilers: clang: pass /nodefaultlib
Paolo Bonzini
2025-10-14
compilers: make link/lld-link check homogeneous
Paolo Bonzini
2025-09-24
compilers: clang: map -Db_vscrt to -fms-runtime-lib
Paolo Bonzini
2025-06-05
Add eld as default linker for Qualcomm Hexagon compiler
Kushal Pal
2025-04-08
coredata: move MutableKeyedOptionDict to options
Dylan Baker
2025-01-27
compilers/clang: split the Std handling for C++ out of the ClangCPPCompiler
Dylan Baker
2025-01-27
compilers/clang: Move the Mixin for C standards out of the c module
Dylan Baker
2024-12-19
compilers: Do not pass `-fuse-ld=lld` via `-Wl,`
LIU Hao
2024-12-10
compilers: Pass `vs_module_defs` with `/DEF:` to LLD-LINK
LIU Hao
2024-08-08
Fix compiling ObjC/ObjC++ on Windows/MinGW
Jonathan Schleifer
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2024-06-24
compilers: make lang_map public
Sam James
2024-06-24
compilers: detect: fix pre-processor scraping by defining language
Sam James
2024-05-24
compilers: improve a comment describing why we add a silly clang workaround
Eli Schwartz
2024-02-25
clang: Fix tests that use /DEF for MSVC LINK.exe
L. E. Segovia
2024-02-25
linkers: Fix detection of link arguments to Clang(-cl) + MSVC
L. E. Segovia
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-08
clang: use gcc syntax to enable diagnostics color
kiwixz
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-10-13
Add b_thinlto_cache for automatically configuring incremental ThinLTO
Tatsuyuki Ishi
2022-10-13
clang: Support ThinLTO with mold
Tatsuyuki Ishi
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-04-30
linkers: Add support for mold linker
Fini Jastrow
2022-02-16
flake8: fix various whitespace errors with badly aligned code
Eli Schwartz
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-11-15
only pass clang LTO arguments when they are needed
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-09-21
Use -Oz when optimization=s in Clang
Andrea Pappacoda
2021-09-01
Clang should error for all implicit function checks (#9165)
Dylan Baker
2021-07-13
Clang: Apply `-O0`
Pamplemousse
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-02-18
compilers: clang: Drop -Xclang before -fcolor-diagnostics flag
Krzysztof MaĆysa
2021-02-17
compilers: Only insert -flto-jobs in clang's link arguments
Dylan Baker
2021-02-02
Add support for LLVM's thinLTO
Dylan Baker
2021-02-02
compilers: Add support for using multiple threads with lto
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-12-14
Propagate Windows target checks up
Laurin-Luis Lehning
2020-12-14
Make win_subsystem a linker property
Laurin-Luis Lehning
2020-12-13
Add support for driving lld-link indirectly through clang on Windows
Laurin-Luis Lehning
[next]