aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/XRayArgs.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-06[Driver] Move CommonArgs to a location visible by the Frontend Drivers (#142800)Cameron McInally1-1/+1
2025-04-19[clang] Use llvm::unique (NFC) (#136469)Kazu Hirata1-1/+1
2025-04-18[clang] Use llvm::append_range (NFC) (#136256)Kazu Hirata1-2/+2
2024-12-10[XRay][RISCV] RISCV support for XRay (#117368)Min-Yih Hsu1-0/+2
2024-11-15[Driver] Remove unused includes (NFC) (#116316)Kazu Hirata1-3/+0
2024-11-07Reapply "[XRay][AArch64] Support -fxray-shared (#114431)" (#115300)Sebastian Kreutzer1-2/+6
2024-11-05[SystemZ][XRay] Enable XRay for SystemZ in clang (#113254)Kai Nacke1-0/+1
2024-11-05Revert "[XRay][AArch64] Support -fxray-shared" (#115022)Felipe de Azevedo Piovezan1-6/+2
2024-11-04[XRay][AArch64] Support -fxray-shared (#114431)Sebastian Kreutzer1-2/+6
2024-10-25Reapply " [XRay] Add support for instrumentation of DSOs on x86_64 (#90959)" ...Sebastian Kreutzer1-0/+21
2024-10-11Revert "[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)"Mikhail Goncharov1-21/+0
2024-10-11[XRay] Fix LLVM include in xray_interface.cpp (#111978)Sebastian Kreutzer1-4/+4
2024-10-11[XRay] Add support for instrumentation of DSOs on x86_64 (#90959)Sebastian Kreutzer1-0/+21
2023-07-14[XRay] Add initial support for loongarch64Weining Lu1-0/+1
2023-06-20[Driver] Allow XRay on Apple SiliconOleksii Lozovskyi1-1/+6
2023-06-20[Driver] Allow XRay for more architectures on ELF systemsFangrui Song1-16/+6
2023-06-19[Driver] Correct -fnoxray-link-deps to -fno-xray-link-depsFangrui Song1-1/+1
2023-06-11[Driver] Default to -fxray-function-indexFangrui Song1-2/+2
2023-06-11[XRay] Rename XRayOmitFunctionIndex to XRayFunctionIndexFangrui Song1-2/+2
2023-06-11[Driver] Simplify xray optionsFangrui Song1-67/+40
2023-06-11[Driver] Simplify -fxray-instrument handlingFangrui Song1-12/+11
2022-08-02[Driver] Remove Separate form for XRay optionsFangrui Song1-2/+1
2021-12-10Reapply [xray] add support for hexagonBrian Cain1-0/+1
2021-12-09Revert "[xray] add support for hexagon"Brian Cain1-1/+0
2021-12-09[xray] add support for hexagonBrian Cain1-0/+1
2020-09-24[xray] Function coverage groupsIan Levesque1-0/+26
2020-06-17[Driver] Delete CC1 -fxray-function-index and clean up some testsFangrui Song1-4/+3
2020-06-17[xray] Option to omit the function indexIan Levesque1-0/+7
2020-05-27SpecialCaseList.h - reduce unnecessary includes to forward declarations. NFC.Simon Pilgrim1-1/+1
2020-02-11[xray][clang] Always add xray-skip-entry/exit and xray-ignore-loops attrsIan Levesque1-0/+7
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-23[Frontend] Delete some unneeded CC1 optionsFangrui Song1-139/+137
2020-01-17[xray] Allow instrumenting only function entry and/or only function exitIan Levesque1-2/+9
2020-01-10[Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song1-0/+7
2019-11-21Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov1-3/+3
2019-11-21Revert "[Driver] Use VFS to check if sanitizer blacklists exist"Ilya Biryukov1-3/+3
2019-11-21[Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov1-3/+3
2019-08-27[driver][xray] fix the macOS support checker by supporting -macosAlex Lorenz1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-20Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny1-3/+3
2018-11-22[Driver] Support XRay on FuchsiaPetr Hosek1-0/+9
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-1/+1
2018-09-21[XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1Dean Michael Berris1-0/+15
2018-08-27[Xray] Darwin - Enable in the driver sideDavid Carlier1-1/+2
2018-05-11Permit -fxray-instrument for NetBSD/amd64Kamil Rytarowski1-1/+2
2018-04-23[XRay] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-1/+1
2018-04-17[XRay] Add clang builtin for xray typed events.Keith Wyss1-0/+7
2018-04-13[XRay][clang] Make -fxray-modes= additiveDean Michael Berris1-11/+12
2018-04-13[XRay][clang] Add flag to choose instrumentation bundlesDean Michael Berris1-3/+32
2018-04-11[XRay][clang+compiler-rt] Support build-time mode selectionDean Michael Berris1-6/+35