aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/Splitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-06-26merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.Rafael Espindola1-1/+1
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson1-1/+7
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-09-25Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames1-8/+13
2010-09-25Remove SlotIndex::PHI_BIT. It is no longer used by anything.Jakob Stoklund Olesen1-2/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2010-07-17Removed unused inRange variable.Lang Hames1-2/+0
2010-07-17LoopSplitter - intended to split live intervals over loop boundaries.Lang Hames1-0/+819