aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-17[NFC] Migrate some callers away from Function/AttributeLists methods that tak...Arthur Eubanks1-2/+2
2021-01-29[NFC][EntryExitInstrumenter] Mark Dominator Tree as preserved in legacy-PM tooRoman Lebedev1-5/+22
2020-12-11Migrate deprecated DebugLoc::get to DILocation::getFangrui Song1-2/+2
2020-11-03[musttail] Unify musttail call preceding return checkingXun Li1-7/+2
2020-06-25GlobalsModRef.h - reduce CallGraph.h include to forward declarations. NFC.Simon Pilgrim1-0/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-08-16Reland "[ARM] push LR before __gnu_mcount_nc"Jian Cai1-1/+1
2019-08-16Revert "[ARM] push LR before __gnu_mcount_nc"Jian Cai1-1/+1
2019-08-16[ARM] push LR before __gnu_mcount_ncJian Cai1-1/+1
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+2
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-2/+2
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
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