Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | Add 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-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. |