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