Displaying 1 result from an estimated 1 matches for "andersensaa".
Did you mean:
andersenaa
2005 May 18
0
LLVM 1.5 Release and Status Update!
...simplify-libcalls pass to optimize standard
library function calls (e.g. it turns strcat(P, "foo") into
memcpy(P+strlen(P), "foo", 4) and has implemented many transforms.
9. The globalsmodref alias analysis generates more precise results.
10. Several bugs in the andersensaa and steensaa passes were fixed,
and their alias and mod/ref precision has improved.
11. The optimizer now eliminates simple cases where redundant conditions
exist between neighboring blocks.
12. The -prune-eh pass now detects no-return functions in addition to the
no-unwind fu...