1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/lib/Transforms/Instrumentation
Gabor Greif e7d6812008 reapply r101434
with a fix for self-hosting

rotate CallInst operands, i.e. move callee to the back
of the operand array

the motivation for this patch are laid out in my mail to llvm-commits:
more efficient access to operands and callee, faster callgraph-construction,
smaller compiler binary

llvm-svn: 101465
2010-04-16 15:33:14 +00:00
..
CMakeLists.txt remove the random sampling framework, which is not maintained anymore. 2010-01-02 20:07:03 +00:00
EdgeProfiling.cpp Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MaximumSpanningTree.h Cheap, mostly strict, stable sorting. 2009-12-02 15:57:15 +00:00
OptimalEdgeProfiling.cpp simplify this code. 2010-01-20 23:30:28 +00:00
ProfilingUtils.cpp reapply r101434 2010-04-16 15:33:14 +00:00
ProfilingUtils.h