llvm/lib/Transforms/Instrumentation
Andreas Neustifter 6ef116d9dc Preparation for Optimal Edge Profiling:
This implements the maximum spanning tree algorithm on CFGs according to
weights given by the ProfileEstimator. This is then used to implement Optimal
Edge Profiling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80358 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-28 11:28:24 +00:00
..
BlockProfiling.cpp Kill off more cerr/cout uses and prune includes a bit. 2009-08-23 11:37:21 +00:00
CMakeLists.txt Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
EdgeProfiling.cpp Kill off more cerr/cout uses and prune includes a bit. 2009-08-23 11:37:21 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
MaximumSpanningTree.cpp Preparation for Optimal Edge Profiling: 2009-08-28 11:28:24 +00:00
MaximumSpanningTree.h Preparation for Optimal Edge Profiling: 2009-08-28 11:28:24 +00:00
ProfilingUtils.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
ProfilingUtils.h fix typos 2008-03-06 10:36:00 +00:00
RSProfiling.cpp Push LLVMContexts through the IntegerType APIs. 2009-08-13 21:58:54 +00:00
RSProfiling.h Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00