llvm-6502/lib
Chris Lattner 3ddfb21306 The select instruction is not neccesarily in the same block as the
phi nodes.  Make sure to phi translate from the right block. 

This fixes a llvm-building-llvm failure on GVN-PRE.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82970 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-28 06:49:44 +00:00
..
Analysis Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
Archive
AsmParser Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
Bitcode Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
CodeGen Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg of 2009-09-28 05:28:43 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix a struct/class mismatch. 2009-09-23 11:48:57 +00:00
Linker
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex 2009-09-27 11:08:03 +00:00
System ... missed hiding a variable for MSVC only. 2009-09-22 16:10:35 +00:00
Target Use movt/movw pair to materialize 32 bit constants on ARMv6T2+. 2009-09-27 23:52:58 +00:00
Transforms The select instruction is not neccesarily in the same block as the 2009-09-28 06:49:44 +00:00
VMCore Remove temporary debugging hack. 2009-09-28 00:44:15 +00:00
Makefile