Go to file
Bill Schmidt 6631e94838 Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].
The PPC backend doesn't handle these correctly.  This patch uses logic
similar to that in the X86 and ARM backends to track these arguments
properly.

llvm-svn: 175635
2013-02-20 17:31:41 +00:00
clang Fix regression in string literal alignment. 2013-02-20 15:32:58 +00:00
clang-tools-extra Tweaks and fixes to cpp11-migrate generated tests 2013-02-20 14:35:53 +00:00
compiler-rt [ASan] Delete asan/dynamic dir and temporarily move the interposers declarations to asan_intercepted_functions.h 2013-02-20 15:46:02 +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 Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex. 2013-02-19 11:28:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [Driver][GNULD] Lookup .so files and default to dynamic output. 2013-02-19 23:05:36 +00:00
lldb Lastly, a few synthetic children classes for Cocoa are available 2013-02-20 02:27:07 +00:00
llvm Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke]. 2013-02-20 17:31:41 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00