aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-06EntryExitInstrumenter: Handle musttail callsHans Wennborg1-5/+15
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie1-1/+1
2018-03-24Remove unused header from EntryExitInstrumenterDavid Blaikie1-1/+0
2017-11-28EntryExitInstrumenter: set DebugLocs on the inserted call instructions (PR35412)Hans Wennborg1-5/+20
2017-11-21EntryExitInstrumenter: support __cyg_profile_func_enter_bareHans Wennborg1-1/+2
2017-11-14[EntryExitInstrumenter] Placate GCC, the semicolon is redundant. NFCI.Davide Italiano1-3/+2
2017-11-14Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...Hans Wennborg1-0/+148