Go to file
Jakob Stoklund Olesen bf034dbd32 Avoid using MRI::liveout_iterator for computing VRSAVEs.
The liveout lists are about to be removed from MRI, this is the only
place they were used after register allocation.

Get the live out V registers directly from the return instructions
instead.

llvm-svn: 174399
2013-02-05 17:40:36 +00:00
clang [analyzer] Add a doc describing the internals of RegionStore. 2013-02-05 17:31:34 +00:00
clang-tools-extra Adds JSON output for replacements, to simplify tools integration. 2013-02-05 15:52:21 +00:00
compiler-rt [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differences can cause 2013-01-22 17:26:08 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [Resolver] Improve undefined symbol error. 2013-02-03 10:50:06 +00:00
lldb Remove the m_images(NULL) hack in the Target ctor now 2013-02-04 23:30:05 +00:00
llvm Avoid using MRI::liveout_iterator for computing VRSAVEs. 2013-02-05 17:40:36 +00:00
polly TempScopInfo: clang-format 2013-02-05 12:27:23 +00:00