summaryrefslogtreecommitdiff
path: root/clang/lib/Driver/XRayArgs.cpp
AgeCommit message (Expand)Author
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-10-15[ADT] Migrate StringSwitch Cases with 6+ arguments to new overload. NFC. (#16...Jakub Kuderski
2025-06-06[Driver] Move CommonArgs to a location visible by the Frontend Drivers (#142800)Cameron McInally
2025-04-19[clang] Use llvm::unique (NFC) (#136469)Kazu Hirata
2025-04-18[clang] Use llvm::append_range (NFC) (#136256)Kazu Hirata
2024-12-10[XRay][RISCV] RISCV support for XRay (#117368)Min-Yih Hsu
2024-11-15[Driver] Remove unused includes (NFC) (#116316)Kazu Hirata
2024-11-07Reapply "[XRay][AArch64] Support -fxray-shared (#114431)" (#115300)Sebastian Kreutzer
2024-11-05[SystemZ][XRay] Enable XRay for SystemZ in clang (#113254)Kai Nacke
2024-11-05Revert "[XRay][AArch64] Support -fxray-shared" (#115022)Felipe de Azevedo Piovezan
2024-11-04[XRay][AArch64] Support -fxray-shared (#114431)Sebastian Kreutzer
2024-10-25Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" ...Sebastian Kreutzer
2024-10-11Revert "[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)"Mikhail Goncharov
2024-10-11[XRay] Fix LLVM include in xray_interface.cpp (#111978)Sebastian Kreutzer
2024-10-11[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)Sebastian Kreutzer
2023-07-14[XRay] Add initial support for loongarch64Weining Lu
2023-06-20[Driver] Allow XRay on Apple SiliconOleksii Lozovskyi
2023-06-20[Driver] Allow XRay for more architectures on ELF systemsFangrui Song
2023-06-19[Driver] Correct -fnoxray-link-deps to -fno-xray-link-depsFangrui Song
2023-06-11[Driver] Default to -fxray-function-indexFangrui Song
2023-06-11[XRay] Rename XRayOmitFunctionIndex to XRayFunctionIndexFangrui Song
2023-06-11[Driver] Simplify xray optionsFangrui Song
2023-06-11[Driver] Simplify -fxray-instrument handlingFangrui Song
2022-08-02[Driver] Remove Separate form for XRay optionsFangrui Song
2021-12-10Reapply [xray] add support for hexagonBrian Cain
2021-12-09Revert "[xray] add support for hexagon"Brian Cain
2021-12-09[xray] add support for hexagonBrian Cain
2020-09-24[xray] Function coverage groupsIan Levesque
2020-06-17[Driver] Delete CC1 -fxray-function-index and clean up some testsFangrui Song
2020-06-17[xray] Option to omit the function indexIan Levesque
2020-05-27SpecialCaseList.h - reduce unnecessary includes to forward declarations. NFC.Simon Pilgrim
2020-02-11[xray][clang] Always add xray-skip-entry/exit and xray-ignore-loops attrsIan Levesque
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-23[Frontend] Delete some unneeded CC1 optionsFangrui Song
2020-01-17[xray] Allow instrumenting only function entry and/or only function exitIan Levesque
2020-01-10[Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song
2019-11-21Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov
2019-11-21Revert "[Driver] Use VFS to check if sanitizer blacklists exist"Ilya Biryukov
2019-11-21[Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov
2019-08-27[driver][xray] fix the macOS support checker by supporting -macosAlex Lorenz
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny
2018-11-22[Driver] Support XRay on FuchsiaPetr Hosek
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-21[XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1Dean Michael Berris
2018-08-27[Xray] Darwin - Enable in the driver sideDavid Carlier
2018-05-11Permit -fxray-instrument for NetBSD/amd64Kamil Rytarowski
2018-04-23[XRay] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang