summaryrefslogtreecommitdiff
path: root/lib/Driver/XRayArgs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [driver][xray] fix the macOS support checker by supporting -macosAlex Lorenz2019-08-271-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace getOS() == llvm::Triple::*BSD with isOS*BSD() [NFCI]Michal Gorny2018-12-201-3/+3
* [Driver] Support XRay on FuchsiaPetr Hosek2018-11-221-0/+9
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1Dean Michael Berris2018-09-211-0/+15
* [Xray] Darwin - Enable in the driver sideDavid Carlier2018-08-271-1/+2
* Permit -fxray-instrument for NetBSD/amd64Kamil Rytarowski2018-05-111-1/+2
* [XRay] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-231-1/+1
* [XRay] Add clang builtin for xray typed events.Keith Wyss2018-04-171-0/+7
* [XRay][clang] Make -fxray-modes= additiveDean Michael Berris2018-04-131-11/+12
* [XRay][clang] Add flag to choose instrumentation bundlesDean Michael Berris2018-04-131-3/+32
* [XRay][clang+compiler-rt] Support build-time mode selectionDean Michael Berris2018-04-111-6/+35
* [XRay][llvm+clang] Consolidate attribute list filesDean Michael Berris2018-04-091-0/+15
* [XRay][clang] Add a flag to enable/disable linking XRay deps explicitlyDean Michael Berris2018-04-061-0/+4
* [XRay][clang] Allow clang to build XRay instrumented binaries in OpenBSDDean Michael Berris2018-04-041-1/+2
* FreeBSD driver / Xray flags moving pthread to compile flags.Kamil Rytarowski2018-02-221-3/+9
* [XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris2017-11-301-4/+14
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-101-9/+0
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-101-0/+9
* [XRay][clang] Fix the -fxray-instruction-threshold flag processingDean Michael Berris2017-03-301-3/+3
* [XRay][clang] Use llvm::to_string instead of std::stringDean Michael Berris2017-03-301-1/+2
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+113