aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Splitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+7
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe...Lang Hames2010-09-251-8/+13
* Remove SlotIndex::PHI_BIT. It is no longer used by anything.Jakob Stoklund Olesen2010-09-251-2/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Removed unused inRange variable.Lang Hames2010-07-171-2/+0
* LoopSplitter - intended to split live intervals over loop boundaries.Lang Hames2010-07-171-0/+819