llvm-6502/lib/Transforms/Utils
Dan Gohman 05ea54e886 Use MapValue in the Linker instead of having a private function
which does the same thing. This eliminates redundant code and
handles MDNodes better. MDNode linking still doesn't fully
work yet though.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111941 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-24 18:50:07 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp fit in 80 cols 2010-08-18 03:13:35 +00:00
BasicInliner.cpp simplify 2010-07-28 15:52:43 +00:00
BreakCriticalEdges.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
BuildLibCalls.cpp
CloneFunction.cpp Use MapValue in the Linker instead of having a private function 2010-08-24 18:50:07 +00:00
CloneLoop.cpp
CloneModule.cpp Use MapValue in the Linker instead of having a private function 2010-08-24 18:50:07 +00:00
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp simplify: CallSite::get --> CallSite constructor 2010-07-27 15:02:37 +00:00
InstructionNamer.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
LCSSA.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
Local.cpp Teach SimplifyCFG how to simplify indirectbr instructions. 2010-08-14 00:29:42 +00:00
LoopSimplify.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
LoopUnroll.cpp
LowerInvoke.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
LowerSwitch.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
Makefile
Mem2Reg.cpp Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. 2010-08-23 17:52:01 +00:00
PromoteMemoryToRegister.cpp remove some dead code. 2010-08-18 02:41:56 +00:00
SimplifyCFG.cpp Instead, teach SimplifyCFG to trim non-address-taken blocks from 2010-08-16 14:41:14 +00:00
SSAUpdater.cpp
SSI.cpp Reapply r110396, with fixes to appease the Linux buildbot gods. 2010-08-06 18:33:48 +00:00
UnifyFunctionExitNodes.cpp Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") 2010-08-06 21:48:06 +00:00
ValueMapper.cpp Use MapValue in the Linker instead of having a private function 2010-08-24 18:50:07 +00:00