summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/mcount.c
AgeCommit message (Expand)Author
2024-05-31[EntryExitInstrumenter] Move passes out of clang into LLVM default pipelines ...Egor Pasko
2023-09-08[Clang][LoongArch] Generate _mcount instead of mcount (#65657)Nathan Chancellor
2021-03-24[RISCV] Fix mcount nameNathan Chancellor
2021-03-01Move EntryExitInstrumentation pass locationArthur Eubanks
2018-07-17Always use __mcount on NetBSD. Some platforms don't provide _mcount.Joerg Sonnenberger
2017-11-14Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg
2017-07-11[mips] Create the correct profiling symbol on Linux MIPSSimon Atanasyan
2017-06-19[Clang] Handle interaction of -pg and no_instrument_function attribute.Manoj Gupta
2016-09-01[Frontend] Fix mcount inlining bugHonggyu Kim
2015-04-10Create the correct profiling symbol on NetBSD.Joerg Sonnenberger
2014-03-30[PowerPC] Make -pg generate calls to _mcount not mcountHal Finkel
2011-02-10Add a testcase for the mcount profiling.Roman Divacky