Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | Handle conflicting lifetime markers conservatively. | Dan Gohman | |
Avoid infinite looping in AllocaManager::computeInterBlockLiveness, without using new temporary variables. This also makes it clear that the algorithm is conservative in the face of conflicting liveness intrinsics. | |||
2014-03-08 | avoid infinite loops in AllocaManager::computeInterBlockLiveness | Alon Zakai | |
2014-03-04 | Perform alloca coloring only at -O1 and higher. | Dan Gohman | |
2014-03-04 | Introduce AllocaManager, a class for managing allocas. | Dan Gohman | |
The AllocaManager performs stack layout for alloca objects. It is capable of analyzing alloca liveness and sharing space between multiple allocas. |