By min, I mean max.
[oota-llvm.git] / lib / Analysis / EscapeAnalysis.cpp
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Duncan SandsFix "large integer implicitly truncated to unsigned...
2008-10-12 Owen AndersonAdd special-case code to allow null-guards on calls...
2008-10-12 Owen AndersonMake Escape Analysis work for any pointer.
2008-10-12 Owen AndersonFix crashes and infinite loops.
2008-10-12 Owen AndersonDuncan convinced me that it's not possible to transform...
2008-10-10 Owen AndersonAdd a basic intra-procedural escape analysis. This...