Go to file
Jakob Stoklund Olesen 86ae07f049 Extract method for detecting constant unallocatable physregs.
It is safe to move uses of such registers.

llvm-svn: 148259
2012-01-16 22:34:08 +00:00
clang Add new line. 2012-01-16 21:15:33 +00:00
compiler-rt [asan] Implement GetObjectNameAndOffset on ARM. 2012-01-16 12:45:07 +00:00
debuginfo-tests
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix http://llvm.org/bugs/show_bug.cgi?id=11752 2012-01-12 23:37:51 +00:00
libcxxabi One more small optimization: Where possible, for loops that do a search and then try to break out of the loop early, eliminate the attempt to break out of the loop after the last search. And with that, I'm declaring __dynamic_cast done. Though if anyone sees any problems, has suggestions for improvements, or wants to contribute some test cases, that is certainly welcome feedback. 2012-01-16 18:21:05 +00:00
lld First chunk of native object file reader/writer. The lld-core tool now reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing. 2012-01-16 22:03:44 +00:00
lldb More improvements to not follow child processes and improved logging that always shows the process info. 2012-01-16 22:21:29 +00:00
llvm Extract method for detecting constant unallocatable physregs. 2012-01-16 22:34:08 +00:00
polly Fix clang svn address 2012-01-16 18:50:43 +00:00