Go to file
Chris Lattner 5f6b8b2bcb use getPredicateOnEdge to fold comparisons through PHI nodes,
which implements GCC PR18046.  This also gets us 360 more
jump threads on 176.gcc.

llvm-svn: 86953
2009-11-12 05:24:05 +00:00
clang Enhance Checker class (and GRExprEngine) to support PostVisitation for CallExprs. No clients (yet). 2009-11-12 04:35:08 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm use getPredicateOnEdge to fold comparisons through PHI nodes, 2009-11-12 05:24:05 +00:00