llvm-6502/lib/Transforms/Instrumentation
Duncan Sands ac53a0b272 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83379 91177308-0d34-0410-b5e6-96231b3b80d8
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 fix typos 2008-03-06 10:36:00 +00:00
RSProfiling.cpp Instruction::clone does not need to take an LLVMContext&. Remove that and 2009-09-27 07:38:41 +00:00
RSProfiling.h