1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms/Utils
Chris Lattner 7abc1c2473 Add value mapper support for select constant exprs. This should fix a bug
Nate ran into when bugpointing siod.  This fix should go into LLVM 1.3

llvm-svn: 15712
2004-08-13 02:43:19 +00:00
..
BasicBlockUtils.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
BreakCriticalEdges.cpp Expose this as a functionpass 2004-07-31 10:01:58 +00:00
CloneFunction.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
CloneModule.cpp
CloneTrace.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
CodeExtractor.cpp Fix code extraction of unwind blocks. This fixed bugs that bugpoint can 2004-08-12 03:17:02 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp
Local.cpp
Makefile
PromoteMemoryToRegister.cpp Fix #includes of i*.h => Instructions.h as per PR403. 2004-07-29 17:30:56 +00:00
SimplifyCFG.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Add value mapper support for select constant exprs. This should fix a bug 2004-08-13 02:43:19 +00:00
ValueMapper.h