Go to file
Chris Lattner 19eff2a9f6 Fix PR7647, handling the case when 'To' ends up being
mutated by recursive simplification.  This also enhances
ReplaceAndSimplifyAllUses to actually do a real RAUW
at the end of it, which updates any value handles
pointing to "From" to start pointing to "To".  This
seems useful for debug info and random other VH users.

llvm-svn: 108415
2010-07-15 06:36:08 +00:00
clang see comment. 2010-07-15 05:22:46 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx Fixed to work with generalized iterators. 2010-07-14 21:14:52 +00:00
lldb Fixes to the IR generator in the expression parser 2010-07-14 23:40:29 +00:00
llvm Fix PR7647, handling the case when 'To' ends up being 2010-07-15 06:36:08 +00:00