Rename LineProfiling to GCOVProfiling to more accurately represent what it
authorNick Lewycky <nicholas@mxc.ca>
Sat, 16 Apr 2011 01:20:23 +0000 (01:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 16 Apr 2011 01:20:23 +0000 (01:20 +0000)
commitb1928704201034c785a26296a49f69355eb56a05
tree6cb5f9d9c717c85a5e9ccb6ada1a9c2a103e192c
parente9db5e29e3af91eec572bfeb8dcec908213298b0
Rename LineProfiling to GCOVProfiling to more accurately represent what it
does. Also mostly implement it. Still a work-in-progress, but generates legal
output on crafted test cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129630 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Instrumentation.h
lib/Transforms/Instrumentation/GCOVProfiling.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/LineProfiling.cpp [deleted file]
runtime/libprofile/GCDAProfiling.c [new file with mode: 0644]
runtime/libprofile/LineProfiling.c [deleted file]
runtime/libprofile/libprofile.exports