1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Transforms/Instrumentation
Duncan Sands 2400ad7236 Introduce and use convenience methods for getting pointer types
where the element is of a basic builtin type.  For example, to get
an i8* use getInt8PtrTy.

llvm-svn: 83379
2009-10-06 15:40:36 +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 Converted MaximumSpanningTree algorithm to a generic template, this could go 2009-09-04 12:34:44 +00:00
EdgeProfiling.cpp Preparation for Optimal Edge Profiling: 2009-09-01 10:08:39 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
MaximumSpanningTree.h Converted MaximumSpanningTree algorithm to a generic template, this could go 2009-09-04 12:34:44 +00:00
OptimalEdgeProfiling.cpp Reapplied r81355 with the problems fixed. 2009-09-16 11:35:50 +00:00
ProfilingUtils.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
ProfilingUtils.h
RSProfiling.cpp Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
RSProfiling.h