Age | Commit message (Expand) | Author |
---|---|---|
2011-12-06 | Kill off the LoopSplitter. It's not being used or maintained. | Lang Hames |
2011-11-26 | Move code into anonymous namespaces. | Benjamin Kramer |
2011-11-13 | Rename SlotIndexes to match how they are used. | Jakob Stoklund Olesen |
2011-08-09 | Refer to the RegisterCoalescer pass by ID. | Jakob Stoklund Olesen |
2011-06-26 | merge SimpleRegisterCoalescing.h into RegisterCoalescer.h. | Rafael Espindola |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-09-25 | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames |
2010-09-25 | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-17 | Removed unused inRange variable. | Lang Hames |
2010-07-17 | LoopSplitter - intended to split live intervals over loop boundaries. | Lang Hames |