llvm-6502/lib/Transforms
Owen Anderson 386ea355e7 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
which is significantly more efficient.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49614 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-13 19:15:17 +00:00
..
Hello Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Instrumentation Use Intrinsic::getDeclaration in more places. 2008-04-07 13:45:04 +00:00
IPO Disable an xform we've had for a long time, pow(x,0.5) -> sqrt. 2008-04-10 02:07:51 +00:00
Scalar Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), 2008-04-13 19:15:17 +00:00
Utils Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), 2008-04-13 19:15:17 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00