llvm-6502/lib/Transforms
Chris Lattner 2f36ea8b74 iterate over preds using PHI information when available instead of
using pred_begin/end.  It is much faster.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96079 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-13 04:15:26 +00:00
..
Hello make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
InstCombine Make sure that ConstantExpr offsets also aren't off of extern 2010-02-11 17:44:04 +00:00
Instrumentation make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
IPO Enable the inlinehint attribute in the Inliner. 2010-02-13 01:51:53 +00:00
Scalar speed up CGP a bit by scanning predecessors through phi operands 2010-02-13 04:04:42 +00:00
Utils iterate over preds using PHI information when available instead of 2010-02-13 04:15:26 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00