Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+9 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -0/+1 |
* | Fix "large integer implicitly truncated to unsigned type" | Duncan Sands | 2008-10-16 | 1 | -3/+3 |
* | Add special-case code to allow null-guards on calls to malloc. | Owen Anderson | 2008-10-12 | 1 | -2/+16 |
* | Make Escape Analysis work for any pointer. | Owen Anderson | 2008-10-12 | 1 | -6/+10 |
* | Fix crashes and infinite loops. | Owen Anderson | 2008-10-12 | 1 | -12/+14 |
* | Duncan convinced me that it's not possible to transform control-based escapes... | Owen Anderson | 2008-10-12 | 1 | -13/+10 |
* | Add a basic intra-procedural escape analysis. This hasn't be extensively tes... | Owen Anderson | 2008-10-10 | 1 | -0/+131 |