summaryrefslogtreecommitdiff
path: root/llvm/lib/Frontend/Driver/CodeGenOptions.cpp
AgeCommit message (Expand)Author
2025-11-10TargetLibraryInfo: Split off VectorLibrary enum and flag (#166980)Matt Arsenault
2025-10-30[InstrProf] Remove deprecated -debug-info-correlate flag (#165289)Ellis Hoag
2025-06-13Fix and reapply IR PGO support for Flang (#142892)FYK
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu
2025-05-30Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (#1...FYK
2025-05-07[LLVM][VecLib] Refactor LIBMVEC integration to be target neutral. (#138262)Paul Walker
2025-02-20[llvm] Make target triple in TLII const reference (#127718)David
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal
2023-11-13[flang] add fveclib flag (#71734)Tom Eccles