aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/JS/allocamanager.ll
AgeCommit message (Collapse)Author
2014-03-15Add triple and datalayout strings to testcases.Dan Gohman
This allows them to be run without specifying any command-line options, which is convenient.
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.