Go to file
Jordan Rose 011bda8031 Revert "intmax_t is long long on Darwin, not long."
'long' and 'long long' are different for the purposes of mangling.
This caused <rdar://problem/13254874>.

This reverts commit c2f994d31ec85e9af811af38eb1b28709aef0b2c.

llvm-svn: 175681
2013-02-20 22:28:41 +00:00
clang Revert "intmax_t is long long on Darwin, not long." 2013-02-20 22:28:41 +00:00
clang-tools-extra Tweaks and fixes to cpp11-migrate generated tests 2013-02-20 14:35:53 +00:00
compiler-rt [Sanitizer] Try to fix infinite loop in frame pointer unwinder 2013-02-20 20:29:48 +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 [ELF][Writer] Add .interp section. 2013-02-20 20:13:47 +00:00
lldb Change ELF relocation model to static 2013-02-20 21:39:02 +00:00
llvm MCParser: Update method names per coding guidelines. 2013-02-20 22:21:35 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00