Go to file
Fariborz Jahanian 9d7cf2baaf objc: fixes a bug where struct used inside an
objc class was not being exported to parent decl
context resulting in bogus mismatch warning later on.
// rdar://10655530

llvm-svn: 148320
2012-01-17 18:52:07 +00:00
clang objc: fixes a bug where struct used inside an 2012-01-17 18:52:07 +00:00
compiler-rt [asan] workaround for bug http://llvm.org/bugs/show_bug.cgi?id=11763. Do not bark on memcpy(a, a, size). 2012-01-17 18:43:52 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Put do-installhdrs target back into Makefile. 2012-01-17 17:01:18 +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 Fix the test properly now that SBValue::GetValueAsUnsigned works for bitfields. 2012-01-17 02:17:45 +00:00
llvm Intel syntax: Ignore mnemonic aliases. 2012-01-17 18:30:45 +00:00
polly www: Move automatic polly installation to a more prominent place 2012-01-17 14:44:35 +00:00