aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/JSBackend/AllocaManager.h
AgeCommit message (Collapse)Author
2014-03-04Perform alloca coloring only at -O1 and higher.Dan Gohman
2014-03-04Introduce 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.