aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/EscapeAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+9
* Trim #includes.Dan Gohman2008-10-161-0/+1
* Fix "large integer implicitly truncated to unsigned type"Duncan Sands2008-10-161-3/+3
* Add special-case code to allow null-guards on calls to malloc.Owen Anderson2008-10-121-2/+16
* Make Escape Analysis work for any pointer.Owen Anderson2008-10-121-6/+10
* Fix crashes and infinite loops.Owen Anderson2008-10-121-12/+14
* Duncan convinced me that it's not possible to transform control-based escapes...Owen Anderson2008-10-121-13/+10
* Add a basic intra-procedural escape analysis. This hasn't be extensively tes...Owen Anderson2008-10-101-0/+131