llvm-mirror/lib/Transforms
Chris Lattner 389f4efae7 only try to fold constantexpr operands when the worklist is first populated,
don't bother every time going around the main worklist.  This speeds up a 
release-asserts opt -std-compile-opts on 403.gcc by about 4% (1.5s).  It
seems to speed up the most expensive instances of instcombine by ~10%.

llvm-svn: 84171
2009-10-15 04:59:28 +00:00
..
Hello Kill off more cerr/cout uses and prune includes a bit. 2009-08-23 11:37:21 +00:00
Instrumentation Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
IPO Move the InlineCost code from Transforms/Utils to Analysis. 2009-10-13 18:30:07 +00:00
Scalar only try to fold constantexpr operands when the worklist is first populated, 2009-10-15 04:59:28 +00:00
Utils Update CMake file. 2009-10-13 18:48:07 +00:00
Makefile The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00