Go to file
Chris Lattner 1dd48c34e5 enhance GVN to forward substitute a stored value to a load
(and load -> load) when the base pointers must alias but when
they are different types.  This occurs very very frequently in
176.gcc and other code that uses bitfields a lot.

llvm-svn: 82399
2009-09-20 19:03:47 +00:00
clang switch command line 'parse' methods to use StringRef for efficiency, which 2009-09-20 00:39:15 +00:00
compiler-rt update make rules so libcompiler-rt can be built for armv6 the Apple way 2009-09-18 00:09:05 +00:00
llvm enhance GVN to forward substitute a stored value to a load 2009-09-20 19:03:47 +00:00