llvm-6502/lib
Dan Gohman 620427d5a1 Move PHINodesToUpdate out of SelectionDAGBuilder and into
FunctionLoweringInfo, as it isn't SelectionDAG-specific. This isn't
completely natural, as PHI node state is not per-function but rather
per-basic-block, however there's currently no other convenient
per-basic-block state to group it with.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102109 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-22 19:55:20 +00:00
..
Analysis Don't attempt to analyze values which are obviously undef. This fixes some 2010-04-22 01:35:11 +00:00
Archive
AsmParser
Bitcode
CodeGen Move PHINodesToUpdate out of SelectionDAGBuilder and into 2010-04-22 19:55:20 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support
System
Target
Transforms Fix a performance problem with the new SSAUpdater. This showed up in the 2010-04-21 18:39:03 +00:00
VMCore
Makefile