Go to file
Bob Wilson a609b8954e Change VLD3/4 and VST3/4 for quad registers to not update the address register.
These operations are expanded to pairs of loads or stores, and the first one
uses the address register update to produce the address for the second one.
So far, the second load/store has also updated the address register, just
for convenience, since that output has never been used.  In anticipation of
actually supporting post-increment updates for these operations, this changes
the non-updating operations to use a non-updating load/store for the second
instruction.

llvm-svn: 125013
2011-02-07 17:43:15 +00:00
clang Move uninitialized variable checking back under -Wuninitialized-experimental. It is clear from user feedback that this warning is not quite ready. 2011-02-07 17:38:38 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Missing traits::to_int_type in fstream 2011-02-02 17:37:16 +00:00
lldb Posix compatability patch from Jai Menon to avoid uses dirent struct members 2011-02-07 17:41:11 +00:00
llvm Change VLD3/4 and VST3/4 for quad registers to not update the address register. 2011-02-07 17:43:15 +00:00